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

view-shot content will not update when webview changes

Open chenkuangkuang opened this issue 2 months ago • 0 comments

When the view-shot contains a webview and the webview content changes (pathname and search both change), the intercepted view is not updated (the filename changes and releaseCapture is also performed)

When I try to render the webview's path as a string in the view-shot's word element, the situation improves, but it still happens that the view doesn't update

I mean take a screenshot once, then change the routing change content in the webview, then take a screenshot again

(By the way, it work well on ios,but not on android)

chenkuangkuang avatar Jun 14 '24 09:06 chenkuangkuang