Android 2.2 SDK - Insecure JavaScript trying to access frame with url - Google Checkout

I have google checkout javascript code inside a file HTMLhosted on a server. I can view the cart inside the Android Emulator Browser, but when I point to the WebView ActivityURL, the error I get is that a Unsafe JavaScript attempt to access frame with URLblank page is displayed.

Why does this not work in the application, but in the same browser that uses the phone?

+5
source share
1 answer

Try using

//ajax.googleapis.com/ajax/libs

instead

http://ajax.googleapis.com/ajax/libs

(http https)

+1

All Articles