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

前端 未结 9 2626
傲寒
傲寒 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:13

    After some investigation, I've isolated the issue to WebView inside Fragment on OS8 only. My workaround is to use Activity instead of Fragment for that particular flow. It seems to me an Android defect in Fragment.

提交回复
热议问题