i've just stumbled across this group and haven't had the time to fully
read through all the posts yet. So forgive me in case I'm re-asking
questions.
Anyway, I'm a web developer currently implementing a mobile
application targeted for the iPhone. While doing so I found myself
creating a whole lot of touchscreen specific user interface elements.
I'm talking about keypads for numbers, easy accessible calendars and
the likes. Basically it's all about handling as much input as possible
through application specific controls and make little use of the space
taking virtual keyboard.
Probably a whole lot of developers are in the same situation just now,
which raises interest for libraries and frameworks that provide
standardized touchscreen-enabled controls and mimic the look and feel
of the iPhone UI.
So, what projects are out there concerning this and in general try to
cover other iPhone development issues like removing of the address
bar, the meta-tag thingy etc.? And is iPhoneWebdev planing to set up
something like a wiki or faq collection to have all this information
bundled in one place?
Johannes
We are slowly getting to that point, lost admist trivialities of
things like setting viewports and such. There was some praise
www.gasapps.com zipcode input technique (archive at
http://groups.google.com/group/iphonewebdev/browse_thread/thread/5044a0c6ce2bdb4a/3015dada6ecf5b8b?lnk=gst&q=gasapp&rnum=2#3015dada6ecf5b8b
) and I'd love to see some things like that standardized so it is easy
for us to keep consistency and resuse.
> So, what projects are out there concerning this and in general try to
> cover other iPhone development issues like removing of the address
> bar, the meta-tag thingy etc.?
On removing address bar:
http://groups.google.com/group/iphonewebdev/browse_thread/thread/c064b183c1207a98/dd79332910e4695c
On best practices re: viewport, orientation, scaling:
http://groups.google.com/group/iphonewebdev/browse_thread/thread/e041ae0357dc62dc
http://groups.google.com/group/iphonewebdev/browse_thread/thread/f43493a828dffdb3
http://groups.google.com/group/iphonewebdev/browse_thread/thread/b09a202d34daab51
> And is iPhoneWebdev planing to set up
> something like a wiki or faq collection to have all this information
> bundled in one place?
Yes. Still in progress, as I'm evaluating what ones with work best for
both iPhone and Desktop. Probably will have a better homepage at
www.iPhoneWebDev.com later today, and a group blog.
-- Christopher Allen
On Jul 3, 4:52 pm, "Christopher Allen" <Christoph...@iPhoneWebDev.com>
wrote:
> On 7/3/07, Influence <M...@j-lechner.de> wrote:
>
>
>
> > i've just stumbled across this group and haven't had the time to fully
> > read through all the posts yet. So forgive me in case I'm re-asking
> > questions.
>
> > Anyway, I'm a web developer currently implementing a mobile
> > application targeted for the iPhone. While doing so I found myself
> > creating a whole lot of touchscreen specific user interface elements.
> > I'm talking about keypads for numbers, easy accessible calendars and
> > the likes. Basically it's all about handling as much input as possible
> > through application specific controls and make little use of the space
> > taking virtual keyboard.
>
> > Probably a whole lot of developers are in the same situation just now,
> > which raises interest for libraries and frameworks that provide
> > standardized touchscreen-enabled controls and mimic the look and feel
> > of the iPhone UI.
>
> We are slowly getting to that point, lost admist trivialities of
> things like setting viewports and such. There was some praisewww.gasapps.comzipcode input technique (archive athttp://groups.google.com/group/iphonewebdev/browse_thread/thread/5044...
> ) and I'd love to see some things like that standardized so it is easy
> for us to keep consistency and resuse.
>
> > So, what projects are out there concerning this and in general try to
> > cover other iPhone development issues like removing of the address
> > bar, the meta-tag thingy etc.?
>
> On removing address bar:http://groups.google.com/group/iphonewebdev/browse_thread/thread/c064...
>
> On best practices re: viewport, orientation, scaling:http://groups.google.com/group/iphonewebdev/browse_thread/thread/e041...
>
> http://groups.google.com/group/iphonewebdev/browse_thread/thread/f434...
>
> http://groups.google.com/group/iphonewebdev/browse_thread/thread/b09a...
>
> > And is iPhoneWebdev planing to set up
> > something like a wiki or faq collection to have all this information
> > bundled in one place?
>
> Yes. Still in progress, as I'm evaluating what ones with work best for
> both iPhone and Desktop. Probably will have a better homepage atwww.iPhoneWebDev.comlater today, and a group blog.
>
> -- Christopher Allen
If anyone can figure out how they did this, please let me know.
--Jeff
<input maxlength="20" name="num_source" id="num_source">
How do you reproduce this? I get the regular on-screen keyboard when I select
the input fields there.
Erwin.
There's a demo here:
http://iphone.ronandowling.com/input/
-r
Sent from my iPhone
For what it's worth, I looked at how liberal the name matching is:
http://www.iphonewebdev.com/examples/input.html
All of these trigger the telephone keypad:
phone
phone_suffix
prefix_phone
megaphone
phonetic
All of these cause the keyboard to start out in numeric mode:
zip
zip_suffix
prefix_zip
zippo
unzip
So it looks like they literally just look for "phone" or "zip" -anywhere- in
the name of the input field.
Any others that anyone has noticed?
Erwin.
I've added this to the Open Questions page
http://barcamp.pbwiki.com/iPhoneDevCampOpenQuestions
-- Christopher Allen
Still no luck finding the one that triggers the "URL" keyboard, but I did find
out that having "mobile" or "cellular" in the input field's name also triggers
the telephone keypad.
Erwin.
There's also a slightly different keyboard used for email addresses, where the
space bar is replaced with "@", "." and ".com" instead of the URL's ".", "/"
and ".com", and the "@123" button for the numeric keyboard is a "_123" button
instead. How to get it? Frankly I'm not sure it's even possible.
If you include "search" in the name of the field, the "Go" button is changed
to a "Search" button.
All of these keywords (zip, phone, cellular, mobile, search) are strings that
someone who's decrypted the restore disk image could find in
/System/Library/Frameworks/UIKit.framework/UIKit.
http://iphone.fiveforty.net/wiki/index.php/Decrypt_Firmware
Erwin.
http://www.bushidodesigns.net/iphone/demo/
Gerald
On Jul 9, 2007, at 11:59 AM, Dean Hamack <bushido...@gmail.com>
wrote:
> Dean, when expanding a second section without first collapsing the
> second... I get some weird duplicated section business on my iPhone.
> Didn't try any other agents.
Interesting. Doesn't do that on iphoney, so I have no way of replicating it.
One thing that might be helpful to others: when expanding and collapsing the
sections, it had a tendancy to "bounce", rather than staying in place on the
screen. I had to add anchor links to stop this. So when you click on a
section name it targets an area right above it to keep it in place on the
screen.