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 48f88cf commit 083e876Copy full SHA for 083e876
Changelog
@@ -1,3 +1,6 @@
1
+v4.1.2
2
++ Fix bug: webViewDidStart/FinishLoad were called twice and isLoading was always true (#86)
3
+
4
v4.1.1
5
+ Better JS initialization script (thank @refractalize!)
6
+ When passing nil to an objc response callback, replace it with [NSNull null] (becomes null in js)
WebViewJavascriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
- s.version = '4.1.1'
+ s.version = '4.1.2'
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments