Help: How do I get out of Mobile View?

___miked___
Mega Contributor

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?

1 ACCEPTED SOLUTION

Rajesh Mushke
Mega Sage
Mega Sage

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

View solution in original post

11 REPLIES 11

HI Rajeshekhar,

 

$m.do#/login was not working for me , i did refresh instance ( PDI ) and it worked. 

Rajesh Mushke
Mega Sage
Mega Sage

Awesome...!!




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

S_C Pressley
Kilo Guru

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 🙂 

 

https://community.servicenow.com/community?id=community_question&sys_id=00acb2e6db2c7f80e0e80b55ca96...

 

Happy Developing! 

Community Alums
Not applicable

Return to desktop view by typing this next to "<yourinstancename>/navpage.do?sysparm_device=doctype"

Thank you. This should be right answer!