Reputation: 1638
i made an app that opens a page in in app browser, now my task is to make it to click on a link and on the page and get a content of the table, is there any library that I could use to complete the task? I am curious if there are libraries to inject javascript code into a page in in app browser.
Upvotes: 0
Views: 118
Reputation: 2972
You can try using the functions of a InApp browser react-native-inappbrowser-reborn
If there'snt a function which serves your needs, you can create a fork of the library itself and make it your own!
Upvotes: 1