Re: Voiceover detection in JavaScript

It's a good suggestion. I modified the script so that it doesn't do anything with scrollTop or scrollLeft, so now there shouldn't be any type of jumping going on.

I also fixed the Div so that the first time you move focus into it using Voiceover, it will announce that the pane is a 'Scrollable Region'.

Still though, I try swiping using three, two and single finger gestures, both before and after tapping twice and holding down to pass the gesture through, with no luck on the iPhone. I also tried a peace sign, hang loose, and pop the birdie with no luck...


 
  ----- Original Message ----- 
  From: Alastair Campbell 
  To: Bryan Garaventa 
  Sent: Friday, April 05, 2013 2:57 AM
  Subject: Re: Voiceover detection in JavaScript


  Hi Bryan,


  What happens if you remove the scrollTop/Left? 


  Could you leave that to native browser functionality? It strikes me that the biggest issue with a scrollable div is knowing that it is scrollable, but tabbing to it and using arrows seems to work fine without those.


  Cheers,


  -Alastair

Received on Saturday, 6 April 2013 04:01:48 UTC