-
Notifications
You must be signed in to change notification settings - Fork 80
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
TerminalConnectTypes.Internet doesn't work for browser app #381
Comments
Please check out our demo.It has been available on the Web since v6.2.0. |
@rdlabo I'm having a hard time seeing if I need to add something else for it work on web. I'm on v6.2.1 and I can confirm the below promise never resolves or throws an error.
|
Could it be because |
First, this “Expect Happy Path - Internet” can discover the device (it's my device at hand, so it's offline). https://capacitor-community-stripe.netlify.app/tabs/terminal I can guess that the locationId is wrong, the token is wrong, etc., but I confirm that the plugin itself works. |
Where can I see the code for that specific "Expect Happy Path - Internet" demo ? I can never get it to fire on the browser but I can on the app. |
Sorry for late. Demo code is be at this repository: |
@kyleabens It might be that issue #407 happens on web too where Stripe SDK might actually call Do you still need help with this? |
@kyleabens The latest version of #407 solves this problem, so this problem may be solved. Please try the latest version once. |
Platform
Describe the bug
Using TerminalConnectTypes.Internet does not work for ionic apps in the browser. Seems to only work for iOS or Android apps.
Expected behavior
This should be possible on the browser
Using Function:
The text was updated successfully, but these errors were encountered: