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
2014-02-10 17:28:17 -05:00
2013-10-07 13:09:43 -07:00
2013-10-07 13:09:43 -07:00

phonegap-mobile-accessibility

PhoneGap plugin to expose mobile accessibility APIs.

Description
No description provided
Readme Apache-2.0 308 KiB
Languages
JavaScript 38.1%
Java 32.7%
Objective-C 29.2%