F Freiza Lurker Apr 15, 2017 #1 I have loaded a webpage inside my app, now want to show a toast when ever a specific textbox inside the webpage loses focus, how to do achieve this?
I have loaded a webpage inside my app, now want to show a toast when ever a specific textbox inside the webpage loses focus, how to do achieve this?
D Deleted User Guest Apr 15, 2017 #2 There is a way of getting Javascript to call code in your app. The example below describes pretty much exactly what you want to do https://developer.android.com/guide/webapps/webview.html#BindingJavaScript I don't know Javascript that well, but I presume there's some way of detecting when focus is lost, and trigger a handler function.
There is a way of getting Javascript to call code in your app. The example below describes pretty much exactly what you want to do https://developer.android.com/guide/webapps/webview.html#BindingJavaScript I don't know Javascript that well, but I presume there's some way of detecting when focus is lost, and trigger a handler function.