Hi, I have a use case where I need to send some json data to webpage being loaded in WebView Composable and possible handle some events coming from web page.
There has to be a two way communication between Mobile Platform WebView and Web Platform.
Context: there is an API response which I cannot call twice so I have to pass data fetched from mobile app to Web Page to continue the user journey.
In iOS/Android Native I can achieve this with JavaScript injection.
I was wondering if there is any libraries that does this.
c
Chrimaeon
09/22/2024, 7:48 PM
> Please refrain from cross-posting the same message on multiple channels. It is considered spamming.