Hi all.

Our app has to direct users to a signup webpage which is loaded into a
WebView. The page works fine when loaded normally, i.e.
webview.loadUrl(url);

However in this instance I need to POST to the URL with request
parameters embedded, using: webview.loadData(data, "text/html",
"utf-8");

When I do this, the CSS fails to load, and clicking the buttons on the
page (which are JavaScript calls) cause page not found errors.

I'm unsure what could be going wrong here, and would appreciate any
thoughts or pointers.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to