v1.4.0
Breaking Changes
Add viewportContent instead of zoomable prop to fix #145:
It was assigned to width=device-width
by default on iOS and if you want to disable zoom, use width=device-width, user-scalable=no
(which is zommable false actually did) or just user-scalable=no
.
Please note that 'width=device-width' with scalesPageToFit may cause some layout issues on Android, for these conditions, using customScript prop to apply custom viewport meta.