Bug? button down/up

ilan

Expert
Licensed User
Longtime User
hi

i am trying to resize the text size when i touch the button and when i release i want to set the text size back.

i am using _down and _up events but the problem is when i touch down the up event is raised after down event even if i hold down my finger on the button. not like on panels where everything works fine.

is it a bug?

i need to mention that i am using FontAwesome text inside the button (i am not sure this is the reason but need to mention it)

another problem with the down/up event is when i use rippleview the down/up on buttons wont be raised.

regards, ilan
 
Top