Akshay Arora
Akshay Arora
There is also the issue of one having to manually resize the window to display the updated window. Where as this should happen automatically, we should be listening to the...
@matham @tito comment here https://github.com/kivy/kivy/issues/6144#issuecomment-475140897 `it would make send to provide a `density_dynamic` kind of a new prop that user could listen to and update their own UI accordingly` let's...
This is related too; the Screen module would not work cause of this issue on a retina screen as we try to change the density * dpi after the window...
@tshirtman this does not really work right now, it needs a architectural change. Recalculation of DPI on every frame is also not a wise thing to do. Currently with his...
I can’t honestly count this as a stepping stone or a stop gap solution, you see currently. This is what happens. If you start on a window with high res...
I am not sure if this is an issue with kivy-ios or buildozer, seems more like an issue with permissions on iOS. You may try getting network permissions on iOS...
@macarooni-man Ditto, https://github.com/kivy/pyobjus/pull/89 seems to be already in place which fixes this issue. Update: tested this pull makes it work on 15.0 and before.
Please re-open with a proper description of what this pr fixes, hopefully with a issue that explains in details and with a minimal code that can reproduce the issue.
The write_tab is checked before hand in keyboard_key_down. Do you have a issue that this is solving ?
@mati4693 Would you please provide a simple example that reproduces this issue.