recognize device platform amazon-fireos as Android

resolves #47
This commit is contained in:
Morgan McMillian 2017-11-20 07:03:08 -08:00
parent e6eb71003b
commit 9cfaaae6cb

View file

@ -32,7 +32,7 @@ export class LoginPage {
let scope = ['basic','stream','write_post']; 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.oauth = new OauthCordova();
this.pnutProvider = new PnutAuth({ this.pnutProvider = new PnutAuth({
appScope: scope, appScope: scope,