-
Currently, window sizing (at least on Windows) is fairly broken for a few reasons:
### Swing has some hi-dpi bugs that make `window.minimumSize` and `window.maximumSize` not really usable
`window.…
-
**Describe the bug**
Initially, the error was:
```
e: java.lang.IllegalStateException: IdSignature clash: ...
```
But the WA was applied:
```
tasks.withType().configureEach {
kotlinOptions…
eymar updated
1 month ago
-
Compose 1.5.0-rc04
WindowInsets.* are already commonized, but there are modifiers in Compose that are still Android-only (see [WindowInsetsPadding.android.kt](https://github.com/JetBrains/compose-m…
-
Otherwise the top of the view will be cutoff by caption bars in freeform mode, since AOSP uses `captionBar()` InsetType for captions (title bar).
Repro steps:
Using phone with Android R+ or Andro…
-
### [REQUIRED] Step 1: Describe your environment
## Plugin Version
google_mobile_ads: ^4.0.0
### [REQUIRED] Step 2: Describe the problem
## Steps to Reproduce
1. Run inter…
-
I am use
```
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implemen…
-
**Ionic:** `3`
**npm version:** `6.9.0`
**Cordova version:** `8.1.0`
**OS:** `Android 9`, OxygenOsVersion ( `9.0.5` )
We are using the `onKeyboardWillShow` method to move up the `ion-app` elemen…
-
# To do
- [x] Solve status bar colouring on scroll
- [x] ~~Use navigation view like in Files instead of tab layout~~ (nope: tab layout is easier to handle)
- [x] Theme toggles/switches (look at a…
-
**Describe the bug**
Recording screenshots from a local M1 laptop using arm based architecture emulator and then running the tests on a x86_64 emulator in a linux VM environment with the baseline r…
-
**Describe the bug**
WindowInsets.ime.getBottom return random LAST value on keyboard hide event
**Affected platforms**
- iOS
**Versions**
- Kotlin version*: 1.9.22
- Compose Multiplatform …