1.0.0 • Published 8 months ago

@cshbicos/tctm-capacitor-https v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

tctm-https

Removes common CORS and SSL issues encountered when deploying TCTM Apps with HTTPS

Install

npm install @cshbicos/tctm-capacitor-https
npx cap sync

Configuration

In capacitor.config.json, set the following

{
    ....
	"server": {
		"hostname": "yourserver.yourcompany.com",
		"androidScheme": "https"
	},
	"plugins": {
        ...
		"TCTMHttps": {
			"ignoreSSLErrors": false,
			"backendPaths": [
				"/api",
				"/api2"
			]
		}
	}
}
1.0.0

8 months ago

0.0.1

8 months ago