Thank you, I just got a chance to test it. It does disable the rule. I need to
run test on zooming, before that, how do you mimic the pinch-to-zoom from a
simulator?
Double click triggers Copy. At the Simulator menu Window, Zoom is grayed out
and the Scale options the same.
tee
On Nov 18,
Never mind. It's triple click.
tee
On Nov 20, 2010, at 4:47 PM, tee wrote:
Thank you, I just got a chance to test it. It does disable the rule. I need
to run test on zooming, before that, how do you mimic the pinch-to-zoom from
a simulator?
Double click triggers Copy. At the Simulator
Something like:
script type=text/javascript
if(navigator.userAgent.match(/iPad/i) != null) {
// Is iPad
document.write(meta content=width=device-width;
initial-scale=1.0; maximum-scale=1.0; user-scalable=1; name=viewport)
} else {