Have searched to no avail .. I am currently logging in to a webpage successfully using Webview.
But I now need this to happen from within a Service, so a webview is not an option.
Is there another method available .. HTTPClient ect .. which would be good as I will be parsing the page when loaded.
Many Thanks
B4X:
WebExtras1.executeJavascript(WebView1, Javascript)
Is there another method available .. HTTPClient ect .. which would be good as I will be parsing the page when loaded.
Many Thanks