문제

I am trying to activate Pinch-Zoom in my app made on Jquery Mobile (Rhomobile Framework)

I have put

<% if is_bb6 %>
        <meta name="viewport" content="width=device-width; height=device-height; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
    <% else %>
        <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=3.0;user-scalable=1;"/>
    <% end %>

What to do? Any ideas?

I use jquery mobile RC1

But I can upgrade....

도움이 되었습니까?

해결책

You can track the following ticket on their public PivotalTracker site. It looks like development has commenced and should be available soon.

https://www.pivotaltracker.com/story/show/16384375

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top