Hello, I am trying to make my app focus on a input field when it finishes
loading.
I tried autofocus="true" as input parameter; didn't work
Also tried $(document).ready(function(){ ('#my-input').focus(); });  didn't
worked as well;
As we are using angular too, I tried the angular equivalent of the above
code, and it also failed.

Is there any way to achieve it? Thanks in advance.

-- 

André Mendes
 [image: Imagem inline 1]

an...@intoo.com.br <art...@intoo.com.br>
tel: +55 (11) 3255-7441 | cel: +55 (11) 953972772

Praça Dom José Gaspar, 76, CJ 81
CEP 01047-010 | São Paulo - SP | Brasil
www.intoo.com.br
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to