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
https://docs.mealie.io
GNU Affero General Public License v3.0
5.61k stars 611 forks source link

Meal plan editing on iPad drags items rather than scrolls #3703

Open andrew-codechimp opened 3 weeks ago

andrew-codechimp commented 3 weeks ago

First Check

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

boc-the-git commented 3 weeks ago

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.