Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Window Not open if using Stripe Hosted Payment Page (see video) #951

Open
3 tasks done
ipehimanshu opened this issue Jun 18, 2022 · 2 comments
Open
3 tasks done

Comments

@ipehimanshu
Copy link

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

Image.from.iOS.3.MP4.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

and cordova-plugin-inappbrowser@3.2.0

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@vkumar342
Copy link

vkumar342 commented Feb 13, 2023

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

@ipehimanshu
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants