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

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

    Its look like you are setting Integer value to the Textview. try using String.valueOf(value) to set value in Textview.

提交回复
热议问题