-
Notifications
You must be signed in to change notification settings - Fork 181
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
osmplayer.scroll.js missing in rollup #76
Comments
Please describe how you corrected playlist. |
I added a script tag to the html for osmplayer.scroll.js and then everything worked fine. |
Can you throw me a working file? |
I just do not understand how and where to add the tag ... |
I'd rather post it publicly here so that others can see it too if they're having trouble. See line 18 here: |
Thank you very much for your help. |
I followed the playlist example to set up a playlist with 60 videos. On loading the page, an error showed up in the javascript console saying that osmplayer.iScroll is not a function. Scrolling the list was not possible.
Through digging and experimentation, I determined that adding a direct include for osmplayer.scroll.js solves the problem and allows scrolling.
The text was updated successfully, but these errors were encountered: