Best approach to pass data from web view to native app (Windows, iOS & Android)

android, ios, webview, windows-8

Solution

iOS:

More Details

passing-data-to-and-from-an-embedded-uiwebview

ios-pass-values-to-native-app-from

Android:

webkit-communication-with-native-environment

Problem

Wondering what the best approach is to read HTML/JS within a webview in a native app that works for: - iOS - Android - Windows Phone Can all three platforms read the content of a web view, or does the sandbox prevent that from happening?

Original source

Related problems