JsBridge icon indicating copy to clipboard operation
JsBridge copied to clipboard

Simpler bidirectional communication between JavaScript in a UIWebView and C# in your native app.

Results 5 JsBridge issues
Sort by recently updated
recently updated
newest added

Hello Team, I am currently using the D3 Graph in my Xamarin.iOS project. While plotting the graph on UIWebView I am adding Event Listener through **AddEventListener** method. But this method...

Hi, We are using JsBridge Unified library on Xamarin iOS app to communicate between web page and native functionality. We have a UIWebView which renders a web page and it...

Just wondered if this will support the new unified api within xamarin ?

Excellent library here! One thing I've noticed is that mt.js appears to send all requests synchronously, resulting in thread blocking. In our case, it's very noticeable with a HTML5 slider...

Hi, I'm attempting to use this cool library in an app that users Razor views (which is a very cool feature of Xamarin) however I don't seem to be able...