Currently testing on an iPhone 8 Safari 13.
When using Trigger event with a Javascript to Bubble element nothing happens. The event is never triggered. Publish value also doesn’t seem to do anything.
Can somebody confirm this please? Is it working on newer versions?
js to bubble worked for me just now on safari v14.0.3 macbook air.
However Bubble’s notification server seemed not to work, i.e. the page didn’t receive updates from changed dynamic data. (updates coming thru on firefox) (edit - data updates now working on safari, super reliable haha)
How are you calling the function, is it reliant on a data condition?
Do you think having a do when condition is true workflow will work with condition being ‘page is loaded is yes and JS bubble_fn element is visible’ as my assumption with the element is visible would imply the function exist on the page at that stage?
It doesn’t solve the issue. I think the Page loaded event makes sure that all elements including the JS to Bubble elem is rendered. I’m not sure how to check logs on an iPhone unfortunately.
Page load is not causing this issue.
If I add a Button → Click → JS bubble_fn_foo(1) it still doesn’t work.
JS to Bubble event is not triggered.
If I wait 2s then alert(‘JstoBubble elem’s value’) I get nothing on Safari 13.
No worries, let me know if I can help with anything else. I’ll have access to this phone for the next 24 hrs. Iphone 13.1.2 and whatever Safari that comes with.