https://github.com/dcts/testing-webcomponents
example on how to use webcomponents (also on mobile)
https://github.com/dcts/testing-webcomponents
Last synced: 2 months ago
JSON representation
example on how to use webcomponents (also on mobile)
- Host: GitHub
- URL: https://github.com/dcts/testing-webcomponents
- Owner: dcts
- Created: 2019-12-01T20:58:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T21:37:52.000Z (over 6 years ago)
- Last Synced: 2025-03-06T11:13:18.274Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://testing-webcomponents.firebaseapp.com/
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-webcomponents
trying to figure out how to use webcomponents on mobile. Progress-Bar Webcomponent taken from this tutorial:
https://www.youtube.com/watch?v=Tus_GVxyOtU
### Deployed
statis webpage is live (hosted via firebase): https://testing-webcomponents.firebaseapp.com/
### Problem
The webcomponent is working fine on desktop, but on mobile it just wont appear. Im not sure why this is. Any help is appreciated.
### Update
- problem solved by adding polyfill js file -> https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs