MobileKit Pro add IPad

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/7/2013 1:32:07 AM
Gravatar
Total Posts 21

MobileKit Pro add IPad

Where do we do the <add Key

and would it look like this??

add key="MobilePhoneUserAgents" value="iphone,ipod,ipad,android,iemobile" />

 

You can also configure which devices will use the mobile skin from configuration settings. It is based on a comma separated string of fragments of a user agent, so if a user agent string contains the fragment it will be detected as a mobile device. The default value is configured like this:

add key="MobilePhoneUserAgents" value="iphone,ipod,android,iemobile" />

So if you know of a fragment unique to another device you want to try and use it with you could add it to this string, or you could add ipad if you wanted to. 

3/7/2013 5:53:55 AM
Gravatar
Total Posts 18439

Re: MobileKit Pro add IPad

That setting would go in user.config

​Yes adding ipad will make ipads use the mobile skin, however Mobile Kit Pro was designed for the small screen of smart phones. iPad is a great web browsing device, I would not force it to use the phone skin, you should make your main skin work well for ipad, responsive design techniques can be used to optimize it for ipad if needed.

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