Hello All,

I need a suggestion about how to use WTableView in a mobile web view.

In the app a WTableView is using ajax mode to reload items and it
working excellent on the desktop.
When recompile the app for iOS or Android it turn out to be shown as a web
app instead as webpage (zoomed out)  I need to add meta tags in the html
source.

In the Wt examples I found  that this could be achieved with this code.
addMetaHeader(Wt::MetaName,"viewport","initial-scale=1, maximum-scale=1,
user-scalable=no");

It turn out i need to enable <progressive-bootstrap> settings to be
rendered with those meta tags. After doing that WTableView generate page
navigation bar.

Does anyone can help me how to use this widget without
enabling progressive-bootstrap ?

Thanks,
Zhivko
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to