Blackberry browser no longer works in 1.4 beta

I just upgrade my software last night to Beta 7, but I’m getting complaints from mobile users that its broken the access from new Google Browsers:

“I can only access the forum using an old Firefox browser on my phone now. my modern up to date browser just displays a blank page.”

Update - its actually on Blackberry that the problem is on: Here is what the user has to say:

“blackberry, latest OS update, latest browser update. It’s one of the most html5 compliant browsers out there.”

Can you ask them to turn on the developer console ( http://devblog.blackberry.com/2011/06/debugging-blackberry-web-apps/ ), look at the JS console, and report what the errors are?

Yeah this will be tough, we have Android, iOS and even Windows Phone to test against, but nobody has Blackberry. Unless someone knows of a simulator, or is willing to send us hardware.

I do remember something about a user turning off local storage in the browser and breaking stuff, you might ask them if they have modified any browser defaults on their device?

They don’t look to be that expensive fortunately (especially for a slightly older model)…

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=2015+blackberry&tbm=shop

As for simulators you could try: http://us.blackberry.com/sites/developers/resources/simulators.html

Is there a way to tell how much user-share is coming from the Blackberry browser?

A little more information:

“browser is from blackberry, not 3rd party. no problems with any other site.”

Ah - its a nontechnical audience - so not the best option …

We need the exact model of phone hardware including all version information in the browser.

"blackberry z10, operating system 10.3.1.1779, browser contains webkit,webcore and javascriptcore components. the browser version is linked to the operating system version which is a few months old (i.e. last update was a few months ago).

There are only a few default options, but I’ve experimented with them all to no avail. the only option resembling local storage is disk cache and that’s switched on."

Here is what the result was:

SyntaxError: Expected token ‘)’ application-d47f38b9f9b78f51232262df46285c93.js:52

So, missing right bracket in line 52 of the fie application-d47f38b9f9b78f51232262df46285c93.js

2 Likes

Great, it’s a minifier error. Those are the worst kind.

Can you ask the user to confirm

  1. That it works on an older Discourse forum like http://discuss.cocos2d-x.org/ ?
  2. That it fails here on meta?
1 Like

The user says the new Blackberry browser works fine on both of those links (the older one and Meta) . It just doesnt’ work on my forum.

OK, that is good news – if it works here on meta, then just update to latest code.

We had some IE9 / IE10 regressions in recent 1.4 betas and that might fix BB as well.

1 Like

Success - problem solved! Thanks.

Great! Sorry about the regression, we tracked this in IE9 and IE10 for sure.