Software Archive
Read-only legacy content
17061 Discussions

How to call app via webpage

Ronald_H_2
Beginner
306 Views

Hi,

   I intended to integrate my app with a web payment gateway, hence i have to make my app is callable via web page.

is there any way to do that? any sample of HTML/javascript codes to call application (created with intel xdk) via web page?

Thank you in advance

0 Kudos
1 Solution
Rakshith_K_Intel
Employee
306 Views

Here is a Cordova plugin to setup app with custom URL scheme open app from another app and website. 

https://github.com/EddyVerbruggen/Custom-URL-scheme

Add  this plugin in xdk using plugin management, using the "third party plugins" -> "git repo" option and enter the variable for customURL.

you app can be launched by calling from webpage like this: <a href="myappname://">Launch App</a>

 

View solution in original post

0 Kudos
1 Reply
Rakshith_K_Intel
Employee
307 Views

Here is a Cordova plugin to setup app with custom URL scheme open app from another app and website. 

https://github.com/EddyVerbruggen/Custom-URL-scheme

Add  this plugin in xdk using plugin management, using the "third party plugins" -> "git repo" option and enter the variable for customURL.

you app can be launched by calling from webpage like this: <a href="myappname://">Launch App</a>

 

0 Kudos
Reply