Skip to content

Releases: iou90/react-native-autoheight-webview

v1.3.5

02 Jan 07:23

Choose a tag to compare

Updated Readme.

v1.3.4

02 Dec 04:00

Choose a tag to compare

Updated Readme.

v1.3.3

02 Dec 03:46

Choose a tag to compare

Fixes

Remove baseUrl typing from index.d.ts cause of it was now contained by source prop.

v1.3.2

25 Nov 10:30

Choose a tag to compare

Fixes

Calculate scale inside updateSize function to fix viewport size issue. (#141)

v1.3.1

18 Nov 03:10

Choose a tag to compare

Fixes

Fix arrow function not supported problem below android 6.0 since v1.2.4 (#139).

v1.3.0

14 Nov 11:20

Choose a tag to compare

Breaking Changes

Handling scalesPageToFit prop to fix #133 (comment):

It was assigned to false by default on Android (different from react-native-webview), when scalesPageToFit was assigned to true, it will apply page scale to size directly instead of using viewport meta script.

zoomable prop now only works on iOS when scalesPageToFit was false, in other conditions, you can use your own custom scripts to create viewport meta to disable zooming.

v1.2.4

30 Oct 11:04

Choose a tag to compare

Features

Add additional height checks for cases when MutationObserver cannot detect changes. (#135 which from @esjs)

v1.2.3

30 Oct 10:09

Choose a tag to compare

Fixes

Try to fix height not changed in some cases: failing to render quora newsletter html (#133)

Features

Apply zoomable property on android, default by false (default by true on iOS);

v1.2.2

28 Aug 01:36

Choose a tag to compare

Updated Readme.

v1.2.1

27 Aug 09:42

Choose a tag to compare

Fixes

Fix baseUrl not assigned to source.