Jump to content

samsung s3 stock browser problem (double screen)


Riddik
 Share

Recommended Posts

I would ask the user to install a better browser. I don't know why but in my experience the stock browser has really poor performance and standards compliance. Even on froyo you have opera and firefox. 

 

Thx, but i can't ask this to QA department.

 

 

Next time I recommend to not minify javascript if you are really looking for help. Nobody can give you exact answer if there is nothing to compare.

 

I assumed that someone who knows the problem asks to show a specific piece of code instead review all code.

 

 

http://jsbeautifier.org/

 

Works wonders :D

 

I'm happy)

Link to comment
Share on other sites

  • 2 weeks later...

Hi, today I had also problem with strange stretching which appeared only in Stock browser. I found this post here at forum: http://www.html5gamedevs.com/topic/3282-android-doesnt-load-atlas-and-sound/

 

See turboboing's answer. It worked for me. It seems that Stock browser (at least on on S3 and Tab3) has some problem with WebGL. Forcing to canvas solved it.

Link to comment
Share on other sites

Hi! Thanks a lot!
But for me it was a "double canvas" problem!

 

It was fixed by adding this line of code:

if(game.device.android && !game.device.chrome) game.canvas.parentElement.style.overflow = "visible";

Have a good day )

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...