Hi Richard! I'm getting this same issue too. Prior to 1.5, the WebView object will display the page within the same view. Now with 1.5, for some sites, the app will open up a new view and basically open the page there instead. Pressing the "back" button will move the view back to the main app view. Is there a way to have it display on the main app view/window everytime?
Kenn. On Apr 22, 12:50 pm, jarkman <[email protected]> wrote: > That's a relief - thanks! > > Do you know anything about changes inwebViewfor 1.5 which might > explain the non-appearance of the content ? > > Thanks, > > Richard > > On Apr 22, 5:13 pm, Mike Hearn <[email protected]> wrote: > > > It's not deprecated, it's a bug in the droiddoc tool - deprecating a > > class marks all its subclasses as deprecated too, which doesn't make > > sense. I fixed this bug in the public tree some months ago, but it > > appears the fix did not propagate to Googles internal tree. > > > Ignore it.WebViewis not deprecated. > > > On Apr 22, 5:01 pm, jarkman <[email protected]> wrote: > > > > We're porting our apps to the 1.5 preview SDK. That has mostly been > > > prettty painless, but we do have aWebViewwhich is not showing any > > > content, for reasons which are currently unknown. > > > > Looking in the 1.5 SDK docs, I see thatWebViewis deprecated. The > > > recommendation there is to use a FrameLayout, RelativeLayout, or a > > > custom layout instead. > > > > I don't understand that recommendation, since FrameLayout and > > > RelativeLayout don't do the thing thatWebViewdoes best - showing a > > > bunch of HTML content pulled down from our server at runtime. > > > > So, what am I missing ? CanWebViewreally be simulated with a > > > FrameLayout ? > > > > Thanks, > > > > Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

