paperbits/paperbits-demo

Mobile Editor

Opened this issue · 6 comments

ap0l0 commented

Any plans on making it easier to edit or work the editor from a mobile/touch device?

Yes, there is a bunch of work items to enable better touch support and proper editor layouts for mobile screens.

ap0l0 commented

Thanks @azaslonov , we are looking to an editor able to handle edition from Mobile and so far nothing is well prepared for that. Only GrapeJS has a "touch plugin" but doesn't help much. Is there anything now we can use from your library to be able to easily edit from a Mobile device?

Thanks!

This probably depends on what you are looking for. Most of the editing functionality available even now, maybe not very convenient, but it's there. Do you mind expanding on your scenarios a little bit more?

ap0l0 commented

I would say:

  1. enabling touch features such as drag drop
  2. resizing an element (image, buttons, etc.)
  3. Simplified UI view for mobile edits, for example if I touch an element then the options to edit that element will appear
ap0l0 commented
RPReplay_Final1625339727.mov

A quick demo of trying to using it from mobile (Safari iOS 15)

I see.

  1. enabling touch features such as drag drop

Yep, drag and drop, not supported yet.

  1. resizing an element (image, buttons, etc.)

Resizing can be done in the widget editor even now.

  1. Simplified UI view for mobile edits, for example if I touch an element then the options to edit that element will appear

This is working even now, but editors don't place themselves mobile-friendly way.

As you can see, there are no fundamental issues. We'll be working on those minor issues later this year. Also, contributions are always welcomed :)