Not available for Android, sorry.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I enable right-click Inspect Element in Edge on Android?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Not available for Android, sorry.
Hi adwissler, I am Paulo and I'd like to help.
Unfortunately, Edge Mobile does not support this yet. However, as a workaround, you can use the Eruda project to use the inspect element and see if it works for you.
Here's where you can access the demo:
https://github.com/liriliri/eruda
javascript:(function () { var script = document.createElement('script'); script.src="https://cdn.jsdelivr.net/npm/eruda"; document.body.append(script); script.onload = function () { eruda.init(); } })();
Here's another instruction that might help
https://stackoverflow.com/a/74503106
(Disclaimer: These are non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before downloading and installing it.)