weixin_39927799 2020-11-30 09:01
浏览 0

Scrolling in Table don't work in iOS home screen web apps

Originally by

Detection for "native scrolling" capable device don't work on ios home screen web apps. Thus css transition and touch event based simulation is in use.

In e.g. Table this causes huge issues. Practically it is very easy to get blank screens in even simple table views. Repeatable e.g. with:

http://demo.vaadin.com/vornitologist/

Issue is has appeared in both V6 and V7.

Imported from https://dev.vaadin.com/ issue #12149

该提问来源于开源项目:vaadin/framework

  • 写回答

7条回答 默认 最新

  • weixin_39927799 2020-11-30 09:01
    关注

    Originally by

    Does this apply to all iOS versions? Only home screen apps?

    Native scrolling is disabled on iOS 5 because of #8792 (BrowserInfo.requiresTouchScrollDelegate()) - that check should probably remain even if user agent checking needs to be updated for full screen web apps.

    评论

报告相同问题?