Questions tagged [auto-lock]
22 questions
1
vote
1 answer
Auto Lock iPhone programmatically
I am working on an alarm app, which needs to auto-lock the device after a particular time period, since most of the clock applications in the App Store have that feature.

Aadil
- 713
- 2
- 12
- 30
1
vote
0 answers
Firing window.close from within socket.on('disconnect'
Everyone
I am learning javascript so apologies in advance if my questions is appears ignorant.
I am using sockets to write an on-line interactive quiz app. It is working well. However, I have found that if a users mobile device goes into auto-lock…

SJM72
- 11
- 1
1
vote
0 answers
How to allow AV Movie Player to auto-lock iPhone while playing video?
I play background video using AV Movie Player in my application. As soon as I navigate from that screen I pause that video, thus, the iPhone auto-locks after regular time interval set in the iPhone. But if I remain on that screen which plays the…

Richa Dua
- 121
- 14
1
vote
2 answers
how to prevent auto lock in windows 7
I am automating a process and automation will be running 24*7. Automation will be running on client system and that system automatically get locked after 10 mins because of this automation stopped.
I don't have permission to change the settings.
I…

SK.
- 4,174
- 4
- 30
- 48
1
vote
1 answer
Shut Off Auto-Lock on iPad: Up-To-Date Information
I have been reading through questions* and answers about how to stop an iOS device from suspending, starting with the most general to more specific questions that discuss problems with this code:
[UIApplication sharedApplication].idleTimerDisabled =…

Dan Rosenstark
- 68,471
- 58
- 283
- 421
0
votes
2 answers
autolocking ios device, NSTimer and scheduledTimerWithTimeInterval
I would like to trigger action after some ammount of time (in production that will be 30 minutes) and right now I'm using NSTimers scheduledTimerWithTimeInterval. During tests (with timeout being 20 seconds, not 1800 seconds) everything seems fine.…

patryk
- 642
- 1
- 9
- 18
-2
votes
2 answers
Device auto-lock
I have an application in which I want to lock the iPhone programmatically so that the user can't perform any action.
How can I determine the user is not working with the iPhone for some period, and after that period automatically lock the…

Yogesh
- 127
- 1
- 3
- 10