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

Improvements for mobile broswers #278

Open
pe1uca opened this issue Jul 5, 2023 · 1 comment
Open

Improvements for mobile broswers #278

pe1uca opened this issue Jul 5, 2023 · 1 comment

Comments

@pe1uca
Copy link

pe1uca commented Jul 5, 2023

Is your feature request related to a problem? Please describe.

When opening the IDE in mobile there are some features which don't work or need a workaround.
These are the ones I've found so far:

  • Files can't be saved unless closing them and clicking "Save & close".
  • Context menus don't close if no option is selected.
  • Modals can't be dragged.
  • Slidebars can't be adjusted.
  • Right sidebar doesn't scroll.
  • Language selection can't be seen complete.

Describe the solution you'd like

Save files

Include a "Save file" option in the context menu of the file tab.


Close context menu

I think the only solution would be to remove the focus of the menu so the timeout works.
(In the tab context menu both options do the action but the menu only closes when the user has clicked in another part of the IDE)

Only one context menu can exist at any time, so the workaround is to open another context menu where is not currently obstructing something.
The workaround to actually close it is to select an option which doesn't make a change immediately (for example, "Duplicate" a file and cancel the action in the modal).


Modals

I don't have a work around, so the only option would be to make the drag action to work.


Slidebars

I'm guessing this is related to the modals not being able to be dragged so the solution would be the same, make them work on mobile.

The current workarounds are to adjust them on desktop, or unlock them so they auto collapse when they lose focus.


Right bar

Wrap the content of the bar in a scroll similar to the files in the left side.


Select language

Wrap the content in a double scroll, or include a search box to filter them.

@superkekko
Copy link

superkekko commented Aug 7, 2023

I'm joining the discussion because I'm interested. I've try to code with my iPhone (Chrome mobile) but is barely impossible.

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