I have the requirement that an existing extjs app now works on the iPad. 95% of it works perfekt, everything seems too small. I searched the web and found the css style body { zoom: 2 }. That looks almost good, but some borders aren't set correctly anymore, so the fieldset cuts part of the textfield, ....
Any idea how I could display an ext app with an scaling effect, so that the fields are bigger on an iphone?
Also ComboBoxes doesn't have an scroll bar on iPads any idea why that is?
I normally think the same way, but this "app" consists just of an form panel for a search and of an data view for the results, and the dataview looks quite iPad-like. Loading time isn't an issue cause it should be used as an display in shops. So the only ting is to make the form panel usable.
Otherwise I havo o create a form by hand which works asynchron...