An inaccessible interface.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
An inaccessible interface.
I want to display photos on a tablet, though it could be anything, for the purposes of this post. Because the public will have free access to the navigation of the display (not a slide show), I want to prevent anyone from closing the app and messing about with the device. A bit like a kiosk.
Come on, own up, how many of you have tried to get the demo PC, in PC World, to break out of its demo loop?
To regain control of the device after the presentation, I would either reset or have a secret location to touch.
Any ideas of a simple way to exclude little fingers?
Come on, own up, how many of you have tried to get the demo PC, in PC World, to break out of its demo loop?
To regain control of the device after the presentation, I would either reset or have a secret location to touch.
Any ideas of a simple way to exclude little fingers?
Re: An inaccessible interface.
Is it this:
on keyDown
--do not pass
end keyDown
Simon
on keyDown
--do not pass
end keyDown
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: An inaccessible interface.
does that block the HOME button?
There would be no keyboard access for typing characters, just touch simple navigation icons.
There would be no keyboard access for typing characters, just touch simple navigation icons.
Re: An inaccessible interface.
Try it....
You can tell me
Simon
You can tell me

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: An inaccessible interface.
No... it doesn't block the 'home' button... 

Re: An inaccessible interface.
Used to be able to block Home button in earlier versions of Android.
Apps that take over the Home button are showing malware like behaviour (taking control of device from the user) and this has been disallowed in Android 4+.
I expect that iOS would be the same, but if it's a kiosk like setup you want have a look at iOS 6's "guided access"...
http://osxdaily.com/2012/09/25/enable-g ... ccess-ios/
it might do what you want...
cheers Paul
Apps that take over the Home button are showing malware like behaviour (taking control of device from the user) and this has been disallowed in Android 4+.
I expect that iOS would be the same, but if it's a kiosk like setup you want have a look at iOS 6's "guided access"...
http://osxdaily.com/2012/09/25/enable-g ... ccess-ios/
it might do what you want...
cheers Paul
Last edited by paul_gr on Fri Jun 14, 2013 10:17 pm, edited 1 time in total.
Re: An inaccessible interface.
paul_gr...
Thanks for pointing that out... that's a neat trick ...
Thanks for pointing that out... that's a neat trick ...
