- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page