cordova-plugin-inappbrowser/src/ios
Dave Alden 0fd43ae644 Fixes loadAfterBeforeload on iOS. Resolves #349. (#350)
For both UIWebView and WKWebView implementations on iOS.

<!--
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
is intended as a quick reference, for complete details please see our Contributor Guidelines:

http://cordova.apache.org/contribute/contribute_guidelines.html

Thanks!
-->

### Platforms affected
iOS

### What does this PR do?
Fixes `beforeload` event (introduced by #276) for iOS

### What testing has been done on this change?
Tested both allow & deny loading of URL with both iOS implementations in [test container app](https://github.com/dpa99c/cordova-plugin-inappbrowser-wkwebview-test) (ignore its README).

- To test with UIWebView use options: `beforeload=yes,usewkwebview=no`
- To test with WKWebView use options: `beforeload=yes,usewkwebview=yes`

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
- [x] Added automated test coverage as appropriate for this change.

closes #349
2018-11-21 19:04:04 +01:00
..
CDVInAppBrowser.h Fixes loadAfterBeforeload on iOS. Resolves #349. (#350) 2018-11-21 19:04:04 +01:00
CDVInAppBrowser.m Fixes loadAfterBeforeload on iOS. Resolves #349. (#350) 2018-11-21 19:04:04 +01:00
CDVInAppBrowserNavigationController.h CB-7179 (iOS): Add support to optionally use WKWebView for iOS 2018-09-30 10:05:46 +01:00
CDVInAppBrowserNavigationController.m CB-7179 (iOS): Add support to optionally use WKWebView for iOS 2018-09-30 10:05:46 +01:00
CDVInAppBrowserOptions.h Merge branch 'master' into CB-7179 2018-10-09 11:15:23 +01:00
CDVInAppBrowserOptions.m CB-7179 (iOS): Add support to optionally use WKWebView for iOS 2018-09-30 10:05:46 +01:00
CDVUIInAppBrowser.h Merge branch 'master' into CB-7179 2018-10-09 11:15:23 +01:00
CDVUIInAppBrowser.m This lets the default window layering do it's thing. Fixes #334. Fixes #314. 2018-10-29 13:43:37 -07:00
CDVWKInAppBrowser.h Fixes loadAfterBeforeload on iOS. Resolves #349. (#350) 2018-11-21 19:04:04 +01:00
CDVWKInAppBrowser.m Fixes loadAfterBeforeload on iOS. Resolves #349. (#350) 2018-11-21 19:04:04 +01:00
CDVWKInAppBrowserUIDelegate.h CB-7179 (iOS): Add support to optionally use WKWebView for iOS 2018-09-30 10:05:46 +01:00
CDVWKInAppBrowserUIDelegate.m CB-7179 (iOS): Add support to optionally use WKWebView for iOS 2018-09-30 10:05:46 +01:00