Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiple Combo Buttons in the same location

ANSWERED

I'm trying to wire up multiple combo buttons in the same corner of the screen. The first one triggers the 'onactivate' method properly. 

 

The 'onactivate' method hides one <svg> node and shows another <svg> node that contains a second combo button in the same corner as the first. It shows fine and even seems to do the touch animation. The issue is that the second combo button doesn't get it's 'onactivate' method triggered. No console errors are generated.

 

Suggestions?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

The `onactivate` event seems to have some issues in the current beta, try using the `onclick` event.

View best answer in original post

Best Answer
0 Votes
4 REPLIES 4

The `onactivate` event seems to have some issues in the current beta, try using the `onclick` event.

Best Answer
0 Votes

For what it's worth. The issue with the 'onactivate' seems to bug out when it is contained within an <svg> node that is hidden.

 

I had another combo button elsewhere that was working just fine until I hid and showed it's parent <svg> node; then the combo button stopped working, as I noted in the first post.

Best Answer
0 Votes

I still have problems with the onactivate method - should it work proberly now?

 

onclick on a combobutton works - onactivate doesn't

Actually I want to start the action which I start with onclick with a combobutton bottomright also with the hardbutton on the right down side.

 

Capitano

Best Answer
0 Votes

I recognize that this is about a year and a half old, but I am still experiencing this problem. Was there ever a fix or is Fitbit leaving us hanging like they did with Spotify support? Really getting frustrated with them right now.

Best Answer
0 Votes