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

Optimize co-working on different screen sizes #7

Closed
bpcurse opened this issue Apr 23, 2019 · 3 comments
Closed

Optimize co-working on different screen sizes #7

bpcurse opened this issue Apr 23, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@bpcurse
Copy link

bpcurse commented Apr 23, 2019

If you use whiteboard on different screen sizes, let's say large desktop and tablet. The one using the tablet won't see anything drawn outside the tablet screen limits.
The problem is, there is no way for the user with the smaller screen to know that there is any information beyond the screen limits.

I was thinking about some possible ways to deal with this and came to these ideas:

  • Show the screen limits of the smallest screen on all larger screens (e.g. dotted grey lines)
  • Show small arrows to the right or bottom on the smaller screens to indicate that there is more hidden information and
    • add zoom functionality and / or
    • add scroll functionality
@cracker0dks cracker0dks added the enhancement New feature or request label Apr 23, 2019
@cracker0dks
Copy link
Owner

An other option could be a minimap on the small screens. Don't know the best way... I will talk to an UX designer within the next days, maybe he knows a good solution...

@cracker0dks
Copy link
Owner

After some thoughts and talks I finally added an indicator to show the smallest screen resolution participating: 31f0b73
Tell me what you think :)

PS: you can disable it with a start parameters if you don't like it

@bpcurse
Copy link
Author

bpcurse commented May 7, 2019

I have only tested it once with a desktop screen and a mobile phone, but it seems to work very good 👍
Will try to test it with more than 2 devices in the next days.

Thank you for your efforts!

vikrant-biswas pushed a commit to vikrant-biswas/whiteboard that referenced this issue Mar 4, 2021
* Implemented vertical tool bar and added space to whiteboard

* Moved Text Container by 80px

* Group shapes into appropriate category

* Increased vertical bar top space and reduced icon size

* Re-Align icons in Vertical tool bar and group icons as per functionality

Co-authored-by: Boopalan Rajendran <Boopalan.Rajendran@mitel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants