android - Login impossible on webView -


i've little problem... i'm doing small web browser in app, , problem can't login on websites evernote or bitbucket. when i'm submiting form, i'm redirected on form's page, refreshed form instead of submiting it. i've enabled javascript on webview.

has had problem ? !

use default cache mode:

mwebview.getsettings().setcachemode(websettings.load_default); 

Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

java - What is the difference between String. and String.this. ? -