Questions tagged [autofocus]
456 questions
0
votes
3 answers
Bootstrap Material Design(4.1.1)'s bmd-label-floating not working well with autofocus attribute
1. On page load
The autofocus attribute doesn't trigger the Bootstrap-JavaScript to add the is-focused class to the corresponding (bmd-)form-group.
0
votes
1 answer
Scanning without taking pictures in BlackBerry OS 6
I'm working on a project that requires me to use the video control. My goal is to turn the camera on and use it to scan some words. I don't want to take pictures out of it. I would need to capture the image automatically when the image is focused…

Tina.L
- 110
- 9
0
votes
1 answer
Add Argument to Array: Autofocus to Woocommerce Login Field
Heyo!
Currently on the woocommerce login page, the first input form for Billing (first name) has autofocus="autofocus," which means the page jumps to that spot each time it loads.
The billing section, though, is a bit down on my page, so it skips…

Poocey
- 79
- 1
- 6
0
votes
1 answer
angularjs autofocus is not working in mozilla firefox
please see the jsfiddle link http://jsfiddle.net/ounsqcmt/55/
i had used autofocus as like this using angularjs
it is working in google but not working in mozilla firefox
The code is as

chaitanya k
- 199
- 1
- 3
- 14
0
votes
3 answers
jQuery autocomplete - how to prevent auto focus when minLength is zero
var availableTags = [
"ActionScript",
"AppleScript",
"Asp",
"BASIC",
"C",
"C++",
"Clojure",
"COBOL",
"ColdFusion",
"Erlang",
"Fortran",
"Groovy",
"Haskell",
"Java",
…

Sophia
- 1
- 2
0
votes
2 answers
iphone when click to a form auto focus to the clicking place
Sorry the title is not all that descriptive. But the images should explain what I am seeing. Basically, when a user click on a button, it should redirect him/her to that form and auto focus to the first field.
Auto Focus is WORKING. I tested it by…

leogoesger
- 3,476
- 5
- 33
- 71
0
votes
0 answers
React native, Issue on Auto Focus with Samsung Galaxy SM-S120VL (Samsung Galaxy Luna)
I tried to implement QR code scanning with react-native-camera library. It works fine for all devices but not working with a specific device. Samsung Galaxy Luna
Update
For this specific phone auto focus is not working hence not able to scan QR code…

forchetan01
- 136
- 10
0
votes
1 answer
autofocus not working on form
I have a form on this website: https://www.ubersmith.com/ (if you click on the little magnifying glass it displays full screen).
I have tried multiple ways to force autofocus on the field when it loads but I can't for the life of me work out why its…

Chris Mitchell
- 27
- 7
0
votes
1 answer
Focus element with HTML4.01 Strict, CSS 2.1, and JS 1.7
I am trying to figure out if there is a way to auto-focus an input element on page load that is compatible with HTML 4.01 Strict, CSS 2.1, and JS 1.7, since the autofocus attribute is not available to HTML 4.01 and I do not believe the focus method…

oldboy
- 5,729
- 6
- 38
- 86
0
votes
1 answer
Activate autofocus for tango color camera
How can I activate the autofocus of the tango color camera? The TangoCameraIntrinsics and TangoConfig classes of com.google.atap.tangoservice don't seem to have an option for doing it. I would like scan bar codes of products e.g. grocery items. To…

Malte Ahl
- 101
- 1
0
votes
1 answer
Dynamic focus area for android camera
I am building an android camera app (not using camera2 api) to take close-range pictures of some objects in the outdoor conditions. The pictures needs to be taken in burst mode i.e. once activated the camera will take say 5 pics continuously and all…

abggcv
- 461
- 5
- 20
0
votes
0 answers
Website with expired certificate not allowing to click on textbox in chrome browser, for the first load of website
If i clear history of chrome browser and load a page, how's certificate is expired.
So the page is loaded for first time in the browser with expired certificate.
I can click on input box and type text in it, but the cursor is not showing.
The cursor…

Tushar Jain
- 1
- 3
0
votes
0 answers
Autofocus on input and accept letters, digits and scanned barcodes
I have to accept either input from keyboard or 2d barcode scanner.
The input is mixture of alpha numeric, also I want user to be able to use Ctrl+v to paste their input. Currently if I try Ctrl+v, only v key is detected and shown.
Also my cursor…

user2107349
- 191
- 2
- 3
- 16
0
votes
1 answer
Android: Library MaterialBarcodeScanner which uses Google Mobile Vision API does not autofocus for Samsung J1
MaterialBarcodeScanner which uses Google Mobile Vision API does not autofocus for Samsung J1 but when using Zxing library its working fine.Same code works for other higher version API (Tested onSamsung A5).
Im refering to…

riya
- 3
- 4
0
votes
1 answer
Problems with turning off the autofocus on Android phone
Working on my Samsung S6 camera calibration as a first step for further app development.
One of the perquisites for correctly working app is that the autofocus is disabled.
I used something like this:
mCamera.cancelAutoFocus();
Camera.Parameters…

page47250
- 301
- 1
- 3
- 13