XFWebViewInteropDemo

Xamarin.Forms WebView Interoperability demo. Establishing bi-directional communication bridge between Xamarin.Forms and WebView sandbox environment.

14
4
C#

XFWebViewInteropDemo

Here I’m demonstrating how to build a bi-directional communication bridge between Xamarin Forms run time and WebView javascript layer.

WebView Interop Demo

Passing data from Xamarin.Forms to Javascript!

Blog article: https://theconfuzedsourcecode.wordpress.com/2020/01/15/talking-to-your-webview-in-xamarin-forms/

Hybrid WebView Interop Demo

Passing data from Javascript to Xamarin.Forms and vise-versa!

Blog article: https://theconfuzedsourcecode.wordpress.com/2020/01/19/building-a-bi-directional-interop-bridge-with-webview-in-xamarin-forms/

Here’a another cool little demo: