You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get xtag to work on Safari on iPhone. It works fine on Safari on a mac though. My project can be seen here https://jsfiddle.net/60u3gqrj/2/ . The buttons don't get any styling.
The text was updated successfully, but these errors were encountered:
Also if I created an element at runtime (document.createElement), which has the [is]-attribute, it doesn't seem to get any stylings applied. It simply doesn't trigger the created event in the lifecycle.
Is there anyway to force xtag to either automatically check for new elements, or force it to update. Like xtag.update('go-button');
I can't seem to get xtag to work on Safari on iPhone. It works fine on Safari on a mac though. My project can be seen here https://jsfiddle.net/60u3gqrj/2/ . The buttons don't get any styling.
The text was updated successfully, but these errors were encountered: