- This topic has 8 replies, 2 voices, and was last updated 13 years, 11 months ago by
MM123.
-
AuthorPosts
-
MM123MemberHello,
Is there a way to make the textfield editable in web browser? Right now I’ve designed it for iPad and the textfield works perfectly fine in the iPad. But, If I open the application in a web browser (on a PC), the textfield is not editable. What should I change in the settings to make it editable in a (non-touchscreen) PC?
August 15, 2011 at 2:04 pm #318916
support-michaelKeymasterWhat desktop browser are you using?
Are you trying to create a fully portable mobile web/desktop webapp?I just ran a quick test and can type into an input-field on webapp rendered on both the Chrome browser and Firefox 3.6.
Note: MobiOne generates web code that is highly optimized to run well on iOS mobile safari to provide a near-native look and feel. Thus it makes use of the browser’s advanced webkit rendering engine features. I suspect there may be degraded performance on browsers that are not descendent from the webkit core such as IE and Firefox.
August 15, 2011 at 2:08 pm #318917
MM123MemberI tried it in both Safari and Chrome. But, the textfield is not editable in either. However, it is editable in iPad’s Safari, when i “touch” the text field.
August 15, 2011 at 2:13 pm #318918
support-michaelKeymasterInteresting! Do you have an example design file that exhibits this behavior that you can share with me? I would like to dig in deeper as my simpleton text-field on a form example worked on 1st try.
August 15, 2011 at 2:23 pm #318919
MM123MemberHow do I share the code with you?
August 15, 2011 at 2:34 pm #318920
support-michaelKeymasterIf it is simple example try attaching to this thread.
August 15, 2011 at 2:46 pm #318922
MM123MemberI cannot attach the actual file but, I have created a similar file and attached it here. Even this has non-editable textField.
Attachments:
You must be logged in to view attached files.August 15, 2011 at 3:01 pm #318924
support-michaelKeymaster@MM123
Thanks for the example. I isolated the problem to the input-field’s parent being a panel. I’ve opened a bug for further investigation.Q: I’m curious are you using the mobile webapp on desktop browser for a specific purpose? For example do you have delivery a mobile webapp to a desktop environment?
August 15, 2011 at 3:28 pm #318928
MM123MemberNo. Its not designed for a desktop. Just wanted a few users without access to iPad to still use this application (for demo purpose)
-
AuthorPosts