-
Notifications
You must be signed in to change notification settings - Fork 7
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 in mobile #6
Comments
I'm not a contributor on this project, but I've done a hack of this to get it working on mobile. Basically, the I've forked this project and then, on component mount, detect whether the user is using a touch device and then load the appropriate backend. It's a bit of a faff – but could be integrated into this project with a small amount of work. |
@shankie-san Could you please explain how have you managed that in a bit more detail? I am trying to do that in react-native, but to no avail... |
Sure @fBruzja . I'm a bit short on time so can't explain in detail, but what I've done here https://github.com/shankie-san/hollys-face/blob/master/src/components/Puzzle.js might be of use to you (sorry about this repo – it's a quick-and-dirty personal project). Maybe with React Native you'll need to configure I guess the solution for this project would be the option to override the DND backend with one that you provide yourself... |
@shankie-san I think this is enough to get me started on. Thank you, much appreciated! |
You're very welcome.
…On Thu, 23 Apr 2020 at 10:28, Franc Bruzja ***@***.***> wrote:
@shankie-san <https://github.com/shankie-san> I think this is enough to
get me started on. Thank you, much appreciated!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT45XWXOOFNWGMQSJ7T64DROAC5VANCNFSM4IVQSHIQ>
.
--
Andrew Shankie
+44 (0)7843616844
Proper Design
1 Fox Lane, Cardiff, CF24 1JN
+44 (0) 292000 4234
|
Hi @fBruzja, Have you resolved this? |
@fBruzja @shankie-codes I did this as per the latest update of the libraries, but I am not able to drag puzzle pieces on mobile
|
Cannot drag puzzle pieces
The text was updated successfully, but these errors were encountered: