0

I am building this mobile app using Nativescript & angular. It was working fine till we recently added webpack to the mix in order to speed up startup time. It worked for both platforms till we noticed the iOS has this weird bug.

Its screen just goes blank/white after login. No errors outputted. Android works fine.

UPDATE: After much debugging, turns out the issue is being caused by the Nativescript's SideDrawer component (RadSideDrawer). Anytime, it is commented out, the screen shows as expected but the sidebar is obviously scattered but once it's uncommented, we have WSOD.

Fatimah
  • 722
  • 7
  • 16
  • You should look into the things which you are doing after “appdidfinishlaunching” – Vikram Sinha Dec 05 '18 at 17:09
  • What exactly you have after login? Where it suppose to go? All you modules are lazily loaded? – Manoj Dec 05 '18 at 18:28
  • Yes, they are. After login is the home/dashboard view. There is a sidebar and it seems the issue is from NativeScript's RadSideDrawer component. The WSOD only occurs when it is uncommented :-( – Fatimah Dec 06 '18 at 12:07
  • which version of {NS} and sidedrawer are you using? – Narendra Dec 12 '18 at 07:26

0 Answers0