BCHK
(Bcguy)
5 באוגוסט, 2015, 7:49pm
1
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.”
BCHK
(Bcguy)
5 באוגוסט, 2015, 7:55pm
2
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.”
riking
(Kane York)
5 באוגוסט, 2015, 8:16pm
3
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?
strager
(Scott Trager)
5 באוגוסט, 2015, 8:54pm
5
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?
BCHK
(Bcguy)
6 באוגוסט, 2015, 7:37am
6
A little more information:
“browser is from blackberry, not 3rd party. no problems with any other site.”
BCHK
(Bcguy)
6 באוגוסט, 2015, 7:39am
7
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.
BCHK
(Bcguy)
6 באוגוסט, 2015, 3:19pm
9
"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."
BCHK
(Bcguy)
6 באוגוסט, 2015, 8:32pm
10
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 לייקים
riking
(Kane York)
6 באוגוסט, 2015, 10:50pm
11
Great, it’s a minifier error. Those are the worst kind.
sam
(Sam Saffron)
6 באוגוסט, 2015, 11:20pm
12
Can you ask the user to confirm
That it works on an older Discourse forum like http://discuss.cocos2d-x.org/ ?
That it fails here on meta?
לייק 1
BCHK
(Bcguy)
7 באוגוסט, 2015, 6:55pm
13
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
BCHK
(Bcguy)
9 באוגוסט, 2015, 7:15pm
15
Success - problem solved! Thanks.
Great! Sorry about the regression, we tracked this in IE9 and IE10 for sure.