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.