medialize / ally.js

JavaScript library to help modern web applications with accessibility concerns
http://allyjs.io/
MIT License
1.53k stars 82 forks source link

iOS 10.3 - 11.0 ally.maintain.tabFocus OSK (OnScreenKeyboard) shows and disappear for some milliseconds #174

Open skill83 opened 4 years ago

skill83 commented 4 years ago

User Agent: Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E8301 Safari/602.1

ally.js version: 1.4.1

Steps to reproduce the problem • open the demo page in iOS10 or 11 Safari • tap on the Click here • notice the OSK (OnScreenKeyboard) showing up and disappearing • tap on the Click here • OSK not appearing anymore

skill83 commented 4 years ago

Hi there, is there any chance to avoid this OSK showing and disappearing?

Thanks