Software Archive
Read-only legacy content
17061 Discussions

Websites mit Buttons aufrufen

Tom_H_3
Beginner
291 Views

Hi, 

ich bin neu und brauche deshalb etwas Hilfe. Ich möchte mithilfe eines Buttons eine Website aufrufen. Welchen Befehl oder generell was muss ich dafür tun?

Danke im Vorraus

0 Kudos
1 Reply
Elroy_A_Intel
Employee
291 Views

You can open a window to see a page using the following tag:

 

window.open('http://apache.org', '_blank', 'location=yes')

For more information about using Cordova In-App Browser plugin, visit  https://cordova.apache.org/docs/en/3.0.0/cordova/inappbrowser/inappbrowser.html.

Note: You will need to enable the InAppBrowser Plugin in Intel XDK on the Projects window > select your desired project > Cordova Hybrid Mobile  App Settings section > Expand  Plugin Management > click the Add Plugins to this Project button. You should see the InAppBrowser plugin in the list.

0 Kudos
Reply