How can I capture WebView content?
See original GitHub issuefeature request
Version & Platform
npm ls react-native react-native-view-shot #<- PASTE CMD RESULT IN HERE
$ npm ls react-native-view-shot WorkbenchApp@3.0.1 /Users/lidongbo/WorkBentch/ReactNative/sinosig/workbench-app โโโ react-native-view-shot@2.6.0
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ โ โ โ New minor version of npm available! 6.11.3 โ 6.13.4 โ โ Changelog: https://github.com/npm/cli/releases/tag/v6.13.4 โ โ Run npm install -g npm to update! โ โ โ โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Platform: iOS
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
@gre I am using a WebView, but when I capture the ref of WebView, only the part that is visible on the screen is captured, is it possible to capture whole web page?
@maxrisk
captureRef
captures a view by its ref andcaptureScreen
captures the full viewport (โscreenโ) of the app.