JavaScriptBridge icon indicating copy to clipboard operation
JavaScriptBridge copied to clipboard

Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript. Powered by JavaScriptCore.framework.

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

I have redesigned new libraries, It only takes ten minutes to complete . Maybe can help you. OC: https://github.com/SDBridge/SDBridgeOC Swift: https://github.com/SDBridge/SDBridgeSwift

Can I use this project in my app which will submit to Appstore? Will Apple reject my app for using dunamic code?

dispatchFunction(currentSelf, actionsWithoutAnimation, nil);

Hi there, Really great project :smile: There are a few issues with getting this up and running in iOS 8.3: - [ ] 1. The segfault as pointed out in...

Seems to segfault at this line in JSBFoundation.m: class_addProtocol([NSRegularExpression class], @protocol(JSBNSRegularExpression)); context[@"NSRegularExpression"] = [NSRegularExpression class];