R RAJAN MBA Member Licensed User Longtime User May 28, 2014 #1 Hi I have loaded a webpage in webview where the user will type something in the 'textarea' of the webpage. How to pass the text in textarea to a label outside the webview? I hope that makes sense.
Hi I have loaded a webpage in webview where the user will type something in the 'textarea' of the webpage. How to pass the text in textarea to a label outside the webview? I hope that makes sense.
Erel B4X founder Staff member Licensed User Longtime User May 28, 2014 #2 See WebViewExtras library. You will need to inject JavaScript to WebView. Upvote 0