capc0
capc0
can you prove the exact example string content and a screenshot where it should break?
try adding ```css white-space: break-spaces; ``` to your textarea
Thanks for the fix. I can confirm that the fix is working for us. Using month-and-year picker inside ion-modals was previously broken on android browsers or even in chrome dev...
This bug is also visible in the docs at https://ionicframework.com/docs/api/item#controls
radio buttons are also affected: ```css ion-item ion-checkbox, ion-item ion-radio { flex: initial; } ```
We are also experiencing this issue resulting in crashes of the WebView and restarts of the app. This might be related to this issue https://github.com/ionic-team/ionic-framework/issues/25760 When the crash occurs after/during...
I spent the entire day trying to get a stable reproduction of this issue. Unfortunately I did not manage to do this from a clean project. However, here is a...
This issue disappears once - animations are disabled `IonicModule.forRoot({ animated: false })` - or the amount of rendered content/ion-cards is reduced
With the applied style above the behaviour gets way better. I wasn't able to crash it once in 50 attempts, whereas previously it would crash every second attempt (that is...
@loremru can you share your pages setup that leads to the mentioned memory usage of ~500 mb? Are you also using a lot of ion-cards or similiar components?