@cshbicos/tctm-capacitor-https
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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"
			]
		}
	}
}

Readme

Keywords

Package Sidebar

Install

npm i @cshbicos/tctm-capacitor-https

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

17.8 kB

Total Files

26

Last publish

Collaborators

  • cshbicos