Asked by:
How to stop the events of the FlipView corresponding tab key on the keyboard~

Question
-
hello everyone~
I add keyboard support for interacting with the app, But I want to prohibit the event of a FlipView corresponding keyboard~
The FlipView is Winjs controls.
thanks~
Thursday, June 14, 2012 9:38 AM
All replies
-
Hi Sith,
I do not understand your question. Could you provide more detail?
-Jeff
Jeff Sanders (MSFT)
Thursday, June 14, 2012 5:20 PMModerator -
Hi Sith,
I do not understand your question. Could you provide more detail?
-Jeff
Jeff Sanders (MSFT)
Ok Jeff ~, I would like to add the interactive features of the keyboard for my program, I achieved it like this:
firat: In the foreground, I added the tabindex attributes to each of div that may be get the focus ~
such us:
then I added the focus attributes to each of div in CSS
such us:
So when I press the Tab key of the keyboard, I can choose content on the screen like this:
Friday, June 15, 2012 6:16 AM -
Friday, June 15, 2012 6:19 AM
-
-
So... Is there any way that when I press the Tab key does not switch to the A's internal?
thanks~ :)
Friday, June 15, 2012 6:47 AM