this will most likely require you to emulate the caret, as otherwise you won't be able to "edit" the text, only append and remove from the end.
On Nov 19, 9:24 pm, Curt Kaffer <[EMAIL PROTECTED]> wrote: > What you could do is this: > Make a div that looks like an input box. detect the touch event and > show your custom keyboard. As the user types, update the innerHTML of > the div to display the text. > > You might want to have a hidden field stay in sync with your fake > field so the form can be submitted. > > Hope that helps! > > On Nov 18, 11:18 am, anmldr <[EMAIL PROTECTED]> wrote: > > > Thanks. That doesn't work though unfortunately. It is in fact > > readonly but the keyboard still responds :-( > > > I tried disabled= True but it greys it out. The keyboard doesn't > > respond with it disabled which is good but it still does not allow me > > to do what I want to do. > > > Linda --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
