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

refactor: add in-app browser check for mobile #2219

Closed
wants to merge 11 commits into from

Conversation

enesozturk
Copy link
Contributor

@enesozturk enesozturk commented May 7, 2024

Breaking Changes

Adde in-app browser checks to be sure that if the app is opened on any wallet's in-app browser, it should be detected as mobile as well

Copy link

vercel bot commented May 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web3modal-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 5:46pm
web3modal-gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 5:46pm
web3modal-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 5:46pm

isMobile() {
if (typeof window !== 'undefined') {
return (
this.isInAppBrowser() ||
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this somehow breaks the e2e tests. Prob it's going into some unexpected conditions. Will check later

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

Successfully merging this pull request may close these issues.

None yet

2 participants