diff --git a/src/pages/login/login.ts b/src/pages/login/login.ts index d8f14ee..eaedcb6 100644 --- a/src/pages/login/login.ts +++ b/src/pages/login/login.ts @@ -32,7 +32,7 @@ export class LoginPage { let scope = ['basic','stream','write_post']; - if (this.device.platform === "Android") { + if (this.device.platform === "Android" || this.device.platform === "amazon-fireos") { this.oauth = new OauthCordova(); this.pnutProvider = new PnutAuth({ appScope: scope,