I have ported a BB7 app to BB10 using bbUI.js framework. I would like to explain couple of issues that I am facing.
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.
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?
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.
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.