![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@totalpave/cordova-plugin-text-zoom
Advanced tools
Provides a Text Zoom override on the Android webview
This plugin provides a tp-text-zoom
preference to control the text zoom.
The default value is auto
, in which case no text zoom is explicitly set on the webview. Any other value is parsed as an int and passed to setTextZoom. If the value is not parseable as an integer, then auto
will be used.
This setting will override the OS accessiblity text zoom settings, so generally speaking it's advisable to not change this setting and to instead make your UI adaptive to text size changes. However, sometimes this is not possible. Setting tp-text-zoom
to 100
will force the webview to render text at it's "normal" size.
Note this only applies to the webview content. Native UI such as dialogs will still be scaled according to the OS accessibility settings.
Example Usage (config.xml
):
...
<platform name="android">
<preference name="tp-text-zoom" value="100" />
</platform>
FAQs
Provides a Text Zoom override on the Android webview
The npm package @totalpave/cordova-plugin-text-zoom receives a total of 4 weekly downloads. As such, @totalpave/cordova-plugin-text-zoom popularity was classified as not popular.
We found that @totalpave/cordova-plugin-text-zoom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.