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

Error in Android real device #110

Open
vallemar opened this issue Jan 29, 2024 · 0 comments
Open

Error in Android real device #110

vallemar opened this issue Jan 29, 2024 · 0 comments

Comments

@vallemar
Copy link
Contributor

vallemar commented Jan 29, 2024

I'm trying to recreate this animation but I'm having errors on a real Android device. https://codepen.io/towc/details/yNywmX

In my simulator it looks like this. Also the FPS remains at 30

Grabacion.de.pantalla.2024-01-30.a.las.0.45.06.mov

And on a real device like this.

Screenrecorder-2024-01-30-00-46-16-81.mp4

My phone is a xiaomi 12 T pro.
This is my repo, branch android-real-device-error: https://github.com/vallemar/nativescript-canvas-vue/tree/android-real-device-error

Update:
On android using pixels I have raised the fps to 60, but I still have the same problem on the real device

 var w = Utils.layout.toDevicePixels(c.getActualSize().width),
    h = Utils.layout.toDevicePixels(c.getActualSize().height),
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

1 participant