6.1.0 • Published 1 year ago

@cshbicos/tctm-capacitor-https v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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"
			]
		}
	}
}
6.1.0

1 year ago

1.0.0

2 years ago

0.0.1

2 years ago