Timo Ernst
Timo Ernst

Reputation: 16003

How to open external links with phonegap in a new layer?

I am creating an iphone/android app with Phonegap.

When a user clicks an external link the phone opens the default browser and opens the link in there.

In some apps though I've seen that one can open a layer which slides up (from bottom to top) inside the app and displays the website where the link refers to in this layer (see screenshot). At the bottom, the two buttons say "close" and "open in safari".

Is there a way to do the same with Phonegap?


enter image description here

Upvotes: 0

Views: 375

Answers (1)

Marcelo
Marcelo

Reputation: 1491

The ChildBrowser plugin does exactly what you want.

Upvotes: 1

Related Questions