Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 3.13 KB

File metadata and controls

84 lines (50 loc) · 3.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • add allowFileDownloads and suppressJavaScriptDialogs props

Fixed

  • fix Android In-App Browser Crash
  • fix iOS download file.bin alert

Added

  • Enable support for Google Pay (Android)

Fixed

  • Prevent WebView from downloading images, in lieu of just displaying
  • Handle missing service worker bug on iOS

Added

  • On iOS add additional detection of embedded iFrames (#67)
  • Handle messages only coming from the main frame to prevent spoofing from child iframes (#55)

Added

  • Inject Javascript on iOS to detect all iFrames inside the current page and report them to the React app (#61)
  • Inject Javascript on Android to detect all iFrames inside the current page and report them to the React app (#60)

Fixed

  • On iOS on opening of some Dapps there is download file pop up (#63)

Fixed

  • Download file requested when connecting to any Dapp (#58)

Added

  • Implement tapjacking prevention via 500ms delay (#54, #52)

Fixed

  • Fixes to blob downloading on both platforms (#51, #50)
  • Fix to regular file downloads on iOS (#53)

Changed

  • bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 directory (#35)
  • sync with upstream v13.13.5 (#47)