Loading...

Mobile App

Cordova

Create a mobile app to customize your brand powered by Cordova, the App connected to Plaspy with the same Plaspy credentials and privileges.
First create an App with the start page URL linked to http://m.plaspy.com/m/Index?lcl=1 or using your replacing the m.plaspy.com for your mobile URL, that you had setup on Plaspy on Settings.
With your App mobile, you can customize the Icons, App Name, Brand, Publisher, etc.
Follow the guides for each platform in Cordova web page:

after that Cordova already installed, execute the next commands in line commands like MS-DOS or Bash based your OS replacing test by your app name.

cordova create test com.plaspy.test test
cd test
cordova platform add android
cordova platform add ios
Find the config.xml files in the test folder or the next paths
config.xml
platforms\android\res\xml\config.xml
platforms\ios\test\config.xml
replace in the config files the next line
<content src="index.html" />
by
<content src="http://m.plaspy.com/m/Index?lcl=1" />
and add the next line below the previous line
<allow-navigation href="*" />