语言

Menu
Sites
Language
How to make Web control fixed width and not zooming?

Hi,

Please let me know how to make Tizen::Web::Controls::Web fixed width so it can scroll only vertically and not zooming on double click. I try method SetContentAreaBounds but it does not work for me.

Thanks in advance

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
Nikolay Syedin
The solution was to add meta tag: < meta name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0;\" >