Jan Leon
Jan Leon

Reputation: 176

Show done button inappbrowser phonegap

How can I show the done button when I open a link(page) using inappbrowser in android and phone gap 3.4

I installed the inappbrowser plugin, and this how my link looks:

<a onclick="window.open('https://www.google.com/', '_blank);">Google</a><

Upvotes: 0

Views: 3447

Answers (1)

Mohammed Imran N
Mohammed Imran N

Reputation: 1319

onclick="window.open('https://www.google.com/','_blank', 'location=yes,closebuttoncaption=Done');

This will do the wonder.

Upvotes: 8

Related Questions