Question about transition of virtual keyboard
See original GitHub issueHello!
I’m using math-live to create a multi-line equasion solving component as seen below
Under the hood each line is a separate input.
Now I am trying to make better UX for showing virtual keyboard with virtualKeyboardMode="onfocus"
.
Current behavior is that the keyboard keeps transitioning on every line change.
My questions: Is it somehow possible to remove keyboard animation?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
When the virtual keyboard in iOS Safari is triggered, it makes ...
When the virtual keyboard in iOS Safari is triggered, it makes my CSS transitions flicker. How can this be fixed? Ask Question. Asked...
Read more >5. Processor states: What transition is triggered by the ... - Chegg
Processor states: what transition is triggered by the event of the arrival of a character entered on keyboard? Answer: a. active - blocked....
Read more >Android Edge 102.0.1245.44 - issues with onscreen keyboard
1245.44 has an issue with some sites which require input from the onscreen keyboard. Where the entry field is at bottom of screen,...
Read more >Article: The Transition From Face-To-Face To Online Learning
When making the transition from F2F to online, the most helpful thing you can do is a lot of initial planning before you...
Read more >How to Transition from Face to Face to Online Learning
This article will help you with some tips and tricks of the trade for taking a course from F2F to fully online without...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the additional info and the sandboxes. I’m going to have a look at them, but the earliest I can do that is next week. It is possible that what you are trying to do is in fact not possible, but I think it’s a valid use case and I’d be happy to add a solution for it. Thanks for your patience!
You can now set the
virtualKeyboardMode
to"off"
and control the keyboard programmatically withmf.virtualKeyboardState = "visible"
andmf.virtualKeyboardState = "hidden"