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