Afternoon, I am starting out with iui and and trying to add an iphone interface on to an existing site, basically a company directory.
In short, the app opens with a blank (logo) page with a toolbar which has a search button on it. Clicking the Search button drops down (a la one of the examples) a single-line search form with a single field (Name). When the user enters the name (or part of it) and taps submit, it returns a list of possible matches. Right now I am returning a bare (no other html) list as a UL with each LI containing a possible match. Each match is hyperlinked (A) to a detail page for that user, e.g. their phone numbers, email address, photo, etc. All of that seems to work, but every time I hit the back button to return to the main/index page, it contains one additional blank toolbar stacked below the first. So after several searches the page is full of blank toolbars (surmounted by the real toolbar). Is there a better way to do this? I am using (x)html and PHP to generate the views, but it seems like I should be handling something better. I'm just not sure what. Any ideas appreciated. Scott -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
