Hello Folks,
I’ve got problems with the sorting of media on mobile devices.
The sorting works perfectly on desktop PCs but the drag & drop feature is not responsive with touch-controls of phones, tablets etc.I’m using the most recent versions of buddypress and mediapress with the boss theme. I tried other themes but the issues persist.
Is this problem known and worked on or do I have to hide this feature on mobile devices?
I also had to fix some UI clipping. The shown thumbnails in the gallery layout of the sorting screen (both desktop and mobile view) were too large and overlapping.
The following css snipped fixed this problem though:
.mpp-reorder-media-cover img { width: 100%; height: auto; }
greetings
Hi Andreas,
Thank you for the css. I will add it in the MediaPress.For the sorting, It is a jQuery UI draggable issue and you can fix it by following this
https://buddydev.com/support/forums/topic/is-gallery-reordering-supposed-to-work-on-ios/#post-9597
Hope it helps.
Regards
BrajeshHi Brajesh,
Thank you for the quick reply.
I didn’t found that fix over search but it worked perfectly.
Greetings
The topic ‘ [Resolved] Sort Media on Mobile Devices’ is closed to new replies.