mirror of
https://gitee.com/shuto-github/phonegap-mobile-accessibility.git
synced 2026-04-19 00:01:32 +08:00
Add preliminary support for Windows 8.1
This commit is contained in:
@@ -35,5 +35,8 @@ module.exports = {
|
||||
SCREEN_CHANGED : 1000,
|
||||
LAYOUT_CHANGED : 1001,
|
||||
ANNOUNCEMENT : 1008,
|
||||
PAGE_SCROLLED : 1009
|
||||
PAGE_SCROLLED : 1009,
|
||||
|
||||
/* Windows specific high contrast event */
|
||||
HIGH_CONTRAST_CHANGED : "highcontrastchanged"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user