May I know the limitations in Android 4.x tablet browsers for dhtmlxtree.
I am using dhtmlxtree v2.1, it works well in windows browsers (FF, IE and Chrome).
where as in android tablet it does not show context menu on right click and scrolls.
Is it a open issue? If so, were these fixes available in latest 3.6?
Hello,
where as in android tablet it does not show context menu on right click
As far as I know right click is not possible on tablets ) We did not implemented alternatives for right click menu on tablets.
To enable webkit scrolling on tablets you can include the following css rule on page:
.containerTableStyle { -webkit-overflow-scrolling: touch;}
Thanks for the response.
Ok, but surprisingly I observed that right click menu (context menu) working only in chrome browser (android) and failing in rest of the browsers (FF, Safari etc).
Actually, I am able to scroll, but the issue is scroll bars not displayed in the UI.
I wonder if there is any browser specific limitations.
Regards,
Praveen
Hi Alexandra,
Can you also please confirm if this is same behavior in iPad also. (Context menu on right click and scrolls)
Regards,
Praveen
Hi,
Tree was not developed for tablets and some features like drag-n-drop and context menu will work only on desktop.
-webkit-overflow-scrolling: touch; enables scrolls for iOS devices. Android devices do not show scroll bars (there is not solution to show them).