css 除非单击地图,否则禁用嵌入式Google地图上的滚轮。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 除非单击地图,否则禁用嵌入式Google地图上的滚轮。相关的知识,希望对你有一定的参考价值。

// Disable the scroll wheeling on embedded Google Maps unless the map is clicked on
$( '.map-container' ).on( 'click', function() {
    $( '.map-container' ).find( 'iframe' ).css( 'pointer-events', 'auto' );
});

$( '.map-container' ).mouseleave( function() {
    $( '.map-container' ).find( 'iframe' ).css( 'pointer-events', 'none' );
});
/* Disable the scroll wheeling on embedded Google Maps */
.map-container iframe {
	pointer-events: none;
}

以上是关于css 除非单击地图,否则禁用嵌入式Google地图上的滚轮。的主要内容,如果未能解决你的问题,请参考以下文章

在嵌入式 Google 地图上禁用鼠标滚轮缩放

除非已登录Google帐户,否则不会显示嵌入式Google日历

html 从滚动中禁用嵌入式Google地图

除非清除缓存,否则 Google chrome css 不会更新

除非您更新 Google Play 服务错误,否则此应用将无法运行

除非再次初始化GoogleMap,否则位置为空