Android Question Webview unable to view scroll

AHilberink

Active Member
Licensed User
Longtime User
Hi,

Putting this HTML code into a Webview object, the scroll bar is not displayed:
HTML:
<html><body>

<style type='text/css'>table {width: 100%;border: 1px solid #cef;text-align: left;} th {font-weight: bold;background-color: #acf;border-bottom: 1px solid #cef;}td,th {padding: 4px 5px;}.odd {background-color: #def; } .odd td {border-bottom: 1px solid #cef;}a { text-decoration:none; color: #000;}</style>

<div style='height: 200px; overflow-y: scroll;'><table><tr>

<th>Laadplaats</th><th>AanvangLaden</th><th>VertrektijdLaden</th><th>AardLading</th><th>Losplaats</th><th>AanvangLossen</th><th>VertrektijdLossen</th><th>Tonnen</th></tr>

<tr><td>Laden2</td><td>07:00</td><td>08:00</td><td>Aard2</td><td>Lossen2</td><td>09:00</td><td>10:00</td><td>1234</td></tr>

<tr class='odd'><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr class='odd'><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr class='odd'><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr class='odd'><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

<tr class='odd'><td>Laden2</td><td></td><td></td><td>Aard2</td><td>Lossen2</td><td></td><td></td><td></td></tr>

</table></div></body></html>


Opening this into Edge or Explorer, the scroll bar is displayed.

What can I do to get a scroll bar?

Best regards,
André
 

AHilberink

Active Member
Licensed User
Longtime User
The scrollbar will not show but it's there, some older versions "might" show it as a thin bar.

Thanks for your reply. Can you tell me if it would be possible to scroll?

My Webview is load at a AHViewPager page and may be this is the reason why I am unable to scroll?
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
Ok, if you have the webview on a AHViewPager I'm assuming you have problems scrolling horizontally, correct? that's normal because the AHViewPager is consuming that action, having scrolling views inside another scrolling view creates that problem.
 
Upvote 0

AHilberink

Active Member
Licensed User
Longtime User
Ok, if you have the webview on a AHViewPager I'm assuming you have problems scrolling horizontally, correct? that's normal because the AHViewPager is consuming that action, having scrolling views inside another scrolling view creates that problem.

Can I bypass this. Will there be a solution? Having scroll bars will make it possible to scroll manually without using the scrollmouse.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…