Scrolling with single finger gesture for <objec

2019-06-11 08:39发布

I have an weird requirement. I want to scroll the embedded pdf within <object> or <embed> element with one finger. As of now I am able to scroll the embedded content with two fingers.

Tried following elements
1. <object>
2. <embed>

Read many articles and got to know that two fingers scroll gesture is standard practice by Apple. Still want to try my luck.

Any help would be appreciated.

Thanks in advance.

1条回答
欢心
2楼-- · 2019-06-11 09:01

Although I’ve no explanation why Mobile Safari explicitly needs this, adding overflow: auto; -webkit-overflow-scrolling: touch; to the container makes the PDF scrollable.

查看更多
登录 后发表回答