[android-developers] WebView Problem showing Google Maps

2013-08-03 Thread Gary Blakely
Consider the following code... LocateBrowser = (WebView)findViewById(R.id.locatebrowser); LocateBrowser.setWebViewClient(new WebViewClient()); LocateBrowser.loadUrl("http://maps.google.com/maps?z=17&t=h&q=loc:31.8526,-110.9959";); The Google maps page shows in the WebView with a "Loading . . ." a

Re: [android-developers] webview problem

2012-03-13 Thread Narendra Singh Rathore
On Tue, Mar 13, 2012 at 3:25 PM, harshita agrawal < harshitaagrawa...@gmail.com> wrote: > we pass url to open in new browser like that .. > Intent in = new Intent (Intent.ACTION_VIEW ,Uri.parse(url)); >startActivity(in); > > Now i have html conte

[android-developers] webview problem

2012-03-13 Thread harshita agrawal
we pass url to open in new browser like that .. Intent in = new Intent (Intent.ACTION_VIEW ,Uri.parse(url)); startActivity(in); Now i have html content(not have url) and want to open in new browser. how can i do that. plz tell me if u have any so

[android-developers] WebView problem with youtube video

2012-01-29 Thread drenda
Hi, i made a simple example in order to display in my app some youtube's video of a playlist. I created a WebView: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); try { setContentView(R.

Re: [android-developers] WebView Problem

2011-11-14 Thread sumeet gupta
Hi Sunil Have u given the permission to your app for using internet in menifest? Sumeet On Mon, Nov 14, 2011 at 2:53 PM, Sunil Mishra wrote: > Hi, > > I am trying to load http://www.google.com in webview in emulator. But > it is unable to load the same. > > When i try the same with browser, it

Re: [android-developers] WebView Problem

2011-11-14 Thread Narendra Singh Rathore
Have you taken internet permission in androidmanifest.xml. That may be the problem. What exception are you getting? -- 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

[android-developers] WebView Problem

2011-11-14 Thread Sunil Mishra
Hi, I am trying to load http://www.google.com in webview in emulator. But it is unable to load the same. When i try the same with browser, it works fine! Please help! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] WebView Problem

2010-06-01 Thread Mike
Hi Guys, Having a bit of trouble preventing keeping links in the loaded view to not open up the browser. Can someone please help. Regards, Mike // import android.app.Activity; import android.os.Bundle; import android.webkit.WebView; public class MyWeb extends Activity { /** Called when t

[android-developers] webview: problem with js file inlude

2009-10-19 Thread Aex
hi there everyone. I got a problem with the webview (sdk 1.6) so, let's suppose I have (in the assets folder) a directory like this one: - dir_1: - - index.html - - dir_1a: - - - dir_1a_a: - - - - a.js - - dir_1b: - - - b.js so "dir_1a" and "dir_1b" are within "dir_1" and "dir_1a_a" is within