How can float virtual keyboard over html element in mobile chrome

389 Views Asked by At

VirtualKeyboard API is deprecated in mobile chrome.

but i need floating virtual keyboard over html element.

how can i implement this javascript or html or css in chrome?

navigator.virtualKeyboard.overlaysContent = true // i want below code but deprecated.
0

There are 0 best solutions below