Hey Bubble
Quick question!
There are functionality i had on my wrapped app with certain plugins that obviously wont be able to work on Native Mobile. So i decided to build a separate web page, and display it with the native mobile “Web View”.
Is it possible to (From the native environment) extract custom states from the webview, example
- Current Webview’s Url
- Current Webview’s Loading (yes/no)
- Current Webview’s (anything in webview’s custom state )
I don’t know if i am making sense…lol
Use Case: This will enable Webview talk back to the native app, Example
“When WebView’s XX is XX, trigger a native event .”
Thanks in advance