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
WebView
Its look like you are setting Integer value to the Textview. try using String.valueOf(value) to set value in Textview.
String.valueOf(value)