blackberry / Ripple-Framework

A browser-like framework component that hosts the Ripple UI tooling and provides services required for emulation
Apache License 2.0
28 stars 12 forks source link

Ability to zoom in and out #49

Open jasondscott opened 12 years ago

jasondscott commented 12 years ago

The framework should provide a way for the UI to control the zoom factor of the page. Similarly to what happens in chrome when you press ctrl and + or ctrl and -. This is a end user usability issue.

Should be easy using QWebView::setZoomFactor.

ericpearson commented 12 years ago

Sounds easy, are we allowed to add it? I see very low risk in adding it.