Dimitris-Rafail Katsampas
Dimitris-Rafail Katsampas
This seems to be a problem possibly caused by https://github.com/halfnelson/svelte-native-preprocessor/blob/master/src/index.ts @farfromrefug I think that package needs improvements.
Are there any plans on supporting something like Maplibre? It's a fork of mapbox from the days it was OSS. https://github.com/maplibre/maplibre-native#maplibre-native ``` This project originated as a fork of Mapbox...
The root cause seems to be here: https://github.com/pixijs/pixijs/blob/dev/src/events/EventTicker.ts#L110 That dispatch might need better handling.
You should retry using latest pixi.js version. v8.5.x had a few improvements on measureText that helped solve similar problems.
@IlIAntonIlI I think we'll need to reconsider few things for accessibilityState property. I tend to resort to updating `enabled` and trait -> `UIAccessibilityTraitNotEnabled` at the same time which is the...
We had a similar problem in the past that got fixed. Also, please post your environment details if possible before submitting an issue.
For now, it seems we have a clipping limitation in iOS when view size is very small. If you set font-size to a larger value like 16, you'll notice problem...
@liuy97 We have created a PR for that matter. If you want, you can try the changes in advance.
Closed via #191
> Hi, @CatchABus. Feel free to make a PR. The progress bar, which is the base for the slider, already supports orientation. Hi @CyberDex . Thanks a lot for the...