-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
Hey! Thanks for reporting this issue. |
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. |
try smaller images on android, I am using images not larger than 300kb |
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. |
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 ) 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. |
The image playback has an issue with the origin position.
Tested in Chrome version 48 on Android 6.0. Maybe a Chrome issue.
The text was updated successfully, but these errors were encountered: