-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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),
triniwiz
Metadata
Metadata
Assignees
Labels
No labels