Hi, I’m planning to use appgyver to wrap my Web app (bubble platform). I have few questions before I start in appgyver:
Can I communicate from webview to native appgyver components, vice versa? Maybe like a Js Bridge?
Here are the use cases:
I want to create loading screens when my webapp change URL. I’m thinking if it can be showed/removed by having a workflow inside the webview that triggers the remove/show loading screen.
I want to be able to get OneSignal Push Notifications but I don’t know if I can get PlayerID thru the webview.
At the moment you need to listen to the onLocationChange event, so any data from inside the WebView should be added to the loaded URL as a query param/anchor tag and parsed from there.
This is something I need. Any rough ETA available? And related to that (for me) is there anyway that the React Native wrapper for the Chromecast SDK could be implemented?
Is there any news about this ? Would it be possible to store login info made on the webview and then later use it - like an autofill thing (or get gps location information) ?