[android-developers] Re: WebView Problem showing Google Maps

2013-08-03 Thread Nobu Games
Just a guess, maybe Google Maps is trying to (incorrectly) redirect to the mobile version of the page and cannot find the correct link. Did you also enable JavaScript in your WebView? On Saturday, August 3, 2013 4:40:52 PM UTC-5, Gary Blakely wrote: Consider the following code...

[android-developers] Re: WebView Problem showing Google Maps

2013-08-03 Thread Gary Blakely
No, I had not enabled javascript. So, I tried that and it now works. Thanks, so much. Gary On Saturday, August 3, 2013 2:52:19 PM UTC-7, Nobu Games wrote: Just a guess, maybe Google Maps is trying to (incorrectly) redirect to the mobile version of the page and cannot find the correct link.

Re: [android-developers] Re: webview problem

2012-03-14 Thread abhijeet tomar
On Tue, Mar 13, 2012 at 5:17 PM, harshita agrawal harshitaagrawa...@gmail.com wrote: i think ,it can be solve by writing html content in a file of local folder.can i show file in default web browser. On Mar 13, 4:35 pm, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Tue, Mar 13,

[android-developers] Re: webview problem

2012-03-13 Thread kalandar
You can use android WebView widget to load html like this, *WebViewObject.loadData(html string content);* i hope this will help you... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: webview problem

2012-03-13 Thread harshita agrawal
actually , there is more link in webpage .and i am not able to maintain history of web page.so i have to show in default browser. On Tue, Mar 13, 2012 at 4:42 PM, kalandar kasimk...@gmail.com wrote: You can use android WebView widget to load html like this, *WebViewObject.loadData(html

Re: [android-developers] Re: webview problem

2012-03-13 Thread Narendra Singh Rathore
On Tue, Mar 13, 2012 at 5:00 PM, harshita agrawal harshitaagrawa...@gmail.com wrote: actually , there is more link in webpage .and i am not able to maintain history of web page.so i have to show in default browser. Read WebView documentation for that.

[android-developers] Re: webview problem

2012-03-13 Thread harshita agrawal
i think ,it can be solve by writing html content in a file of local folder.can i show file in default web browser. On Mar 13, 4:35 pm, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Tue, Mar 13, 2012 at 5:00 PM, harshita agrawal harshitaagrawa...@gmail.com wrote: actually , there

Re: [android-developers] Re: webview problem

2012-03-13 Thread Mulsaniya Bhadresh
u want to open any url in default browser right? -- 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 unsubscribe from this group, send email to

Re: [android-developers] Re: webview problem

2012-03-13 Thread Narendra Singh Rathore
On Tue, Mar 13, 2012 at 5:17 PM, harshita agrawal harshitaagrawa...@gmail.com wrote: i think ,it can be solve by writing html content in a file of local folder.can i show file in default web browser. No, you cannot. -- You received this message because you are subscribed to the Google

[android-developers] Re: WebView problem with youtube video

2012-02-10 Thread drenda
Hi all, any news about this problem? On 2 Feb, 13:55, drenda daniele.re...@gmail.com wrote: Hi John, I don't understand the meaning of video needs special handling. Is there a tutorial or some examples that work with youtube's videos? Thanks! Best regards Daniele On 2 Feb, 10:40, John

[android-developers] Re: WebView problem with youtube video

2012-02-02 Thread John Purcell
Danielle, If you look at the src (android-3.2.2_r2 is what I'm looking at), it's crashing in the custom view. Unless you've implemented the code I mentioned before, this will be the case. John On Jan 31, 3:42 pm, drenda daniele.re...@gmail.com wrote: Hi John, thanks for your replay. I'm

[android-developers] Re: WebView problem with youtube video

2012-02-02 Thread drenda
Hi John, I don't understand the meaning of video needs special handling. Is there a tutorial or some examples that work with youtube's videos? Thanks! Best regards Daniele On 2 Feb, 10:40, John Purcell jsp...@gmail.com wrote: Danielle, If you look at the src (android-3.2.2_r2 is what I'm

[android-developers] Re: WebView problem with youtube video

2012-01-31 Thread John Purcell
In general, the loading of the URL should come last (right now you've got plugins and Javascript enabled messages being sent to the webcore after you send a url request). Is this on Honeycomb or ICS? (I'm guessing ICS due to the 'normal' errors you posted above). Keep in mind that video needs

[android-developers] Re: WebView problem with youtube video

2012-01-31 Thread drenda
Hi John, thanks for your replay. I'm usign Honeycomb on a tablet. Unfortunally the order of the loading url don't resolve the problem. I'm try with this code: setContentView(R.layout.video); final WebView webView = (WebView) findViewById(R.id.video_webview);

[android-developers] Re: WebView problem with youtube video

2012-01-30 Thread drenda
PLease, someone has some ideas? Thanks! On 29 Gen, 22:38, drenda daniele.re...@gmail.com wrote: 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) {          

[android-developers] Re: WebView Problem

2011-11-14 Thread Sunil Mishra
@Sumeet and Narendra Yes i have given the permission in manifest. No error is coming, the webview is unable to load the page! The code is WebView webView = (WebView) findViewById(R.id.webView1); webView.setWebViewClient(new webviewclient());

Re: [android-developers] Re: WebView Problem

2011-11-14 Thread sumeet gupta
Hey Suneel.. I have tried ur exact code,and it is working fine. Here is the link of code . http://www.zshare.net/download/96129810662dde22/ Sumeet On Tue, Nov 15, 2011 at 9:51 AM, Sunil Mishra suniljmis...@gmail.comwrote: @Sumeet and Narendra Yes i have given the permission in manifest.

[android-developers] Re: WebView Problem

2011-11-14 Thread Sunil Mishra
I think the problem may be in proxy settings..:( On Nov 15, 9:38 am, sumeet gupta gupt.sum...@gmail.com wrote: Hey Suneel.. I have tried ur exact code,and it is working fine. Here is the link of code .http://www.zshare.net/download/96129810662dde22/ Sumeet On Tue, Nov 15, 2011 at 9:51 AM,