saschakiefer / generator-openui5

yeoman generator for OpenUI5 applications and assets
Other
64 stars 17 forks source link

Fix tap handling of splitApp scaffolding when used on mobile device #70

Closed js1972 closed 10 years ago

js1972 commented 10 years ago

When on a mobile device the list select event is different. Instead of the List firing a select event the ObjectListItem fires a press event. (Due to listItemType set to "active" when phone is true.)