i am trying to load the html form asset, but its loading webpage and application getting closed.The error shown is webview thread, i am not able to understand what ia going on to throw this error.
please check the below image.
error

html snapshot

i am trying to load the html form asset, but its loading webpage and application getting closed.The error shown is webview thread, i am not able to understand what ia going on to throw this error.
please check the below image.
error

html snapshot

Android webview runs in a separate thread (worker thread), their should be the synchronization with webview thread and threads that your spawning.