Calf
Calf copied to clipboard
Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1715615707330369
Hello! In iOS, the video picker and ImageVideo picker open the file picker, but they should open the gallery picker as an option for selecting images.
Videos are disabled even when FilePickerFileType is set to Video for iOS
it work fine on android
According to PHPicker's documentation, the NSUrl returned on the `loadFileRepresetion` handler is only temporary and will get deleted when the callback finishes: https://developer.apple.com/documentation/foundation/nsitemprovider/2888338-loadfilerepresentation/#discussion ``` This method writes a copy of...
Hi, would it be possible to lower the Android minSdk version to 21 from 24? Is there anything preventing such a change?
Kindly Add Access contacts and read OTP support
When replacing the modalpresentationstyle of the bottomsheetUiViewController from popover to formsheet and using the following detents: ``` bottomSheetUIViewController.modalPresentationStyle = UIModalPresentationFormSheet bottomSheetUIViewController.sheetPresentationController?.setDetents( listOf( UISheetPresentationControllerDetent.mediumDetent(), UISheetPresentationControllerDetent.largeDetent(), ), ) ``` and placing a...
In the Adaptive Bottom Sheet specifically the iOS implementation, placing any content inside the sheet causes the content to recompose if I slightly drag the sheet downwards and let it...
How do I enable Spinner mode for TimePicker? I don't want to expose a circular, clock-like UI.