Skip to content
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

Bug in mobile view #2

Open
no-1ne opened this issue Oct 21, 2024 · 8 comments
Open

Bug in mobile view #2

no-1ne opened this issue Oct 21, 2024 · 8 comments

Comments

@no-1ne
Copy link

no-1ne commented Oct 21, 2024

First of all thank you for sharing your work and congrats on PH coverage..

coming to the issue, open https://www.uibuilder.app/ make the browser smaller to trigger mobile UI or open the page on a mobile..go to center tab, select a element..try to change the text props..the page hangs

Aditionally a thought for mobile view UI

  1. may be the center view/tab is active by default, instead of current left panel
  2. the right side bar for props, shows up in a popover
@olliethedev
Copy link
Owner

Thanks for reporting this issue.
I will be addressing this and other mobile issues in the next release.

@no-1ne
Copy link
Author

no-1ne commented Nov 1, 2024

looking forward, scrollng is also little hard in mobile view

@olliethedev
Copy link
Owner

Should be addressed in 0.0.3
If pan/pinch/zoom touch gestures are not working on your mobile browser do let me know.

@no-1ne
Copy link
Author

no-1ne commented Nov 18, 2024

Original bug resolved, 👍
The scroll behaviour is wierd, with scrolling with one finger, it's kind of struck and very hard to scroll down, with two fingers it seems fine..may be due to resize logic 🤔

@no-1ne
Copy link
Author

no-1ne commented Nov 18, 2024

Would be nice to see the right side panel in a popover if mobile, for a first time average user who never used a builder, they may not be able to guess

@no-1ne
Copy link
Author

no-1ne commented Nov 18, 2024

The new options seem to go beneath the floating bottom bar
Screenshot_20241119-045134

@olliethedev
Copy link
Owner

The scroll behaviour is wierd, with scrolling with one finger, it's kind of struck and very hard to scroll down, with two fingers it seems fine..may be due to resize logic 🤔

Ah yes, having touch gestures working on desktop and mobile with the components inside an iFrame was quite tricky, I spent countless hours trying to get them to work, and yet they seem to behave differently depending on the browser and platform. Looks like I will need to spend a bit more time on that.
Is that Chrome browser on iOS you are using?

Would be nice to see the right side panel in a popover if mobile, for a first time average user who never used a builder, they may not be able to guess

By popover do you mean a full screen modal/dialog, or a shadcn type of popover where you can still see the elements behind it?

The new options seem to go beneath the floating bottom bar

Can you give me more details about the browser and OS you are using?

Also, can you give me more details about your usecases for using the UI Bilder on mobile vs desktop?

@no-1ne
Copy link
Author

no-1ne commented Nov 21, 2024

Chrome 131.0.6778.81, Android 14..

May like every other builder only provide small, medium and large screen preview which is already present (and things simple by skipping the gestures), scroll behaviour is being over ridden by gestures and making it hard to use on mobile

Regarding the usecase it's a simple page editor for teachers(not very tech savvy) and most of them use mobile phone as a daily driver..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants