jockeyjs
jockeyjs copied to clipboard
Library to facilitate communication between iOS apps and JS apps running inside a UIWebView
The msgID represent a H5 callback. If the callback is async, the new OnCompletedListener will cover the older.
Hi @tcoulter , it seems the old repository https://github.com/minsikzzang/jockeyjs got removed from github. In the cocoapod spec repository it still points to the old version. https://github.com/CocoaPods/Specs/blob/d0ec5a65e80656c8d78e12ff19f251df879e0bc2/Specs/0/f/6/JockeyJS/1.0.0/JockeyJS.podspec.json I assumed just sending...
有没有android x86的node4.4.4的二进制文件
Hello, I want to use your library with Typescript. Could you write a definition file for it?
For iOS devices, jockeyjs clientside is not checking if a callback exists when it tries to call them - causing the error. When a callback does exist, once it has...
Hi , I am using html files inside my native IOS app with jockeyjs. I am trying to load images from native app's storage, after loading the html page using...
var dataInit = function () { GeoBOS.contacts.getContactsList(function( error, contactsList ){ if (error === null) { //for (var i = 0; i < 10000; i++) { $('#autoTestResultContactsList').text(contactsList.length); //} } else {...
Are there any plans on supporting iOS8's WKWebView?