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

Microsoft Edge not working in WSA #249

Closed
dotnetian opened this issue Mar 7, 2023 · 4 comments
Closed

Microsoft Edge not working in WSA #249

dotnetian opened this issue Mar 7, 2023 · 4 comments
Labels
by-design This issue is by design
Milestone

Comments

@dotnetian
Copy link

Steps to reproduce

Just install Microsoft Edge on WSA. When you enter the application, almost nothing is working properly. I'm creating the issue here because this apk file that I installed on WSA was tested on my phone before & was functioning properly.

✔️ Expected Behavior

The normal behavior of a chromium-based web browser, like on a real cell phone.

❌ Actual Behavior

Errors are everywhere. Nothing's working right.

image

image

The user can't turn on sync.
image

Other Software

Microsoft Edge Mobile 110.0.158761

Please specify the version of Windows Subsystem for Android

2301.40000.70

@dotnetian dotnetian added bug Default bug tag for tracking triage-needed For issues raised to be triaged and prioritized by internal Microsoft teams labels Mar 7, 2023
@kevinkieselbach kevinkieselbach added this to the Build 2301 milestone Mar 8, 2023
@kevinkieselbach
Copy link

You're probably running the ARM architecture version of Edge on an x86-64 architecture PC. Chromium's dynamic code generation isn't compatible with Intel Bridge Technology that WSA uses for ARM emulation. I don't think the x86-64 version of Edge for Android is publicly available, but I have confirmed that it works on WSA. Running a full browser in WSA isn't a supported scenario since WSA redirects browser intents to the Windows default browser (although it should work if you install an x86-64 browser via ADB). A desktop browser running natively will provide significantly better performance and a better user experience than a mobile browser running in a virtual machine.

@kevinkieselbach kevinkieselbach added by-design This issue is by design and removed triage-needed For issues raised to be triaged and prioritized by internal Microsoft teams bug Default bug tag for tracking labels Mar 8, 2023
@dotnetian
Copy link
Author

Just for others, I tried Firefox & it is working well on WSA.

@jat001
Copy link

jat001 commented Oct 9, 2023

Same issue. I tried chrome with x86_64 architecture from apkmirror. It still not working.
Only edge and chrome have this issue. Other browsers on play store like firefox, opera, vivaldi and brave don't have this issue.
It might be a chromium related issue?

@Cavemanchess
Copy link

When I try to Open Edge from the Play Store, it immediately crashes and closes. Other browsers from the Play Store seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by-design This issue is by design
Projects
None yet
Development

No branches or pull requests

4 participants