Android webview cookie problem
Posted
by
Tori
on Stack Overflow
See other posts from Stack Overflow
or by Tori
Published on 2011-03-09T00:04:40Z
Indexed on
2011/03/09
0:10 UTC
Read the original article
Hit count: 298
I have a video link in a web view, on the emulator, I hear the audio and no video is displayed. I think this is an emulator issue.
I tried on my Nexus One, when I click the link, it opens a new webview and tries to access the server almost immediately reverts back to the webview and does not show the video.
Logcat says:
WARN/ResponseProcessCookies(486): Cookie rejected: "BasicClientCookie[version=0,name=GX,domain=mail.google.com,path=/proxy/gmail/mail,expiry=Tue Mar 22 19:55:33 EDT 2011]". Illegal domain attribute "mail.google.com". Domain of origin: "android.clients.google.com"
How can I fix this?
© Stack Overflow or respective owner