-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Any way to fix this keyboard issue? (not in an app) #187
Comments
Hello @omar2205 thank you for issue! |
Yeah, I tried it with no luck. It's not an app, it's a website. |
@omar2205 Please confirm that only on chrome browser, or safari is also affected ? |
Yep, the same thing with Firefox. I can't test Safari. |
@roman-rr I made this quick demo https://whole-mole-32.deno.dev/ |
is there a quick solution? |
Hack solution: For .pane class change styles: .cupertino-pane-wrapper .pane { now it works as expected |
@flangapp thank you. Might fit some cases, but not all. I will check soon keyboard issues. |
Hey guys! Just wanted to see if there's been an official resolution for the keyboard issues. My issue is that the keyboard actually covers the pane itself, so I can't see the input. If I need to open a separate issue I will, but I just wanted to check to see if there have been any updates on keyboard-related problems. Thanks! Here is a video of the issue I'm having: https://drive.google.com/file/d/1AkvNRkxQMsU5b9XEXgk9kb1QftEzkc67/view?usp=sharing And my cupertino settings are here:
|
Thank you @justjoshin83 |
I believe that the issue is related to the
|
Everyone's on this topic, please check |
Tested this https://whole-mole-32.deno.dev on Chrome Android it looks fixed! |
Hi all, I'm having the same issue using v.1.3.2 on safari on iOS. |
https://whole-mole-32.deno.dev uses the latest version so it should be updated. Can you record it? |
Here the video using Safari on iOS 16.1.1 IMG_4768.MP4 |
This is the same behaviour I get, which I consider fixed as it is better than my video above. |
Sorry, probably I didn't get what was the bug since I cannot see any major difference between the two videos. |
If you check out this video https://i.imgur.com/lfgRSEg.mp4, the whole pane is pushed upwards, making the input hidden. When you close it, you can see the background on the bottom. You may want to open a new issue if you think this behaviour is wrong. |
Important! All cases related to |
Describe the bug
I have this cupertino-pane that has an input. On phone, when I click the input, the keyboard shows up and misses the pane.
The problem is, I can't even see what I'm typing.
https://i.imgur.com/lfgRSEg.mp4
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: