Lines Matching full:safari
2323 * - Zooming (while panning) on Safari has still some issues2331 * Updated the zoom code to support the mouse wheel on Safari/Chrome2384 window.addEventListener('mousewheel', handleMouseWheel, false); // Chrome/Safari2445 delta = evt.wheelDelta / 3600; // Chrome/Safari