Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CakePHP can not detect Blackberry Z10 or Blackberry Z30 as a mobile agent #5706

Closed
richan-fongdasen opened this issue Jan 21, 2015 · 2 comments
Milestone

Comments

@richan-fongdasen
Copy link

I'm developing an application that require mobile detection. I've tested it on any Android and iOS devices, and it worked perfectly. But the problem came when i was testing it on Blackberry Z10 and Blackberry Z30.

This is the user agent of Blackbery Z10 and Blackberry Z30 :
Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+

I acquired it using device mode in Google Chrome browser.

@coryjthompson
Copy link

I've noticed in your commit you added BB10 to the end. It should probably be alphabetical order like the rest of the user agents.

A unit test should also be added.

Good work, and if you need any help let me know.

@ADmad
Copy link
Member

ADmad commented Jan 21, 2015

Closing as related PR is open.

@ADmad ADmad closed this as completed Jan 21, 2015
@ADmad ADmad added this to the 2.6.2 milestone Jan 21, 2015
markstory added a commit that referenced this issue Jan 22, 2015
Add mobile agent for Blackberry Z10 and Blackberry Z30, fixes #5706
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants