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

Broken in Chrome 48 for Android #17

Open
rumbogs opened this issue Feb 29, 2016 · 5 comments
Open

Broken in Chrome 48 for Android #17

rumbogs opened this issue Feb 29, 2016 · 5 comments

Comments

@rumbogs
Copy link

rumbogs commented Feb 29, 2016

The image playback has an issue with the origin position.
Tested in Chrome version 48 on Android 6.0. Maybe a Chrome issue.

@moklick
Copy link
Collaborator

moklick commented Feb 29, 2016

Hey! Thanks for reporting this issue.
What is the resolution of the image you tried to load? Did you test the canvid demo as well?

@rumbogs
Copy link
Author

rumbogs commented Feb 29, 2016

Hey @moklick, it's a large image, but that's not the issue because when I started working on the project, it worked fine, it's broken since last week or so. I've tested the canvid demo also, yes.

@eladams
Copy link

eladams commented Apr 12, 2016

try smaller images on android, I am using images not larger than 300kb

@aerrity
Copy link

aerrity commented May 25, 2016

FWIW, I experienced a similar problem on Chrome 50 on Android with a 1200x614 video (spritesheet ~1.5MB). I resized this to 800 wide, converted to a spritesheet of ~900KB and this worked fine in Chrome on Android.

@saginadir
Copy link

saginadir commented Aug 2, 2016

As far as I was able to detect this issue is caused due to a large images ( in mega pixels not in kb ), older / weaker devices suffer more significantly and have a lower size limit before this issue appears.

while Android (Chrome ) might render the image smaller than expected, on older iOS devices the image does not even render.

Anyone has an idea where can I get the exact limits before the image becomes distorted?

Attached 2 paused videos with the same code on different devices, one weak ( 1gm ram ) and one modern Android phone ( 3gb ram )

( normal )
screen shot 2016-08-02 at 10 09 06 am
( broken )
screen shot 2016-08-02 at 10 09 29 am

EDIT:

After further investigation is seems the limit is 9 Mega Pixels, I am not sure this is related to the OP issue, but for me it seems to be the issue.

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

5 participants