[android-developers] Problem in WebView and Youtube link

2013-04-29 Thread George Yin
Hi All , I got a problem in this few months before I have a app . layout with WebView, and there have some Youtube Videos links there, Before is pop-up and select using which to open (Browser , Youtube app ) But now , the page directly go to *m.youtube* I sure there is no default set , and I

[android-developers] problem using webview?

2012-09-23 Thread Hitendrasinh Gohil
Hi, I am trying to load google.com with query string but only black screen comes. If i load http://www.google.com then it works fine but if i add query string then it didnt work. webView = (WebView) findViewById(R.id.webView1); webView.getSettings().setJavaScriptEnabled(true);

Re: [android-developers] problem using webview?

2012-09-23 Thread Harri Smått
Hi, Could you elaborate a little bit more about your setup; mainly Android version and/or device if this happens on device only? I ran the same code with my SGS2 (ICS 4.0.4) without no problems. -- H On Sep 23, 2012, at 10:04 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I am

[android-developers] Problem with WebView

2011-02-19 Thread Neilz
Hi. I have a WebView which loads a webpage that uses a form, for the user to complete. I set this method: webSettings.setUseWideViewPort(true); ...which helps the webpage display properly. However, for some reason, when you click in the text fields on the webpage, the soft keyboard fails to

Re: [android-developers] Problem with WebView

2011-02-19 Thread Mark Murphy
Sounds like a device bug. The following solution is extremely theoretical: Step #1: Add Javascript event handling to your code to find out when a field gets focus. I'm no Javascript expert, but I seem to recall there are some events for this. Step #2: Have the Javascript notify your activity

[android-developers] Problem with webview pageUp method

2010-09-02 Thread Brijesh
Hi all, I have a webview in my activity which displays a html file. Now when i call webview.pageUp(); method it calls the onScrollChanged() method many times , i want to find-out when the page is completely scrolled because i want to do write some functions after the scrolling finish ...

[android-developers] Problem scrolling webview with javascript scrollIntoView() method

2010-08-26 Thread James Moore
I've got a webview, and I'd like to scroll an element into view using the scrollIntoView method on the DOM object. When I try to call the method using: String fnx = javascript:document.getElementById(\word_33\).scrollIntoView(true);

[android-developers] Problem with WebView, ContentProvider and ParcelFileDescriptor.fromSocket

2009-09-27 Thread Nebehslav
Hello, Until yesterday I had a fully working application, but now, with the new 1.6 SDK release I have big problems - nothing works. What I have is: WebView, which opens url like content:// com.myself.myprovider/myhtmlfile.html From the other side - ContentProvider implementation, which

[android-developers] problem with webview - unable to open database file HELP

2009-03-27 Thread chouman82
I am having problem using webview in my application. When ever the webviewclient and webview is trying to load, it will throw me and uncaugh exception here is the log E/Database( 515): sqlite3_open_v2(/data/data/#package name#/ databases/webview.db, handle, 6, NULL) failed W/dalvikvm( 515):

[android-developers] problem with webview - unable to open database file HELP

2009-03-27 Thread chouman82
I am having problem using webview in my application. When ever the webviewclient and webview is trying to load, it will throw me and uncaugh exception here is the log E/Database( 515): sqlite3_open_v2(/data/data/#package name#/ databases/webview.db, handle, 6, NULL) failed W/dalvikvm( 515):

[android-developers] '%' problem in WebView

2008-11-16 Thread [EMAIL PROTECTED]
My HTML file contains '%'. I was trying to use WebView to open it, but failed. I then replaced % with \\%, it failed again. Any comments on this problem. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups