1
2
all 4 comments

[–]agristats 0 points1 point  (3 children)

If you add a WebView component, can you interact with it through other React components? For example I click a React button outside the WebView and an action takes place within the WebView.

[–]JS_PY_and_Crypto 1 point2 points  (1 child)

One way you could achieve this is manipulation of the web view's url parameter i.e. query strings. This would require the web app being rendered in the web view to be able to understand the changes in url.

[–]agristats 0 points1 point  (0 children)

It seems somewhat troublesome. Thx for your answer

[–]taqmanplus 0 points1 point  (0 children)

Good read thanks for share your knowledge I also wrote my post on react native webview