Make sure you have the following permission in your AndroidManifest.xml file.
<uses-permission android:name="android.permission.INTERNET"></uses- permission> -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 2, 10:58 pm, rohit <[email protected]> wrote: > Hello Experts, > > I have tried to open the ebay.com in to the Android webview component > but the on simulator it does not seems to work. > > can anyone let me know what I should do. I am utilizing the following > code: > > super.onCreate(savedInstanceState); > setContentView(R.layout.payment); > > String url2 = "http://www.ebay.com"; > > WebView webview = (WebView) findViewById(R.id.webview); > > webview.getSettings().setJavaScriptEnabled(true); > webview.loadUrl(url2); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

