[android-developers] Re: Webview Broken in 1.5 SDK?

2009-07-09 Thread Bill Zimmerly
You're welcome, MIND GAME. - Bill On Jun 10, 5:02 am, MIND GAME lovekhanna04...@gmail.com wrote: hii thanks this woks for me. On May 12, 6:56 am, Bill Zimmerly billzimme...@gmail.com wrote: I was successful in fixing the problem (above) and this details it... This line in the

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-06-10 Thread MIND GAME
hii thanks this woks for me. On May 12, 6:56 am, Bill Zimmerly billzimme...@gmail.com wrote: I was successful in fixing the problem (above) and this details it... This line in the Webapp.java file had to be changed from this ... webview= (WebView) findViewById(R.id.webview); To

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-25 Thread superjet
I actually just subscribed to your subscription service and am happy to report your solution works for this problem! (I needed a little more explanation than the code itself.) Looks like a nice set of instructions all together, I look forward to the rest, and updates! Thanks, SJ Are you behind

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-25 Thread Mark Murphy
superjet wrote: I actually just subscribed to your subscription service and am happy to report your solution works for this problem! (I needed a little more explanation than the code itself.) Looks like a nice set of instructions all together, I look forward to the rest, and updates! Happy

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-25 Thread David Bickley
I had the same problem with the android hello-webview example. (link below) http://developer.android.com/guide/tutorials/views/hello-webview.html Changing the layout_width and layout_height of LinearLayout to fill_parent from wrap_content fixed it. ?xml version=1.0 encoding=utf-8?

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-18 Thread Diptanshu Parui
Thanks Bill. Your suggestion worked for me. I had same problem as couple of other posters. WebView example from android's website was not working despite having the right permissions and no firewall issue. In fact, I tried a to do a HTTPGet into a TextView. That worked fine, but WebView example

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-16 Thread superjet
I'm running into the same problem, but when I make this change (webview to webkit) I get a compile error saying it cannot be resolved. Ctrl-Shift-O doesnt bring in any new imports, so I'm at a loss as to how to get the compiler to recognize this. Can you shine some light? Many thanks. SJ On

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-11 Thread Bill Zimmerly
Has this highly frustrating issue been resolved yet? I haven't been able to use WebView under 1.5 on either the Linux or Windows platforms. Here is source code that *worked perfectly* under 1.1 on both, but only displays under 1.5, as sss wrote in his original message, a blank black screen...

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-11 Thread Bill Zimmerly
I was successful in fixing the problem (above) and this details it... This line in the Webapp.java file had to be changed from this ... webview= (WebView) findViewById(R.id.webview); To this... webview= (WebView) findViewById(R.id.webkit); And, in the main.xml file these two lines had to be

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread Mark Murphy
sss wrote: Can anyone confirm the fact that webview is broken in the 1.5 sdk? WebView is not broken in the Android 1.5 SDK. Either that, or update the code page on the google developer side as neither that code nor any other (including my previously working webview code) is showing anything

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread dni_linux
I'm getting the same problem too. I'm using Eclipse with ADT plugin on a Mac (10.5.6). I'm a newb so i'm having trouble just running the Hello, WebView example. Blank screen in the webview when I run it. http://developer.android.com/guide/tutorials/views/hello-webview.html Nothing seems

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread Mark Murphy
dni_linux wrote: I'm getting the same problem too. I'm using Eclipse with ADT plugin on a Mac (10.5.6). I'm a newb so i'm having trouble just running the Hello, WebView example. Blank screen in the webview when I run it.

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread dni_linux
I should have mentioned that. Yes, I did try the Browser app in Android and it was able to bring up websites. Yes, I'm behind a firewall. However, i've never before experienced web access problems (and besides, the built-in android browser works as just mentioned). I figured that most people

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread Mark Murphy
dni_linux wrote: I should have mentioned that. Yes, I did try the Browser app in Android and it was able to bring up websites. Yes, I'm behind a firewall. However, i've never before experienced web access problems (and besides, the built-in android browser works as just mentioned). That

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread dni_linux
Mark Murphy, Thanks for your assistance! I'll check out that link and will probably try setting up ubuntu in a vbox vm on my mac to test for different results. Thanks again. On May 4, 3:37 pm, Mark Murphy mmur...@commonsware.com wrote: dni_linux wrote: I should have mentioned that.  Yes, I

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread Mariano Kamp
It works fine on OSX. FWIW some of the Android devs use OSX. Did you check out your code with 1.1 and now it's not working with 1.5? Do you have the right permission ( http://developer.android.com/reference/android/Manifest.permission.html#INTERNET). The most common gotcha seems to be that this

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread sss
I can say that while yesterday and the day before I was getting countless complaints from users regarding my program that uses webview, today they seem to have ceased. I haven't updated anything so not sure if this is a fluke.. in any event, I'm going to try the webkit mentioned above and will

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-04 Thread sss
Mark, same setup as you've got. I went so far as to download the latest windows Version: 3.4.1Build id: M20080911-1700 of eclipse yesterday, then did the latest android plugin .9 in my ganymede 1.5 sdk. FYI, today I'm getting website cannot be found errors for CNN and other test sites. This