qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.07k stars 194 forks source link

Wrong touch position in kivy apps #44

Open Fogapod opened 7 years ago

Fogapod commented 7 years ago

Qpy detects touches in all kivy apps in a wrong position. They always ≈ 0.5 cm lower than required. This problem comes from old Qpython versions.

Device: Sony Xperia Z3 Tablet Compact (SGP621) Android 6.0.1

Kivy touchtracer example + enabled pointer location in android developer options: picsart_09-04-08 59 55

riverfor commented 7 years ago

try insert "#qpy:fullscreen" into your script ?

Fogapod commented 7 years ago

This solved, my problem. Thanks