TruckMovers / cordova-plugin-remote-injection

DEPRECATED: Cordova plugin to allow a remote site to interact with cordova's javascript APIs when loaded within a cordova app.
Apache License 2.0
91 stars 95 forks source link

Update CDVRemoteInjectionWebViewBaseDelegate.m #22

Closed hafiz-younas closed 7 years ago

hafiz-younas commented 7 years ago

NSURLErrorCancelled error should be ignored. When it is not ignored, we get the error dialog when we click on a link and page has not completed loading.

bradleyjames commented 7 years ago

Thanks for the PR! I recently changed jobs and don't have my laptop setup to quickly test this. I'll try to get to it in the next couple of days.

bradleyjames commented 7 years ago

Merged and released as v0.5.1 of the plugin. Thank you for the PR!