react-native-view-shot icon indicating copy to clipboard operation
react-native-view-shot copied to clipboard

iOS 14.4.1 - Webview content cannot captured

Open nppull opened this issue 4 years ago • 0 comments

bug report

Webview content cannot captured

Version & Platform

react-native-view-shot: 3.1.2 react-native : 0.62.2

Platform: iOS 14.4.1

Good work with iOS 14.4 and below

Error iOS 14.4.1

My Code

captureRef(this.refs.viewShot, { result: "base64" }).then(uri => {
  // do something
});

<WebView
   ref="viewShot"
   scalesPageToFit={true}
   source={source}
/>

nppull avatar Mar 20 '21 03:03 nppull