Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Safari iOS #179

Open
l1354524 opened this issue Aug 29, 2017 · 2 comments
Open

Not working on Safari iOS #179

l1354524 opened this issue Aug 29, 2017 · 2 comments

Comments

@l1354524
Copy link

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.

@l1354524
Copy link
Author

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');

Code example: https://jsfiddle.net/gnvwrkbm/1/

@csuwildcat
Copy link
Member

The is="" extension mechanism is gone from the final Web Components Custom Element spec, and X-Tag v2 removes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants