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
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
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
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.
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
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
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,
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
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
9 matches
Mail list logo