Tlaster
Tlaster
Ok I notice that you still need a IconNavigationPage outside the ContentPage, just like `MainPage = new ExIconNavigationPage(new YourCustomContentPage());` if you just set the MainPage to YourCustomContentPage, it's not gonna...
GUI有考虑用[Avalonia](https://github.com/AvaloniaUI/Avalonia)吗?是个.Net Core跨平台GUI,底层用Skia渲染的,最近也升级到了.Net Core 3.1
I've found a way to use this library in SwiftUI My presenter is also using molecule on iOS, it should work well even you're not using it ``` Kotlin class...
Can you try the latest version `v1.2.2`? ``` - name: Android Sign uses: Tlaster/[email protected] ```
Another application involves utilizing `PredictiveBackHandler` to animate zoom scale and offset, such as scaling back to the original size when the user presses the back button with predictive back functionality.
> @Tlaster can you use `ZoomableState#resetZoom()` for that? `ZoomableState#resetZoom()` will reset the zoom instantly, with `PredictiveBackHandler` we can get a progress that indicate how many "back" user has been dragged,...
> @Tlaster interesting. Is there a reason you want to change the scale/offset on every frame during the back gesture? I haven't seen any apps do that. Just a thought,...
Yes and no. Yes, Flare does support running on visionOS, but in iOS mode, native visionOS support is blocked by [the lack of visionOS support in LLVM](https://github.com/search?q=repo%3Aapple%2Fllvm-project%20visionos&type=code), which blocks many...
Seems like Apple is working on it https://github.com/llvm/llvm-project/issues/77674
> Are you talking with youself? Just for logging.