blackberry / bbUI.js

BlackBerry UI look and feel JavaScript toolkit for WebWorks
Apache License 2.0
312 stars 192 forks source link

Regarding pinch and zoom feature #921

Closed bbsam closed 11 years ago

bbsam commented 11 years ago

Hi,

I have ported a BB7 app to BB10 using bbUI.js framework. I would like to explain couple of issues that I am facing.

  1. Before the bbui init() is done we are showing a progress indicator. Here we are able to pinch and zoom. Once the data is loaded onto the screen and progress indicator stops, the screen doesn't seem to be aligned properly. Now we wont be able to zoom any of the screen.
  2. In Q10, even after bbui init() is called we are able to pinch and zoom the screen.

How is this pincha nd zoom handled in bbUI? What I have to do to disable this Pinch and Zoom feature? If I have to implement pinch and zoom feature throughout my app does bbUI supports this? If so, how to achieve this?

Thanks in advance.