M
M
Mandry2013-10-11 01:11:46
Delphi
Mandry, 2013-10-11 01:11:46

Problem with click positioning in iOS app?

I'm trying to make a test iOS application from Delphi.
Placed on the form two buttons, a combobox, a listbox.
Deployed app on MacinCloud (they declare real mac machines. system shows OSX 10.8.4. iOS Simulator 6.0).
The application starts normally and displays normally.
There is only a “little problem” - in order to click on the desired control, you need to click not on it, but noticeably to the left and up from it.
It feels like a scale smaller than zero (about 0.3) is set somewhere for mouse clicks relative to real clicks. Tried both iPad and iPhone. In the simulator I tried all the options that I found. Did a simulator reset.
In general, the ideas are over.
Please tell me how to solve the problem.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
gleb_kudr, 2013-10-12
@gleb_kudr

Try testing native elements such as tabs or navigation. If everything is in order with them, then you have a problem with the positioning of the controls. For example, frame, bounds are often confused. The size of the application window can be given with or without a status bar. In this case, it all depends on the version of the axis and where exactly and how you put the controls. If the native ones are buggy, then the problem is with the emulator.

D
Denis Zagaevsky, 2013-10-14
@zagayevskiy

Maybe the application is adapted for the retina display, and the emulator is not retina? Then the scaling factor will be 0.5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question