Kolyneh

Results 18 comments of Kolyneh

Hi, I've "fixed" this downgrading gradle to 2.14.1 version. gradle-wrapper.properties : distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip build.gradle dependencies { classpath 'com.android.tools.build:gradle:2.3.3' }

Maybe it's just because of the video resolution you set.

@RedBencity 应该是Modal高度没有达到真实的window高度,看这里能否解决 : [https://github.com/listenzz/react-native-modal-translucent/issues/9](url)

Touch screen keyboard is showing up with the `Web` example though.

Added a `TextFormField` to the forms page's head. ``` material.Card( child: material.TextFormField(), ), ``` https://user-images.githubusercontent.com/13062910/169434511-653a9f58-b8d0-45a5-9a20-5abd6396da45.mp4

Neither. In the video you can see the `Password` form which is a `TextBox`. It did not pop keyboard.

同问,需要与ConcatAdapter一起使用,尝试各种方法无果。

Hi, you should have handled with permissions before using recorder. I've had this problem on an Android 12 real device where I set odd number of resolution. Switching to even...