Forums >
Feature Requests
> mobilekit pro blackberry support
mobilekit pro blackberry support
mobilekit pro blackberry support
Hi Joe-
We purchased mobilekit pro to create a mobile version of our site. It is working great with Android and iPhones, however there is a large contingent of our user base that still uses Blackberries. I've found in testing that the full site skin is being loaded instead of the mobilekit skin.
Would it be possible to update the user agent detection so that Blackberries are pushed to the mobile skin?
Thanks
Mike
|
Re: mobilekit pro blackberry support
Hi Mike,
I can't promise it will work well in Blackberry devices and I don't plan to add official support for Blackberry, but you can give it a try pretty easy and see how it works out by adding this to your user.config file
<add key="MobilePhoneUserAgents" value="iphone,ipod,android,iemobile,blackberry" />
Note that I'm assuming that the user agent string for Blackberry has the word blackberry in it, I don't know for sure if it does.
We're lower casing the user agent and checking if it contains one of the words separated by commas in this setting and if so we apply the mobile skin.
Hope that helps,
Joe
|
Re: mobilekit pro blackberry support
That worked. Thanks so much for the help. I probably should have read the installation directions better, the key was mentioned there...
BTW, it seems to work okay with Blackberry.
Thanks
|
Re: mobilekit pro blackberry support
Glad to hear that worked for you!
Best,
Joe
|