jockeyjs icon indicating copy to clipboard operation
jockeyjs copied to clipboard

Library to facilitate communication between iOS apps and JS apps running inside a UIWebView

Results 21 jockeyjs issues
Sort by recently updated
recently updated
newest added

When I'm adding support for `WKWebView` so that my app supports `iOS 7` and `iOS 8` at the same time, I found it's possible to add most of my changes...

Gradle based project is a standard style for Android project now. To migrate to gradle based structure makes it easier to add JockeyJS to an existing project.

Hi, thanks for this great bridge! In some scenario, on js side an additional optional second argument of `off` to only unsubscribe specific handler could be really helpful. ``` function...

I've searched the issues and couldn't find one, so... I keep getting a `TypeError: undefined is not a function (evaluating 'this.callbacks[t]()')` from my minified Jockey file (`triggerCallback:function(t){this.callbacks[t]()}`). I suppose it...

Hey, The app for our webview lives outside of our iOS app. It'd be nice if we could include Jockey.js with a dependency manager in our web app.

Reffering to jedi4ever's (a colleague of mine) issue (https://github.com/tcoulter/jockeyjs/issues/31) this is a crude crosswalk integration that works for us. Pull request, just for your sake.

We are big fans of jockeyjs. For android we'd like to move to use Crosswalk: it enables the embedding of a recent chrome browser on older devices. https://crosswalk-project.org/ It seems...

JockeyJS is mostly hosted as an external tool inside apps, and therefore, printing stacktrace is not recommended. Instead, you should tag the exception (to signal that it originated from JockeyJS's...

Hello - I noticed when I send a message using the Jockey send method, there's no way to receive data back in the callback. Is there a reason that this...