I have something quite similar to this working for my own site and for
demos, but I am not allowed to release it yet.
I personally think to do this at this point, you need scrollbars.
Just too hard to scroll otherwise, so not useful for any site that
requires scrolling. If a site does not require scrolling, then they
won't appear anyway.
I will work on removing the address bar functionality to mimic my
iPhone today.
Most of the problems that people are having creating apps for the
iphone involve things that can only be seen when testing on an iphone.
If your app can read the meta tags and adjust accordingly, then I
might give it another look.
D. Rich
- iphone zooms webpages and renders input fields like textboxes,
buttons based on zoom factor
- you can style input fields with webkit css tags
- fileupload fields are disabled
- page renders based on metag tags (viewport)
- another interaction like safari on desktop (Fingers don't have the
precision of the pointer controlled by the mouse. They also have
different capabilities than those of a mouse)
- some (important) javascript events will not work
- there aren't gestures to perform cut, copy, paste, drag-and-drop,
and text selection
- and some more
so you cant simulate iphone behavior with a normal browser
...just my two cents
On Jul 4, 8:00 pm, "D. Rich" <Dave...@gmail.com> wrote:
> David Cann created his site June 12th,http://davidcann.com/iphone/&
> all of the other sites have copied.
> There has already been another site, that does what you have done and
> has been available since June 16th athttp://iphone.borrowadollar.com/interface
I think right now the best way to develop ordinary Web pages for the
iPhone is to stick to the standards. Web app developers will, of
course, have to have iPhones to test their applications. That's just
how things are.
Investing a lot of time in an iPhone simulator isn't something I
personally would consider to be a good choice, because it's going to
be incomplete in some very significant ways. But that's just my opinion.
Of course, if you dont actually have the actual phone hardware on your
possesion, you may not realize how futile your attempt will ultimately
be...
-K
On Jul 5, 2007, at 12:26 AM, Jeff Harrell <jeffery...@gmail.com>
wrote:
Kai Cherry wrote:
> I agree. While it could be possible to do this on the desktop, like
> iPhoney, its just so far off how webkit renders on the phone that it
> ultimately won't be useful for anything but the simplest of web apps
> to be honest.
>
> Of course, if you dont actually have the actual phone hardware on your
> possesion, you may not realize how futile your attempt will ultimately
> be...
I'm "new" to the whole handheld/small-device deal, but isn't that
completely insane? Shouldn't Apple be providing the web developers who
don't want/can't afford an iPhone with the capabilities to decide/modify
their sites to work on the iPhone? Don't they want as much compatibility
as possible?
From what I've seen, Apple seems to think that if a page looks okay in
Safari 3, it will look okay on the iPhone, but that's... well, relative,
you might say. So I don't think a simulator is a waste, personally. But
I do think a web page is not the way to do it. It has to be a real app
which can do what the iPhone can. And as someone said, the iPhone webkit
would be nice too. :)
-Kalle.
On Jul 5, 2007, at 5:25 AM, Kalle Alm <kall...@gmail.com> wrote:
>
> I'm "new" to the whole handheld/small-device deal, but isn't that
> completely insane?
Yes. It most certainly is. However as a mac dev, you kind of get used
to this sort of thing.
> Shouldn't Apple be providing the web developers who
> don't want/can't afford an iPhone with the capabilities to decide/
> modify
> their sites to work on the iPhone? Don't they want as much
> compatibility
> as possible?
Again, the following response is the point of view of a ADC card-
carrying os x dev, so please keep that in mind...
Apple is full of crap :)
Most of the mac devs I know, especially the ones that were at wwdc are
pretty much of the opinion that apple is not serious at all about 3rd
party iPhone development and the "web 2.0" solution was a last minute
toss it out there thing, evidenced by the lack of any sort of real
integration with springboard and the rather...lacking code samples.
Some of us however have decided to suck it up and see what we can do
with the thing.
At ADC, apple said quite frankly that if one wanted to develop and
debug these web apps, get a phone on June 29th
> From what I've seen, Apple seems to think that if a page looks okay in
> Safari 3, it will look okay on the iPhone, but that's... well,
> relative,
> you might say.
They think no such thing:) that was the marketing message.
> So I don't think a simulator is a waste, personally. But
> I do think a web page is not the way to do it. It has to be a real app
> which can do what the iPhone can. And as someone said, the iPhone
> webkit
> would be nice too. :)
>
I don't think a sim is a *total waste* however it is a non-trivial
task, and without the phone version of webkit just a doorway to
heartbreak and dispare :)
> -Kalle.
>
>
> >
If you are very serious about creating a simulator, get an iPhone and
code the simulator to behave exactly like the iPhone.
Take peoples apps, and test them both on your iPhone and on you sim
and make sure they behave exactly.
Write your own examples and test them on both, try all sorts of
screwed up code.
If you can get you sim to do that, then it will be worth doing.
D. Rich
I do have an iPhone and have tried to make my sim as close as possible
to the iPhone and I test it out all the time. Having said that, its
alpha and a work in progress, it is not easy to do some of the tasks
we are trying to accomplish such as zooming in and out. There are many
security restrictions in web browsers that make doing some of these
things a pain, but i am not giving up.
Cheers
On Jul 5, 8:57 am, "DRichProducti...@gmail.com"
I've noticed that when apps use the viewport 320 meta tag rule, the
simulator freaks out in my Safari (windows) and starts going haywire
turning the scrollbars on and off repeatedly
http://testiphone.com/?url=http://www.joehewitt.com/files/liquid1.html
I'm not quite sure why this happens, or if it happens in the Mac
version of Safari. Any ideas?
But, in those cases turning scrollbars off helps to fix that issue for
me
http://testiphone.com/?url=http://www.joehewitt.com/files/liquid1.html&scroll=off