-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serious bug for WebViewJavascriptBridge #86
Comments
…M. This fixes the problems described in github issue #86, where webViewDidStart/FinishLoad were called twice and isLoading was always true.
Hey @cherishloveyou, thanks for taking the time to write about this. It should be fixed in master. |
i think we should get a new release 4.1.2 for this with updated podfile 👍 |
Yes, will do. Give me a day or two. I have too much sun and beer at the moment to bother.-- while mobile On Sat, Jun 28, 2014 at 4:45 PM, Pushpak notifications@github.com wrote:
|
v4.1.2 tagged, podfile updated. I forget, do I need to do something else after I've updated the podfile? |
you need to push the updated podfile to the cocoapod repo On Tue, Jul 1, 2014 at 12:18 AM, Marcus Westin notifications@github.com
Regards, Pushpak Rangaiah Co-Founder and CEO Shoptree, Inc. Shoptree is cloud based easy-to-use point-of-sale, inventory and customer |
Pushpak: is this something you can do? I've never done it in the pasts myself, so I'm pretty confident anyone can do it.-- while mobile On Mon, Jun 30, 2014 at 2:51 PM, Pushpak notifications@github.com wrote:
|
I'd also happily accept a PR with a script that automates this process.-- while mobile On Mon, Jun 30, 2014 at 2:51 PM, Pushpak notifications@github.com wrote:
|
After load a url,the webViewDidFinishLoad called twice each time! And the webview.isLoading always is YES. In my opinion,It's error,because the page have been loaded, why it is still isLoading? can anyone explain it?
The text was updated successfully, but these errors were encountered: