Riddik Posted February 20, 2015 Share Posted February 20, 2015 Hi. Launch the game on the S3 Stock Browser, the game screen is loaded twice: Game link: http://rivasgames.com/games/10x10-skin1/ Phaser v2.2.2, Canvas mode Please, help fix this issue! Link to comment Share on other sites More sharing options...
Noid Posted February 20, 2015 Share Posted February 20, 2015 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. Link to comment Share on other sites More sharing options...
Noid Posted February 20, 2015 Share Posted February 20, 2015 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. Link to comment Share on other sites More sharing options...
Rorian Posted February 20, 2015 Share Posted February 20, 2015 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. Link to comment Share on other sites More sharing options...
WombatTurkey Posted February 20, 2015 Share Posted February 20, 2015 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.http://jsbeautifier.org/ Works wonders Link to comment Share on other sites More sharing options...
Riddik Posted February 22, 2015 Author Share Posted February 22, 2015 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 I'm happy) Link to comment Share on other sites More sharing options...
Tom Atom Posted March 5, 2015 Share Posted March 5, 2015 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. Riddik 1 Link to comment Share on other sites More sharing options...
Riddik Posted March 9, 2015 Author Share Posted March 9, 2015 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 More sharing options...
Recommended Posts