Go to file
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
src Add support for adjusting text in the WebView to the preferred zoom scale on Android. 2014-03-06 21:44:05 -05:00
www Add support for adjusting text in the WebView to the preferred zoom scale on Android. 2014-03-06 21:44:05 -05:00
.gitignore Adding Android platform 2014-02-10 17:28:17 -05:00
LICENSE Initial commit 2013-10-07 13:09:43 -07:00
plugin.xml Add support for adjusting text in the WebView to the preferred zoom scale on Android. 2014-03-06 21:44:05 -05:00
README.md Initial commit 2013-10-07 13:09:43 -07:00

phonegap-mobile-accessibility

PhoneGap plugin to expose mobile accessibility APIs.