The code below does not seem to work for me on a vimeo control called vimeo. I've tried all sorts of variations. What does work is a direct event setting the visible property to false. Any suggestions? Thanks.
$(vimeo).hide();
The code below does not seem to work for me on a vimeo control called vimeo. I've tried all sorts of variations. What does work is a direct event setting the visible property to false. Any suggestions? Thanks.
$(vimeo).hide();
Nope ... that does not seem to work either. In the meantime, I've gotten around my problem by setting properties via the GUI. So no urgency on my account, but if you confirm it's a bug, perhaps you can notify the developers. Thanks.
How exactly do you run this JS? As it works for me.
As shown below, I call the script as a button-click event. Note that when the alert is uncommented, it does appear. Am I doing something wrong?
Do you want to show allert message when the component is hidden?
So, just change lines order:
pre
Apperyio('vimeo').hide();
alert('Hello');/pre
No, I don't want the alert message - I just had it there to show that the event was firing correctly. All I want is to hide the vimeo control, and that does not seem to work using your command.
Do you have any errors in console?
No, nothing. Very strange.
Could you post app public link and steps how can we reproduce this?