Uh, never mind the PhoneGap part.  I have too many Google Groups open
right now... Sorry.

On May 5, 4:01 pm, Josiah <josiahlcarl...@gmail.com> wrote:
> Thanks for reply.
>
> I admit I'm pretty new to Java.  You wouldn't be itchin' to show some
> code, would you?
>
> I figure since this seems to influence everyone who uses PhoneGap
> Android this way, it may be of benefit to more than just me.  Where
> Android gives away the URL of the webapp, it seems to undermine the
> efforts to make the app native to begin with.
>
> -Josiah
>
> On May 5, 12:17 pm, "Mark Murphy" <mmur...@commonsware.com> wrote:
>
> > > I am creating an app that loads a URL in Webview at launch. No address
> > > bar is present on the first screen.  After I follow a link on the page
> > > to a second screen, a new window launches and an address bar appears
> > > on the screen.
>
> > That is because clicking on the link in your WebView is launching the
> > Browser activity.
>
> > > I would like to know how to disable that address bar in the Webview.
> > > Anyone have any ideas?
>
> > Check out WebViewClient and shouldOverrideUrlLoading(). You need to
> > arrange to intercept clicks and route them back to your own WebView (or to
> > some other activity of your choosing).
>
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com
> > _The Busy Coder's Guide to Android Development_ Version 2.0 Available!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to