darpan5552

Results 14 comments of darpan5552

It is possible but you have to do a trick. Use text input with `focus : 'False'` This will not allow user to enter anything. Set your own text to...

@akshayaurora @kriyanation I don't know much about font rendering but interested in making kivy support indian language. Can we write a method to re-configure unicode characters like vowel sign for...

![IMG_20201225_212515](https://user-images.githubusercontent.com/57829384/103138385-16021100-46f8-11eb-8760-cda773cab37a.jpg) This can be a standalone project, based on kivy, but not a part of kivy, I mean extension. Think of you as a chini speaker, for example. Would you...

Android api are actually rendering devnagari fonts properly. Best means perfection here. Does not guarantee success means what if future versions of android break those api for other languages, as...

https://youtu.be/OCk6OuXq4dA explains the problem. This is just a reference. Please try that app and report if issue is exactly the same. I have tried that and can confirm that when...

- Upon close observation, we can observe that kivy is forgetting its cursor position. Suppose we are at `position1` to type 4 characters, then for typing 5th character if we...

@Neizvestnyj May be the bug is in kivy.core.text instead of kivy.uix.textinput

@olek5andr Use kivy==2.0.0 I have observed that it's working much better

@olek5andr I am using kivy==2.0.0 with kivymd==0.104.1 and still haven't observed any lagging. May be those application are lot simpler. https://github.com/kengoon/PyJniusTester https://github.com/dcindia/matrix-calculator https://github.com/dcindia/KivyAppUpdater

Instead of `Fileprovider` there can be other conditions also where we need to add extra entries to `Manifest`. Furthermore there is no guarantee that in future there will not be...