Geeting Blank In Android Device Working Fine With Browser

I Completed an app.Iam using SQLite and localstorage.if I remove Local storage it works fine. it is working fine on localhost or browser but when iam trying to installing into mobile after launching it will show a blank page.Im testing with android 4.2.2.Is there any solution to this?

Thanks in advance

You’ve said that if remove local storage, it works fine… Maybe the answer is there. I would suggest you to investigate the code around the local storage feature. If you want, you can upload your code for codepen or github to analysis. Otherwise, try to test your app on Android 4.4 and debug via chrome (USB).

Install GapDebug on your machine, connect your phone and debug.

It’s easy to find the reason this way.

Thanks For Advice I will try it