You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/owner/venv/kivy/lib/python3.9/site-packages/kivy/core/window/__init__.py", line 1728, in update_viewport
targettop = max(0, target.to_window(0, target.y)[1]) if target else 0
AttributeError: 'MainApp' object has no attribute 'to_window'
which can be solved by passing a widget not an app to request_keyboard.
The text was updated successfully, but these errors were encountered:
Poikilos
added a commit
to Poikilos/kivy3
that referenced
this issue
Mar 13, 2022
The camera example has the strange error:
which can be solved by passing a widget not an app to request_keyboard.
The text was updated successfully, but these errors were encountered: