clarin-eric / switchboard

The Switchboard: a web application serving as a broker between data sets and data processing/analysis tools.
Other
7 stars 2 forks source link

Mobile friendly UI #20

Closed emanueldima closed 5 years ago

emanueldima commented 5 years ago

Currently the switchboard scales down its UI depending on the screen size, becoming unusable on phones with small screens. This should be fixed in some way.

Related to clarin-eric/LRSwitchboard#50

twagoo commented 5 years ago

It actually seems to depends on the client, in some cases you get panning/scrolling. Neither scaling or scrolling are desirable.

Applying the Bootstrap page template including the viewport meta tag in the header might already mostly solve this.

dietervu commented 5 years ago

We should also check the version of bootstrap used. Right now v4 is mentioned in package.json while the recommendations talk about v3 (and actuall the included vlo.css is referring to v3).

emanueldima commented 5 years ago

The new Switchboard version will feature a new UI, which should fix this issue.

emanueldima commented 5 years ago

solved in 2.1.0