Allow URL Param to force mobile UI

Avatar
  • updated
  • Completed

On some smartphones or tablets both the main and the mobile versions can be used, so need a way to switch between them. Maybe an url param or a cookie.

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Completed

You can force mobile mode passing following GET parameter in the URL string.


Mobile mode:

http://feedback.userecho.com?mobilemode=true
Full site mode:
http://feedback.userecho.com?mobilemode=false

Avatar
Vladimir Mullagaliyev co-founder
  • Planned
Avatar
Sergey Stukov co-founder
  • Answer
  • Completed

You can force mobile mode passing following GET parameter in the URL string.


Mobile mode:

http://feedback.userecho.com?mobilemode=true
Full site mode:
http://feedback.userecho.com?mobilemode=false