-
Notifications
You must be signed in to change notification settings - Fork 19
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
Broken add track when pasting URL on mobile #262
Labels
Comments
Is it on /add or via the modal window? I just looked, and we're not using the paste even any more. We have an Maybe it is something here radio4000/app/components/track-form/component.js Lines 22 to 59 in 4086e6b
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce, on mobile, paste in a youtube URL, in the URL field of adding a new track.
It should normally fetch the title, but it does not.
To fetch the title, adding a space at the end of the URL, will make the automatic title work.
Expected behavior would be that pasting a URL from mobile fetch the title.
I'm wondering if it is not the
paste
event that has issues on mobile, need to investigate the issue deeper.The text was updated successfully, but these errors were encountered: