Re: Review request: AllowedSchemes for iOS

2018-07-16 Thread dev-cordova
Hi Chris, thank you for your response! I'll be happy to exercise some patience. In the meantime I've submitted a PR introducing callback event to determine whether a URL to-be-loaded should be loaded or not:     https://github.com/apache/cordova-plugin-inappbrowser/pull/276     https://issues.apac

Re: Review request: AllowedSchemes for iOS

2018-07-08 Thread Chris Brody
Thanks Willem for what looks like a really awesome contribution. Due to my inexperience with that plugin and my current backlog I will probably need a few weeks to look at that one. I am very hopeful that the right expert can review it sooner. Please feel free to followup with us if you do not hea

Review request: AllowedSchemes for iOS

2018-07-06 Thread dev-cordova
Hi, I've been using Cordova for quite a while, here and there, and find the recently introduced AllowedSchemes feature (CB-14013 ) very useful. Since it is for Android only right now, I've written an iOS implementation. I would be happy to receive fe