IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label iOSSafari. Show all posts
Showing posts with label iOSSafari. Show all posts

Sunday, January 20, 2013

Re: Is there a work-around to programmatically set focus on form field in iOS/Safari mobile

There is no law that says you must use a web browser with a web-based service. Ideally, all you would need is a stable REST URL to use with a POST request. An iPod will do what you need as long as you use the proper tools. It is true that having a scanner send input via a text field is an old-school, tried-and-true kludge, but it was never anything more than a kludge. Such things do tend to break when you change platforms. Why use Sencha Touch if you are only supporting one, HTML-based platform anyway?

 

You could make a great inventory control system that works on any platform. Or you could kludge one up that works with one specific platform. With the kludge, you will save a few hours in up-front development costs in exchange for many cumulative hours of trouble during operations. I will leave it as an exercise for the reader to guess which option would be the choice for typical corporate IT.


View the original article here

Thursday, January 17, 2013

Is there a work-around to programmatically set focus on form field in iOS/Safari mobile

I would like to program iPod Touch 5's for use as scan guns, which means I need to be able to programmatically set the focus into a form field on page load. (My users do *not* want to have to touch the screen between scans.)

 

I've got the software working as a web app and styled for Safari mobile and Chrome right now, and I plan to re-write it in Sencha Touch 2. Unfortunately, it looks like Apple very deliberately keeps users from programmatically setting form field focus, and I haven't been able to find any work arounds or side-ways sidles into a solution.

 

Does anyone know a solution for this? Thanks!


View the original article here

Re: Is there a work-around to programmatically set focus on form field in iOS/Safari mobile

It is very rare to see any Apple product used in a business setting. When people are buying technology for themselves and every penny counts, they are more likely to buy Apple products. When millionaires are buying something that they will force other people to use, they are going to pay much more for over-priced junk because it comes with high support costs and kickbacks. If your market is business, target those Motorolas and join the local country club. If you really want to make something for an Apple device, add a "scan" button that uses a native control to process that input.


View the original article here

Re: Is there a work-around to programmatically set focus on form field in iOS/Safari mobile

It is very rare to see any Apple product used in a business setting. When people are buying technology for themselves and every penny counts, they are more likely to buy Apple products. When millionaires are buying something that they will force other people to use, they are going to pay much more for over-priced junk because it comes with high support costs and kickbacks. If your market is business, target those Motorolas and join the local country club. If you really want to make something for an Apple device, add a "scan" button that uses a native control to process that input.


View the original article here