you need to scroll horizontally to see the entire page, or add zoom
controls to your webview.
I don't know whats missing from your page, I can see the same page
loaded in firefox and emulator.
Here's a quick test you can run, while the code may look different, it
uses WebView internally and should give you the same results.
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
// LoadPayPal2();
Intent sendIntent = new Intent(Intent.ACTION_VIEW);
Uri uri = Uri.parse("https://www.paypal.com/cgi-bin/webscr?
cmd=_xclick&[email protected]&item_name=DescrOfItem&no_shipping=1&no_note=1¤cy_code=USD&tax=0&lc=IL&bn=PP-
DonationsBF");
sendIntent.setData(uri);
}
Hope that helps,
Chander
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---