ln-12
ln-12
I am using your library to develop a bluetooth device which should connect to iOS and Android smartphones. When using iOS, I came across [the topic attribute caching](https://developer.apple.com/forums/thread/72343) for which...
**Is your feature request related to a problem? Please describe.** I want to create a screen with a pager, in which the pager only fills a portion of the screen....
I am using your library for quite some time now and never had this issue on Android. However, on iOS I rarely get the following error when the connection to...
First of all: awesome library, it works perfect on iOS and Android! For my project, I need want to show the available devices. For that, I want get all advertisements...
Hey, awesome library! I noticed that Android has a relatively new EncryptedSharedPreferences class in the Jetpack Security library. As it's the recommended way, maybe it's worth switching. You can find...
In Android I can use [string-array](https://developer.android.com/guide/topics/resources/string-resource#StringArray) in XML code like the following: ``` Item 1 Item 2 ``` Would it be possible to support it in this library?
The docker section in the readme states `This requires access to the mozilla-rust-sdk which is now available at /vendor/mozilla-rust-adk`(I guess `adk` is a typo and should be `sdk`instead?). However, this...
Sometimes it is needed to request multiple permissions at once, e.g. Bluetooth + Location. It would be nice to have this case covered by a (separate) method.
I am wondering if and how I could transform a `AnyPublisher` to a `@Published` property. Let's say I have a property in my swift view model like `@Published var isNetworkConnected:...
`No extensions handle the extension type: kotlinx.metadata.klib.KlibModuleFragmentExtensionVisitor`
I tried to integrate this plugin by adding `id("dev.icerock.moko.kswift") version "0.6.0"` to my `plugins{}` section and `kswift { install(dev.icerock.moko.kswift.plugin.feature.SealedToSwiftEnumFeature) }` as config. Unfortunately, the following error shows up when I...