We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d6299 commit c3cb838Copy full SHA for c3cb838
ExampleApp/ExampleApp.html
@@ -44,7 +44,7 @@ <h1>WebViewJavascriptBridge Demo</h1>
44
callbackButton.ontouchstart = function(e) {
45
e.preventDefault()
46
log("Calling handler testObjcCallback")
47
- bridge.fireHandler('testObjcCallback', {'foo': 'bar'}, function(response) {
+ bridge.callHandler('testObjcCallback', {'foo': 'bar'}, function(response) {
48
log('Got response from testObjcCallback', response)
49
})
50
}
0 commit comments