-
Notifications
You must be signed in to change notification settings - Fork 609
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
Button don't work in browser #1959
Comments
Update:
But now I don't know what to do to redirect users, windows.location seems not to work |
You likely need to navigate based on the framework you're using, which would be specific to your application since navigation is handled by the web app and not Capacitor. Where are you getting the |
This issue needs more information before it can be addressed. Please see the Contributing Guide for how to create a Sample App. Thanks! |
It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot. Have a great day! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out. |
Bug Report
Plugin(s)
"@capacitor/browser": "^5.1.0"
Capacitor Version
Platform(s)
ios
Current Behavior
click on a specific button in the browser does nothing
Expected Behavior
click should redirect to an url which will also redirect to a custom scheme url which will close the browser
Code Reproduction
this code should be called
and how it is handled
Other Technical Details
This don't work on some device (like iphone 15 pro max) and work on other (iphone XS)
The agree button is the one which cause the issue (a javascript issue?)
The text was updated successfully, but these errors were encountered: