[AC-1771] Using alloy social builtin unable to insert username
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-06-13T18:21:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android |
Reporter | Domenico Pontari |
Assignee | Mauro Parra-Miranda |
Created | 2013-03-04T11:01:05.000+0000 |
Updated | 2016-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.
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
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();
Fine. I'll do! Thanks, Domenico
Resolving as duplicate of TIMOB-13741.
DUP issue.