Languages

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

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

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