Tappable and ripple effects
-
Hello,
As I see -
tappable
attribute is exist only for some Onsen objects (ons-list-item
and maybe some other) and have different visual effects for iOS (flash) and Android (ripple).
Also additionalons-ripple
element is available but this effect works identically for iOS and Android.
IMO visual feedback for user interaction is a very important UX/UI pattern for mobile platforms and can be applied to several objects on the screen.
Maybe it would be more correct to have some universal element (ons-tappable
) which can be used with anydiv
(asons-ripple
) and which will be automaticaly styled for each platform (astappable
attribute)?