Skip to content

v1.4.0

Compare
Choose a tag to compare
@iou90 iou90 released this 10 Jan 09:24
· 93 commits to master since this release

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.