cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
New Window Not open if using Stripe Hosted Payment Page (see video)
Bug Report
Problem
If we open stripe checkout url into inappbrowser, and we try to connect with US Bank and as bank need to verify with new window open, then it not working.
What is expected to happen?
It should open new window so user can verify his bank for stripe checkout
What does actually happen?
It not doing any action.
Information
Command or Code
Environment, Platform, Device
we are using ionic 5
https://user-images.githubusercontent.com/26652038/174431686-7e473101-6662-4b24-bcd7-cdfcab4f9f79.mp4
Version information
Ionic: Ionic CLI : 6.18.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.4.0 @angular-devkit/build-angular : 0.803.25 @angular-devkit/schematics : 9.0.6 @angular/cli : 8.3.26 @ionic/angular-toolkit : 2.2.0 Cordova: Cordova CLI : 11.0.0 Cordova Platforms : android 9.1.0, ios 5.1.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 20 other plugins) Utility: cordova-res : 0.15.4 native-run : not installed globally System: ios-deploy : 1.11.4 ios-sim : 8.0.2 NodeJS : v14.19.0 (/usr/local/bin/node) npm : 6.14.16 OS : macOS Big Sur Xcode : Xcode 13.2.1 Build version 13C100
Checklist
- [x] I searched for existing GitHub issues
- [x] I updated all Cordova tooling to most recent version
- [x] I included all the necessary information above
Hi @ipehimanshu could you please check package.json for cordova-plugin-inappbrowser if not added then please add https://www.npmjs.com/package/cordova-plugin-inappbrowser, after adding its working for me. Required packages to use @ionic-native/in-app-browser
I am using this package(in app browser) to add/connect stripe account for vendors/partner
@vkumar342
yes we are using same but our case is different, inapp browser can not open new window from one window which have itself target="_blank" and that comes from stripe hosted page itself
Thanks