Why is window.navigator.virtualKeyboard undefined in local network?

Viewed 19

When I try to access window.navigator.virtualKeyboard on my dev server in the local network, e.g. via 192.168.1.69 (dev server runs on desktop, accessing via mobile) it is always undefined. When deploying the app to the web it is available.

Testing with Chrome 105 on Android.

1 Answers
Related