
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 09:00 AM
As written on docs the $tablet.do URL does not work anymore with Helsinki.
I am not looking for $m.do, that is working fine for Mobile Interface.
How to force Tablet Mode on a Desktop Browser to check some development?
Thx and br
Vesp
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 10:17 AM
Correct. There are now only two modes:
- desktop
- mobile
What's slightly confusing is how they are displayed: it's a combination of the client environment and client device. These are the combinations:
- browser on desktop = use DESKTOP
- browser on tablet = use DESKTOP
- browser on mobile phone = use MOBILE (i.e.: $m.do)
- app on mobile = use MOBILE
- app on tablet = use MOBILE
- app on desktop = doesn't exist.
So you can see the tablet is slightly torn between the mobile and desktop versions, depending upon how the instance is accessed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 09:47 AM
Use the URL
https://YOURINSTANCE.service-now.com/$tablet.do
Change YOURINSTANCE to your instance name, of course.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 10:11 AM
Thx but for Helsinki it does not work anymore:
Note: $tablet.do
has been disabled in UI16 because the tablet interface is designed to be the same as the desktop.
So does it mean in UI16 there is no Tablet UI anymore, because it is 1:1 same with Desktop interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 10:17 AM
Correct. There are now only two modes:
- desktop
- mobile
What's slightly confusing is how they are displayed: it's a combination of the client environment and client device. These are the combinations:
- browser on desktop = use DESKTOP
- browser on tablet = use DESKTOP
- browser on mobile phone = use MOBILE (i.e.: $m.do)
- app on mobile = use MOBILE
- app on tablet = use MOBILE
- app on desktop = doesn't exist.
So you can see the tablet is slightly torn between the mobile and desktop versions, depending upon how the instance is accessed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 10:53 AM