Board display on mobile phone

Hi there,

I’m trying to fix the board display on mobile devices but i’m stuck.
Actually whene the board columns are empty exept the first column with tasks in it, there is no display probleme. But starting to put some tasks in the rest of the columns the display become weired on mobile.

Here is what it looks like with others columns populated with tasks

Anyone has a fix for this ?
I tried a custom css file via the customizer plugin but I’m a bit confused :slightly_frowning_face:

The other section are rendered without probleme like :

Hi there,

It seems to be affecting chrome mobile browser but on samsung mobile browser things goes fine

Is there someone else getting the same issue with chrome mobile displauing board tasks ?

In case someone is facing the same issue, I found the solution (thanks @creecros for the hint):

I fixed the issue by editing the file :
[Kanboard installation Folder]/plugins/Customizer/Template/layout/layout.php

and editing the following line (in head tag) :
<meta name="viewport" content="width=device-width">

by:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

Link to github issue : Link

1 Like

Same problem - Thanks for the fix - can this get into the next Customizer release?

i didnt realize i even gave a hint, but it appears i did. updated, but need to make a new release… one of these days ill update the release.