mirror of
https://gitee.com/shuto-github/phonegap-mobile-accessibility.git
synced 2026-04-19 00:01:32 +08:00
728a327ab084a878b7a427c34d0d05dd3fa37df2
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;
}
phonegap-mobile-accessibility
PhoneGap plugin to expose mobile accessibility APIs.
Description
Languages
JavaScript
38.1%
Java
32.7%
Objective-C
29.2%