skiplinks not working correctly in iOS/Safari+VoiceOver and Android/Chrome+TalkBack
Created by: stevenbriscoeca
Hello,
Operating system and version : Nexus 5 Android with Talkback
Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) Chrome 52.0.2746.98
Reduced test cases and potential fixes using http://codepen.io/stephendesjardins/pen/EgyNrL http://s.codepen.io/stephendesjardins/debug/EgyNrL#content
As much detail as possible for what we should add and why it's important to Bootstrap
When I use talkback on android with a skiplink :
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
It says : double tap to activate, and when I do just that it doesn't go to the content div. If I remove sr-only sr-only-focusable it ends up working correctly.
Skip links does not work on this reduce test case. I think it is important to Bootstrap because the users that uses talkback on their Android Phone will not be able to skip links.