The size of components and controls

Hi Alexandra,

There is a question about the size of component and control in android phone.
I have built a web app using the touch framework. It works wonderful on web browser.
However, it becomes very very small after I packed it to an android APK using PhoneGap.
When I open the APK on the android phone, all components and controls looks as vest-pocket.
Could you give me some advice? Thank you very much!

Best regards,
Gainy

Hi Gainy,

Try to set meta tag like in this stackoverflow post

Hi Alexandra,

I have set the meta tag for my phonegap app built by DHTMLX Touch.
However, it doesn't work as expected.
All controls and components are also very very small in android phone.
I am very puzzled. Any advice?
Thanks a lot!

Regards,
Gainy

Hi Alexandra,

Oh, yes, I got it.
I modified the value of "target-densitydpi" in meta tag.
(device-dpi --> low-dpi)
Then it works as expected.
Thank you, Alex!

Regards,
Gainy

Hi Gainy,

thank you for sharing your solution!