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

前端 未结 9 2611
傲寒
傲寒 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 20:58

    I have same issue on Android 8.0 . finally i solve it. Try to update your compileSdkVersion to 26, and update your com.android.support:appcompat-v7 to 26.

提交回复
热议问题