Skip to content

Releases: phantom/react-native-webview

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 05 Mar 12:16
413d5ea

Patch Changes

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Feb 13:49
33f960b

Patch Changes

  • c71924c: Prevent showing beforeunload event alerts and always allow proceeding

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Jan 08:34
62e43e8

Patch Changes

  • dbe76c7: Implement MIME type blacklist.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 14:13
908dad3

Minor Changes

  • 176afdb: Added a new prop that allows marking webviews as active or inactive.

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:11
33b84e2

Patch Changes

  • 1388353: Add isMainFrame to new arch serialization layer

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 19:10
13b20a1

Minor Changes

  • a08be33: - Merged 16 commits from upstream/master
    • Upgraded androidx.webkit:webkit from 1.4.0 to 1.14.0
    • Added SSL error handling for sub-resources
    • Added Payment Request API support (disabled downloads for security)
    • Preserved Phantom's custom changes:
      • Package name and version (1.0.2)
      • Download blocking with toast message
      • All existing security configurations

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 09 May 12:24
890b602

Patch Changes

  • 9052aae: Implement android alerts when permissions are requested by the webpage

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 21:26
6923b67

Patch Changes

  • 17a37dc: added isMainFrame to onMessage callbacks

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:09
733aef3

Major Changes