Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sunyazhou13
/
WebViewJavascriptBridge
Public
forked from
marcuswestin/WebViewJavascriptBridge
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
WebViewJavascriptBridge
WebViewJavascriptBridge
on
master
User selector
All users
All time
Commit history
Commits on Jul 29, 2015
Merge pull request #105 from lokimeyburg/wkwebview-support
Show description for 17fcf7a
marcuswestin
committed
17fcf7a
View commit details
Copy full SHA for 17fcf7a
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Fixed compiler error for pointer mismatch
lokimeyburg
committed
c376eb5
View commit details
Copy full SHA for c376eb5
View code at this point
Browse repository at this point
Commits on Nov 9, 2014
Removed compiler warnings
lokimeyburg
committed
4e990fb
View commit details
Copy full SHA for 4e990fb
View code at this point
Browse repository at this point
Updated OSX WebView to use the new Base class
lokimeyburg
committed
1bce38a
View commit details
Copy full SHA for 1bce38a
View code at this point
Browse repository at this point
Both examples working without any immediate bugs
lokimeyburg
committed
e2bdcf5
View commit details
Copy full SHA for e2bdcf5
View code at this point
Browse repository at this point
Commits on Nov 8, 2014
You can toggle between UIWebView and WKWebView in the example app
lokimeyburg
committed
7382589
View commit details
Copy full SHA for 7382589
View code at this point
Browse repository at this point
Using Base class in UIWebView
lokimeyburg
committed
589dc2a
View commit details
Copy full SHA for 589dc2a
View code at this point
Browse repository at this point
WKWebViewJavascriptBridge successfully using Base class with delegate JS execution
lokimeyburg
committed
b318263
View commit details
Copy full SHA for b318263
View code at this point
Browse repository at this point
Commits on Nov 5, 2014
Fix duplicated define in JavaScript
netputer
committed
269c5e2
View commit details
Copy full SHA for 269c5e2
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
Added JavascriptWebViewBridgeBase to WKWebViewJavascriptBridge
lokimeyburg
committed
859c823
View commit details
Copy full SHA for 859c823
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
Removed unnecessary NSLog output
lokimeyburg
committed
95779d0
View commit details
Copy full SHA for 95779d0
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
Added compiler flags to include Yosemite
lokimeyburg
committed
b458d79
View commit details
Copy full SHA for b458d79
View code at this point
Browse repository at this point
Improved startup message queue for WKWebView
lokimeyburg
committed
84bbefc
View commit details
Copy full SHA for 84bbefc
View code at this point
Browse repository at this point
Updated the example app to use WKWebView
lokimeyburg
committed
b535dc2
View commit details
Copy full SHA for b535dc2
View code at this point
Browse repository at this point
Commits on Oct 14, 2014
Added the WKWebViewJavascriptBridge class
lokimeyburg
committed
f39324d
View commit details
Copy full SHA for f39324d
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
Use explicit `WVJB_WEBVIEW_DELEGATE_TYPE` instead of inferred `typeof(_webViewDelegate)`. Should hopefully fix GH issues #81 and #98
marcuswestin
committed
5f10f81
View commit details
Copy full SHA for 5f10f81
View code at this point
Browse repository at this point
Remove WebViewJavascriptBridge `-reset` method. It is unreliable and should not be used. See GH issue #99
marcuswestin
committed
dcecc11
View commit details
Copy full SHA for dcecc11
View code at this point
Browse repository at this point
Simplify no-handler case: throw exception any time there is no handler for a message. Similarly, let runtime exceptions inside handlers bubble up and be caught by webkit instead of simply logging t…
Show description for 9294201
marcuswestin
committed
9294201
View commit details
Copy full SHA for 9294201
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
[Fix] App crash when no handler (_messageHandler) for message from JS.
ruslanskorb
committed
68a37a2
View commit details
Copy full SHA for 68a37a2
View code at this point
Browse repository at this point
[Fix] Import <UIKit/UIWebView.h> for iOS.
Show description for 10a214b
ruslanskorb
committed
10a214b
View commit details
Copy full SHA for 10a214b
View code at this point
Browse repository at this point
Commits on Jun 28, 2014
Ensure that the iframe has a source set before appending it to the DOM. This fixes the problems described in github issue #86, where webViewDidStart/FinishLoad were called twice and isLoading was a…
Show description for 48f88cf
marcuswestin
committed
48f88cf
View commit details
Copy full SHA for 48f88cf
View code at this point
Browse repository at this point
Commits on May 23, 2014
If a response callback gets called with a `nil` response value, then replace that value with `[NSNull null]` instead of `@{}`. This way the javascript will receive a `null` value instead of `{}`. S…
Show description for 8a60345
marcuswestin
committed
8a60345
View commit details
Copy full SHA for 8a60345
View code at this point
Browse repository at this point
Merge pull request #73 from noahlu/master
Show description for 095f90d
marcuswestin
committed
095f90d
View commit details
Copy full SHA for 095f90d
View code at this point
Browse repository at this point
Commits on May 22, 2014
Revert "Merge pull request #70 from shuizhongyueming/master"
Show description for 6da9284
marcuswestin
committed
6da9284
View commit details
Copy full SHA for 6da9284
View code at this point
Browse repository at this point
Merge pull request #70 from shuizhongyueming/master
Show description for 49579d6
marcuswestin
committed
49579d6
View commit details
Copy full SHA for 49579d6
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
Merge pull request #77 from nolanw/fix-json-as-string-literal
Show description for c318771
marcuswestin
committed
c318771
View commit details
Copy full SHA for c318771
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
Fix little typo in comment
nolanw
committed
b8d5856
View commit details
Copy full SHA for b8d5856
View code at this point
Browse repository at this point
Escape U+2028 and U+2029 when writing JSON as a JavaScript string literal.
Show description for 1aa0ecf
nolanw
committed
1aa0ecf
View commit details
Copy full SHA for 1aa0ecf
View code at this point
Browse repository at this point
Commits on Mar 12, 2014
prevent insert nil into dic
远尘
committed
1dc0273
View commit details
Copy full SHA for 1dc0273
View code at this point
Browse repository at this point
Commits on Feb 21, 2014
add a method,make the user can decide whether the request from webview should be load except the WVJB request
shuizhongyueming
committed
16aa68e
View commit details
Copy full SHA for 16aa68e
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Added possibility to set custom bundle where core bridge.js script is located
Kamil Burczyk
committed
5183c4c
View commit details
Copy full SHA for 5183c4c
View code at this point
Browse repository at this point
Commits on Oct 26, 2013
Clean up internal representation of messages with a WVJBMessage typedef
marcuswestin
committed
5069f08
View commit details
Copy full SHA for 5069f08
View code at this point
Browse repository at this point
Commits on Oct 25, 2013
The declared interface for WVJB expected data to be an `id`. However, the implementation assumed `NSDictionary` in a bunch of places. Furthermore, messages received from JS by ObjC were previously …
Show description for c4cb6ab
marcuswestin
committed
c4cb6ab
View commit details
Copy full SHA for c4cb6ab
View code at this point
Browse repository at this point
Fix exception if _sendData is called with data == nil
bastibense
committed
a91f290
View commit details
Copy full SHA for a91f290
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
Make log prefix capital SEND/RCVD
marcuswestin
committed
d66f93e
View commit details
Copy full SHA for d66f93e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.