• Resolved mehulved

    (@mehulved)


    I have obtained and used UAStrings for Blackberry and S60 browsers from useragentstring.com and inserted it in the relevant option from the dashboard. It is in form of

    Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.346 Mobile Safari/534.11+, Mozilla/5.0 (BlackBerry; U; BlackBerry 9860; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.254 Mobile Safari/534.11+

    As you can see there is a comma after KHTML and it separates the UA String there. What is the ideal way to handle this? Should I enclose each string inside “” or can I cut it off before AppleWebKit?

    http://wordpress.org/extend/plugins/wptouch/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mehulved

    (@mehulved)

    Just using Blackberry seems to have worked for blackberry. Will be able to test on actual device myself tomorrow.

    Thread Starter mehulved

    (@mehulved)

    That did indeed work. I added
    Blackberry, SymbianOS
    to the custom User Agent Strings and I can open the mobile site on Blackberry. So, one need not enter the full string, partial is fine, that’s what I can conclude.

    So, one need not enter the full string, partial is fine, that’s what I can conclude.

    Correct, entering the full string will not work. You can choose a unique fragment from the string and it should work.

    Thread Starter mehulved

    (@mehulved)

    Thank You.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WPtouch] Adding user agent strings’ is closed to new replies.