Filipe Marchesini
Filipe Marchesini
When you edit any Kivy code that uses Kaki and press Ctrl+S, the app becomes blank like this: There is no print statement and no errors on terminal, it is...
Using this svg here: ```svg ``` On React Native it looks like this: ```tsx import WelcomeSplash from '@/assets/welcome_splash.svg' export default function WelcomeScreen1() { return ( ) } ```  using...
Without the decorator the method crashes
run the app 1) Click on `kivy.svg` 2) Click on `pie_chart.svg` It gives the error: `KeyError: 'neck` ---------------- run the app 1) Click on `pie_chart.svg` It gives the same error...
When you click on `so.svg` or `text.svg` it crashes with the error `AttributeError: 'Kivg' object has no attribute 'closed_shapes'`  traceback: ```python Traceback (most recent call last): File "/usr/quick-tests/svg-anim-kivy/demo/main.py", line...
```python Exception in thread Thread-1 (show_button_icon): Traceback (most recent call last): File "/usr/.pyenv/versions/3.11.6/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/.pyenv/versions/3.11.6/lib/python3.11/threading.py", line 982, in run self._target(*self._args, **self._kwargs) File "/usr/quick-tests/svg-anim-kivy/demo/main.py", line 90,...
Hello, I'm trying to print some pdfs using a thermal printer (58mm) on my mobile app. ```python from fpdf import FPDF pdf = FPDF("P", "mm", (135, "What do I put...
### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ ] I have a short, runnable...