Abdelaziz Elrashed
Abdelaziz Elrashed
https://github.com/beeware/toga/assets/4952736/820927ef-4f2e-4bce-abae-33efd85122c6
Great, it does work! Thanks for Help
Great, here is a snippet code illustrating the issue in a single file `app.py`: ```python """ My first application """ import toga from toga.style import Pack from toga.style.pack import COLUMN,...
Thanks for the suggestion. But, I searched the BeeWare repositories and I saw that `android:supportsRtl="true"` at [AndroidManifest.xml](https://github.com/beeware/briefcase-android-gradle-template/blob/1c5557520f2eebf1054f8ec148a581a9a8cc3631/%7B%7B%20cookiecutter.format%20%7D%7D/app/src/main/AndroidManifest.xml) is already set by the [briefcase-android-gradle-template](https://github.com/beeware/briefcase-android-gradle-template) on this [line](https://github.com/beeware/briefcase-android-gradle-template/blob/1c5557520f2eebf1054f8ec148a581a9a8cc3631/%7B%7B%20cookiecutter.format%20%7D%7D/app/src/main/AndroidManifest.xml#L15), as I understand the...
Thank you very much, it is way better now. BTW, will you accept PR if I make this change on [briefcase-android-gradle-template](https://github.com/beeware/briefcase-android-gradle-template)?
You can access the web client with the following link: https://example.com/client/
I already made the PR, so this may further the discussion about it. 🤗