I have Google Checkout javascript code inside of an HTML
file hosted on a server. I can view the cart inside of the Android Emulator Browser, but when I point a WebView Activity
to the URL, the error I get is Unsafe JavaScript attempt to access frame with URL
and a blank page displays.
How come this doesn't work in the app but on the same browser the phone uses?