[Resolved] WebView Android 4.4.2 (KitKat) with ionic, show page blank =/

I created page using ionic in iOS is correct but in Android KitKat 4.4.2 dont show my page, only page blank =/

Someone have this problem ?

Thank you.

Did you change anything on the app?
Did you have the app setup for livereload?

I didn’t change app, it run in iOS normally, but doesn’t work in Android KitKat =/

I tested Android Jelly bean, run normally, problem is only Android KitKat because WebView have update.

Well since its android 4.4, you can remote debug the add and see if any errors are coming up.

Note that thought this video related to crosswalk, the steps will be the same for android 4.4

I understand you, but I dont compile my project for Android, I only load URL http://…/my-project-ionic … my project is only web page.

I use WebView for Android and UIWebView for IOS to load URL.

I don’t understand why doesn’t work in Android KitKat because is only load URL. :frowning:

Thanks for helping me :slight_smile:

My solution: generate project for android using phonegap and extract the android project. After I changed this project to load my web page. :slight_smile: