Is there any script to zoom out iPhone's viewport in Safari to initial scale = 1.0 upon clicking on some HTML element?
Like:
jQuery('#element').click(function(){
//scale is set to default, 1.0 here (it zooms out as much as possible)
});
Is there any script to zoom out iPhone's viewport in Safari to initial scale = 1.0 upon clicking on some HTML element?
Like:
jQuery('#element').click(function(){
//scale is set to default, 1.0 here (it zooms out as much as possible)
});