Tizen Developers

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 on 18 03, 2014

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;\" >