How can I pass the data through webview?

0
Hi, I need to pass object from native mobile app to web page which i want to show in web view and again after getting response from web view i need to show  a new native page.
asked
1 answers
0

You can do this by deeplinking. Have a look at the deeplink module in the marketplace to set it up, then use a deeplink to open the webpage and make sure your native app has a mobile uri scheme when you create the build. You can use this to handle deeplinks in the native app and direct to a specific page.

answered