We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
And on a real device like this.
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
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),
The text was updated successfully, but these errors were encountered:
Can you give this another try?
Sorry, something went wrong.
No branches or pull requests
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-errorUpdate:
On android using pixels I have raised the fps to 60, but I still have the same problem on the real device
The text was updated successfully, but these errors were encountered: