-
Notifications
You must be signed in to change notification settings - Fork 149
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
Default action of <input type="file" /> not working when inside draggable #107
Comments
Which version are you using? |
I am using the same at, https://github.com/timruffles/ios-html5-drag-drop-shim/blob/master/release/index.js this is the way I am using it <script src="libs/mobile-drag-drop/release/index.min.js"></script> <script src="libs/mobile-drag-drop/release/scroll-behaviour.min.js"></script> <script> // options are optional ;) MobileDragDrop.polyfill({ // use this to make use of the scroll behaviour dragImageTranslateOverride: MobileDragDrop.scrollBehaviourDragImageTranslateOverride }); </script>But again I am not finding my website responding to drag and drop at IOS |
Can you provide a minimal example with steps to reproduce (maybe a plunkr) your use case? |
Sir plz check the link: http://www.minddigital.net/jacklim/canvas_designer/ and the js are <script src="js/dnd_fix.js"></script>
|
Your bug report is still lacking information to track the issue down. Please don't mistake this, I'm really trying to help you but I'm doing this in my free time so it is in your interest to be as detailed as possible when reporting an issue so I can focus on providing a fix or guide you without having me to dig into your exact project which I just can't afford in the time I have to maintain this project.
|
Nonetheless I'm taking a guess on what could be the problem. You're using an So one fix could be this: |
Hi Sir, |
You're welcome, glad you were able to work around it with the mentioned fix. The issue you were experiencing shouldn't be there in the first place since the libraries goal is to enable inputs of all kinds contained in draggables. I'll keep this issue open until its investigated if a solution can be found to make the default action of |
No description provided.
The text was updated successfully, but these errors were encountered: