Mobile Clients - Switch to Normal View

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/7/2011 10:48:53 AM
Gravatar
Total Posts 2

Mobile Clients - Switch to Normal View

The ability for mobile devices to switch to normal view is nice.

 

But once you switch, how can you switch back?

9/7/2011 10:52:07 AM
Gravatar
Total Posts 18439

Re: Mobile Clients - Switch to Normal View

Hi,

You just need to add the same link to your main skin in the layout.master file like this:

<portal:MobileSkinLink ID="mobileskin" runat="server" RenderAsListItem="true" />

the link will only be visible for mobile users so it won't affect other users by adding this link.

On this site I put it right next to the home link.

Hope that helps,

Joe

9/7/2011 11:02:41 AM
Gravatar
Total Posts 2

Re: Mobile Clients - Switch to Normal View

Perfect, Thanks!

I searched around for an answer, but couldn't find anything, may want to add it to the FAQ.

Great job on the mobile support. I've been wondering how to best support mobile devices. Mobile support was basically just about too easy to install and configure.

9/7/2011 11:55:45 AM
Gravatar
Total Posts 18439

Re: Mobile Clients - Switch to Normal View

Glad to hear its working well for you!

If this question starts to come up frequently I will add it to the FAQ, but it is documented on the Mobile Kit Pro product page in the Installation Instructions section. It may be easy to miss because it is near the bottom.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.