braintree / popup-bridge-ios

Enable your web view to open pages in an ASWebAuthenticationSession
MIT License
38 stars 20 forks source link

Fix delegate name in documented example: #5

Closed dpa99c closed 7 years ago

dpa99c commented 7 years ago
POPViewControllerPresentingDelegate => POPPopupBridgeDelegate

Pendantic, but it threw me when I cut+pasted the example code

dpa99c commented 7 years ago

BTW if you are interested, I've adapted your PopupBridge to work within Cordova-based apps for Android & iOS. Since I'm working on a contract that requires this functionality in their Cordova-based apps I had to implement it, but I thought I may as well generalise and open-source the solution:

https://github.com/dpa99c/cordova-popupbridge-test

lkorth commented 7 years ago

Thanks for the README update and link to your repo @dpa99c!