Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19611] Android: Facebook Login Button Wide Style not working

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionWon't Fix
Resolution Date2020-01-06T22:49:09.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsengTriage, facebook
ReporterFrank Apap
AssigneeLokesh Choudhary
Created2015-03-19T15:51:44.000+0000
Updated2020-01-06T22:49:09.000+0000

Description

'm trying to create a 'wide' button style Facebook login on Android and it's not working (the same code is working on iOS). My login.js code: var facebook = Alloy.Globals.Facebook; facebook.appid = Alloy.Globals.FacebookID; facebook.permissions = ["email"]; facebook.forceDialogAuth = false; $.fbButton.style = facebook.BUTTON_STYLE_WIDE; My login.xml code: Alloy.js: Alloy.Globals.Facebook = require('facebook'); This is on 3.5.1 GA and works on iOS.

Comments

  1. Alan Hutton 2020-01-06

    Closing per dev comments.

JSON Source