|
Hi Tino,
The problem is two-fold: 1) the default index.html does not have a differentiation between android and ios, it loads only the android css. At the very least, an <!-- html comment --> should be there to explain that the user should choose one to use at runtime 2) for ios, the color must be white, and margin-left must be something more like 4. It is currently -6. With those changes, my selectboxes start working on the iphone. (i.e. http://chiaraquartet.net/csq/test.html). Note that the default textfield is off the page to the left, and doesn't look like something that can be tapped. I am also not sure I agree with your decision to use -webkit-appearance: textfield. This is extremely confusing, as there is no obvious place to tap. I would highly recommend leaving it as a menulist, as I have done in my custom selectbox. Greg
|
------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


