visual studio - How to use InAppBrowser plugin? -


in visual studio, i've downloaded inappbrowser plugin , trying use this:

<a onclick="window.open('http://www.google.com', '_blank', 'location=yes');">testing</a> 

when click link, see this:

enter image description here

it recognizes plugin why doesn't rendering webpage?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -