Top "Autofocus" questions

Unable to remove Autofocus in ui-dialog

The first element in my jQuery UI Dialog is an input, which when selected opens a datepicker... How can I …

jquery autofocus
Autofocus Attribute of HTML5 does not work only in FireFox when <Form><input> are loaded via Ajax. WHY?

Below is the form which i loaded via ajax. When i run the form page directly then autofocus on c_…

ajax html firefox autofocus
Android: Check whether camera supports auto-focus?

For the Android API version 2.1 and higher, we can use context: getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_AUTOFOCUS) But before version 2.1, …

android camera autofocus
Can I use autofocus on an element with contenteditable?

I'm using the contenteditable attribute on a <div> in order to make it act as a text field …

text input contenteditable autofocus
Auto focus in ng-repeat in angularjs

I uses ng-repeat to get multiple phone numbers <div ng-repeat="phone in phones"> <input ng-model="phone" type="…

javascript angularjs autofocus
HTML5 autofocus = autoselect?

I'm using some HTML5 form features to progressively enhance the user experience of my web project. One in particular is …

html google-chrome autofocus
React | Modal input field auto focus

I'm using React and ant design for my project. There I have a Popover and It has a button. when …

reactjs autofocus
Focus (Autofocus) not working in camera (AVFoundation AVCaptureSession)

I am using standard AVFoundation classes to capture video and show preview (http://developer.apple.com/library/ios/#qa/qa1702/_…

iphone camera avfoundation avcapturesession autofocus
Autofocus text field on mobile, but no keyboard?

As part of my login and registration forms, if there are errors then it will autofocus the related field. Actually, …

html mobile autofocus
AngularJS - input autofocus with ng-if not working

When I surround my input with ng-if, after hide and show the autofocus attribute does not take effect: Here is …

javascript angularjs input autofocus angular-ng-if