I have a facebook page tab (in iframe). In my app i disable user zoom :
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
On ipad when i double-click on my iframe, all the facebook page zoom (and the iframe with my app). How can i disable this ?