How to tag WebView sections of my app?
If you want to tag Custom Data in WebViews in your app, you can create a bridge between the WebView and the native section of the app.
If you want to tag custom data in the WebView sections of your app, the methods presented in our SDK documentation won't work out of the box.
However, it's possible to implement a system where the web section of the app sends actions to the native section of the app, with a JSON (e.g., "action":"trackEvent", parameters: {"name": "view_page", "label":"settings"}).
This JSON will be interpreted by the native section of the app, and standardized for both OS to facilitate web development.
PreviousWhat kind of user ID should I use as a custom user ID in Batch?NextHow can I allow users to manage their push preferences from my website?
Last updated
Was this helpful?