mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor

Home Page:https://docs.mealie.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meal plan editing on iPad drags items rather than scrolls

andrew-codechimp opened this issue · comments

First Check

  • This is not a feature request.
  • I added a very descriptive title to this issue (title field is above this).
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.
  • This issue can be replicated on the demo site (https://demo.mealie.io/).

What is the issue you are experiencing?

When using the meal planner edit mode on iPad the whole meal is a touch target, causing you to drag a meal by accident when trying to scroll.
On iPhone only the grab handle is the touch target for moving the meal so scrolling works fine.
It would seem the site is treating an iPad the same as a desktop browser but for touch it should be acting like the iPhone experience.

Steps to Reproduce

On an iPad go into Meal Planner
Edit meal plan
Add meals to fill the whole screen
Try to scroll where there is a meal
It moves the meal rather than scrolling the page.

Please provide relevant logs

N/A

Mealie Version

1.8.0

Deployment

Docker (Linux)

Additional Deployment Details

No response

This is also a problem on my Android tablet.

I don't see this as a critical issue, you can easily scroll by touching somewhere other than the meal planner entry.. but it is certainly annoying!
My assumption (based on absolutely no research!!) is it's something to do with how Vue/Nuxt is interpreting the mobile vs desktop interface of the browser/device.