Kacper Rączy
Kacper Rączy
Hi, sorry for the delay. Unfortunately I cannot reproduce the issue. The simple demos from `Examples/` work as expected on iOS 14.2 and iOS 15.2 (which are very similar to...
@pradeep-spikey-tech Hmmm, could you provide example `View` that causes that? Also what version of Xcode and iOS are you running?
Hi, sorry for delay. In this case, adding `.clipped()` modifier to PageView should solve this.
I was actually thinking about using this, but I wanted the API to be similar to standard `observe:` (same propagated `KeyChange` value). As far as I know, KeyValueObservingPublisher does not...
I’ve parsed data using mentioned method from Mi Band 1 and have tested measurements of Z axis for band laying on a table. As far for positive measurements, values as...
I've created patch for experimental x86_64/x86 support (https://github.com/fredyshox/android-emulator-m1-x86). It runs fully emulated in software using TCG backend without any hardware CPU acceleration. Unfortunately TCG is not as mature on aarch64...
As for now, there's no support for smooth scrolling using digital crown. You could work around it using `selectedPage` binding wrapper for crown offset (and value range 0..
That's the goal :+1: It's slightly more complicated on iOS, because it would need custom [Shortcut](https://support.apple.com/guide/shortcuts/welcome/ios) to appear in the share sheet, but it's definitely doable.
CORS prevents me from expanding shortened gmaps url using HEAD request. Will probably need additional endpoint on backend side for that.
Hi, thanks for supporting the project! Will see what I can do over the weekend, the device frame sources i've been using might be outdated.