小编mic*_*lle的帖子

-webkit-user-select:无;- 不工作

I'm creating a site that will be viewed on the iPad and I'm trying to prevent the copy and paste bubble from appearing when the user touches and holds on an image because I'd like something to happen ontouchstart and ontouchend.

Here is my html

<img class="appImg" src="img/fundMobile.jpg" />
Run Code Online (Sandbox Code Playgroud)

Here is my css

.appImg{        
    -webkit-user-select: none;
}
Run Code Online (Sandbox Code Playgroud)

Once I press and hold on my iPad the bubble still appears. Any ideas on how to fix this?

html css mobile ipad

5
推荐指数
1
解决办法
6291
查看次数

Google Web Designer 的加载时间很长

我正在使用 Google Web Designer 创建一个 html5 横幅。我已经创建了横幅并发布了它。当我查看已发布的版本时,我注意到加载需要一些时间。

我团队中的其他人也在创建 HTML5 横幅。即使文件较大,他创建的横幅也会立即加载。我们比较了我们的文件和实际资产以外的内容,横幅的创建和发布方式是相同的。

有谁知道为什么会发生这种情况?

html banner google-web-designer

4
推荐指数
2
解决办法
6399
查看次数

标签 统计

html ×2

banner ×1

css ×1

google-web-designer ×1

ipad ×1

mobile ×1