We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 728e6aa + 5bd5ff1 commit 09f0f33Copy full SHA for 09f0f33
forcetk.js
@@ -54,7 +54,7 @@ if (forcetk.Client === undefined) {
54
this.clientId = clientId;
55
this.loginUrl = loginUrl || 'https://login.salesforce.com/';
56
if (typeof proxyUrl === 'undefined' || proxyUrl === null) {
57
- if (location.protocol === 'file:') {
+ if (location.protocol === 'file:' || location.protocol === 'ms-appx:') {
58
// In PhoneGap
59
this.proxyUrl = null;
60
} else {
0 commit comments