Splitter getting stuck in Android devices when user click on the button

Posted by: ssuresh9 on 10 May 2019, 5:11 pm EST

  • Posted 10 May 2019, 5:11 pm EST - Updated 3 October 2022, 8:04 pm EST

    I’m having a issue with wijmo3 splitter. It’s get to be remain constant some time even i press the splitter to go down.

    What I found, splitter clickable part is very small. It’s difficult to click precisely on it in mobile devices. When the user clicks, the rows in the grid is getting selected.

    Is there any way i can implement swipe gestures on the splitter to push it down when user swipe downwards on the top of the button or any other solution to resolve it.

    Please find the attachment.

  • Posted 13 May 2019, 9:00 am EST

    Hi,

    We are currently working on this issue and will provide you with an update soon.

    Regards

  • Posted 14 May 2019, 3:35 am EST

    Hi,

    You could explicitly set the size of the splitter using some CSS. Please refer to the code snippet below:

    .wijmo-wijsplitter-h-expander {
     height: 13px !important;
    }
    .wijmo-wijsplitter-v-expander {
     width: 10px !important;
    }
    

    You may also refer to the following sample demonstrating the same:

    http://jsfiddle.net/4f3cwm27/

    Please let us know if you any further issues.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels