I have a sencha touch app made for cross platform and its working fine with any device but when I tested with One Plus 5 with Oreo version then it is showing just a blank white screen on launching... nothing else. Does anyone have any idea whats happening here. In the logs I am getting the following
Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.hb>: java.lang.NoClassDefFoundError:
Failed resolution of: Landroid/webkit/SafeBrowsingResponse;
03-12 15:17:55.922 1192-1192/sg.gov.acra.ACRAOnTheGo I/zygote64:
at void com.android.webview.chromium.WebViewChromium.init(java.util.Map, boolean(WebViewChromium.java:42)
I think we are using cordova plugins to support web view. Also oreo emulator is working good for the app. I need to know what is the cause of this issue.
I added
mobile chrome
in supported browsers along with other browser names in
android > assets > app.js
and then the build that was created was working fine on oreo 8. This is currently a temporary solution as I have to add this line again when I build using sencha but it is right now working for me.