a greeting to the forum
I haven't asked any questions in a while, but now I really need them
I'm doing a small application, you just have to log in, read the HTML and parse it to find some information
I have already done this both using OkHttpUtils and using WebView + WebViewExtras, but today I found a wall, the site I want to access is an RPG, to access I need to POST username and password OkHttpUtils does it well with PostString but the HTML I get is not complete, it lacks all the dynamic parts of the game
WebView + WebViewExtras instead gets a complete HTML but does not perform the POST well, I pass the login only if I have already done it from another browser
for WebView + WebViewExtras I followed @warwound's advice but they don't solve my problem
I haven't asked any questions in a while, but now I really need them
I'm doing a small application, you just have to log in, read the HTML and parse it to find some information
I have already done this both using OkHttpUtils and using WebView + WebViewExtras, but today I found a wall, the site I want to access is an RPG, to access I need to POST username and password OkHttpUtils does it well with PostString but the HTML I get is not complete, it lacks all the dynamic parts of the game
WebView + WebViewExtras instead gets a complete HTML but does not perform the POST well, I pass the login only if I have already done it from another browser
for WebView + WebViewExtras I followed @warwound's advice but they don't solve my problem