10 Commits

Author SHA1 Message Date
Michael Jordan
cb94a6c8eb Add preliminary support for Windows 8.1 2015-01-13 13:35:40 -05:00
Michael Jordan
728fad52fd Update version number 2014-03-26 10:25:01 -04:00
Michael Jordan
9bff312e85 Add MobileAccessibilityNotifications to store notification constants 2014-03-25 20:28:31 -04:00
Michael Jordan
0e3986db4e Include Device and NetworkStatus explicitly for Android. 2014-03-15 18:13:05 -04:00
Michael Jordan
f27ac8cf24 Update version number 2014-03-14 10:00:10 -04:00
Michael Jordan
728a327ab0 Add support for adjusting text in the WebView to the preferred zoom scale on Android.
More robust iOS support is forthcoming, but currently works with iOS7
Dynamic Type Fonts by setting the following css on the body and using
relatively sized fonts sizing for child containers, for example:

body {
   font: -apple-system-body;
}

body > .app {
  font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica,
Arial, sans-serif;
  font-size:0.75em;
  font-weight: 200;
}
2014-03-06 21:44:05 -05:00
Michael Jordan
4b62a1f24a Include MediaAccessibility.framework for iOS as a weak reference 2014-03-03 16:41:07 -05:00
Michael Jordan
f26cb3ae77 Inject AndroidVox locally when there is no network connection.
The WebView typically injects AndroidVox from a Google server when it
launches a page with TalkBack enabled, however, in the unlikely event
that the app launches without a network connection and AndroidVox has
not been cached from an previous connected session, AndroidVox will not
start and the app will be inaccessible. We try to mitigate this by
injecting AndroidVox from a local path.
2014-02-25 18:56:00 -05:00
Michael Jordan
ea97c1faa1 Adding Android platform 2014-02-10 17:28:17 -05:00
Shazron Abdullah
883d41449e Initial commit of the plugin.
Stubs for iOS and the .js.
2013-10-07 13:22:23 -07:00