Why does Android OS 8 WebVew with HTML select tag crash the app

前端 未结 9 2621
傲寒
傲寒 2020-12-15 20:24

I\'ve got a hybrid Cordova Android app, and the app crashes when user tap on a drop-down box in my WebView running on Android OS 8. I\'ve created a simple page

9条回答
  •  心在旅途
    2020-12-15 21:04

    Maybe you use custom ContextWrapper in your Activity class. In my case, I override attachBaseContext method. Check this method and use super.attachBaseContext(newBase).

提交回复
热议问题