- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2018 09:06 AM
I wanted to see what my application would look like on mobile devices, so I added "$m.do#" to the end of the URL. Now, I can't get rid of it. When I open my dev instance from the Developer page, it automatically redirects to the mobile URL. I tried replacing the "/$m.do#" with "nav_to.do?uri=/home.do%3F," which I believe was the original URL but the browser ignores it and sends me to the mobile URL. I tried clearing my Chrome browser cache but it didn't help. How can I get back to my app in normal view?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2018 09:36 AM
Hi mike,
try like this
https://yourinstancename.service-now.com/$m.do#/login
please share your screenshot, if you are getting any error.....
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2023 06:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2018 10:20 AM
Awesome...!!
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019 12:30 PM
Check out my mobile view tip! This will definitely save anyone a bunch of time and headache when reverting back to desktop view from mobile view 🙂
Happy Developing!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2020 09:01 PM
Return to desktop view by typing this next to "<yourinstancename>/navpage.do?sysparm_device=doctype"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2020 04:20 AM
Thank you. This should be right answer!