Android webview cookie problem
- by Tori
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?