User16119012
User16119012

Reputation: 957

Phonegap - open links in browser

I have a button "visit site". Clicking on this button, the webpage should open in a new browser

I tried window.open(LinkURL, '_system'); and some other solution but every time page is opening over app.

Any help is appreciated.

thanks

Upvotes: 0

Views: 232

Answers (1)

User16119012
User16119012

Reputation: 957

No solution worked for me. I solved this issue by opening links in iFrame and providing a close link to the top left corner of the iFrame

Upvotes: 1

Related Questions