Scroll Bar Limits On Tablet With Windows Os

0

Hello Support,

In the point-of-sale system, when many items are sold, the list of sold items can be long; this is normal.
However, on a tablet with the Windows operating system, we cannot scroll to see the sold products, because the scroll bar has a limitation; instead, we must activate the virtual mouse.
This problem does not happen with devices that have Android or iOS operating systems.

I searched for support questions and found one that was similar to our situation; I tried the solution they gave, but it did not work for us. Here the solution we tried,
https://tecdiary.net/support/question/cant-scroll-up-down-items-in-pos-on-windows-tablet

We need your help to fix this issue as it is essential for our business.

Regards,

Question Resolved For: Stock Manager Advance with Point of Sale Module 0 Votes 7 Answers 204 Views
Asked by Mazyad ALArdhi 1 month ago

0

Answered by Mian Saleem

Hello,

I am not sure about the reason, but you can try to add the following code before </head> line of themes/default/admin/views/pos/add.php file

<style>
#pos #left-middle,
#pos #product-list {
    overflow-y: scroll !important;
}
</style>

then check again.

Thank you

0

Answered by Mian Saleem 1 month ago

Hello,

You can use chrome or firefox on your tablet. If those same, please share the photo/screenshot.

Thank you

0

Answered by Mazyad ALArdhi 1 month ago

Hello Saleem,

I tried as you suggested, the result is same thing !

I am attaching screenshots as requested

Regards,

0

Answered by Mazyad ALArdhi 1 month ago

Dear Saleem,

Yes, this solution worked.
But now two scroll bars appear, but it do the work as expected !
Maybe we can live with it until the next major upgrade comes.

Many Thanks,
Mazyad

0

Answered by Mian Saleem 1 month ago

Hello,

You can try

<style>
#pos #left-middle {
    overflow-y: scroll !important;
}
#pos #product-list {
    height: 100% !important;
}
</style>

Or vice versa.

Thank you

0

Answered by Mazyad ALArdhi 1 month ago

Hi,

Unfortunately does not work.

0

Answered by Mian Saleem 1 month ago

You can try to hide it for middle

<style>
#pos #left-middle {
    overflow: hidden !important;
}
#pos #product-list {
    overflow-y: scroll !important;
}
</style>

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.