olek5andr
olek5andr
> Sorry for not seeing this earlier, did you succeed? if not, did you try adding the INTERNET permission to your app in buildozer.spec or through p4a command line options?...
> * Python: 3.8 > * OS: android > * Kivy: master > * Kivy installation method: pip > > When you enter text in the text field, after pressing...
> @olek5andr > Use kivy==2.0.0 > I have observed that it's working much better Using kivy == 2.0.0 is not an option, because when using kivy=2.0.0 with kivymd it is...
> I have seen the kivy==master p4a.branch = master combination give the `object has no attribute 'changeKeyboard'` crash for a TextInput(). > > But I do not see the text...
> I tried the example code above with the default buildozer.spec [ modified with kivy==master p4a.branch = develop ] (the posted .spec is unusable, small runnable means .spec too )....