How to get the text content on screen? Both from a WebView and a Native App.
On Android this is possible using the accessibility tools. But so far I haven't found how to do something like that on iOS.
I would like to know how to do this natively using Swift / Xcode
. But if is possible with EXPO or React Native
it would also help a lot. Thank you.