Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1771] Using alloy social builtin unable to insert username

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2013-06-13T18:21:53.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsandroid
ReporterDomenico Pontari
AssigneeMauro Parra-Miranda
Created2013-03-04T11:01:05.000+0000
Updated2016-03-08T07:40:39.000+0000

Description

Using Alloy.builtins.social, when you click on username or password text boxes the keyboard doesn't appear.

Comments

  1. Jamie Buckley 2013-03-04

    Hi Domenico, Can you provide some more information on this issue: - Titanium SDK Version - Titanium Studio - Operating system Can you also provide a small reproducible test case so we can work on verifying this issue. Thank you for your time. Jamie
  2. Domenico Pontari 2013-03-08

    Titanium Studio, build: 3.0.2.201302191606 Titanium SDK Version: 3.0.2 GA OS: Linux laptop 3.2.0-38-generic #61-Ubuntu SMP Tue Feb 19 12:18:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux You can reproduce the bug copying and paste the example at http://docs.appcelerator.com/titanium/latest/#!/api/Alloy.builtins.social // If not authorized, get authorization from the user if(!social.isAuthorized()) { social.authorize(); } // Post a message // Setup both callbacks for confirmation social.share({ message: "Salut, Monde!", success: function(e) {alert('Success!')}, error: function(e) {alert('Error!')} }); // Deauthorize the application social.deauthorize();
  3. Carter Lathrop 2013-03-25

  4. Domenico Pontari 2013-03-25

    Fine. I'll do! Thanks, Domenico
  5. Daniel Sefton 2013-06-13

    Resolving as duplicate of TIMOB-13741.
  6. Mauro Parra-Miranda 2013-11-24

    DUP issue.

JSON Source