Background: I have users who commonly access a site using Windows tablets. The tablets do not have external keyboards connected and the web page is accessed using a bookmark to utilize the browsers web-app/kiosk mode. Their browser of choice is Chrome.
Issue: Windows Surface's on-screen keyboard is hidden when focusing on a password input in the Chrome or IE11 browser.
<input type="password" />
The on-screen keyboard will display as expected when focusing on a regular text input.
Browser does not need to be in the bookmarked web-app/kiosk mode to reproduce.
This issue does not occur when using the Edge browser.
Demo to reproduce: https://codepen.io/MacArmstrong/pen/QxvOKx