According to this page:
https://smartclient.com/smartgwt/javadoc/com/smartgwt/client/docs/MobileDevelopment.html
When I visit my application on a tablet https://dev.3dmathpuzzles.com/3dmp/D...itherlink.html
it is very hard to touch on the lines. Most of the touches go to the boxes.
I think I need to expand the hit area of lines more than the default.
Is there a way to do that?
https://smartclient.com/smartgwt/javadoc/com/smartgwt/client/docs/MobileDevelopment.html
many controls implement an expanded hit area for clicks or drags so that finger touches that are technically outside of the drawn area of the control still activate the control
When I visit my application on a tablet https://dev.3dmathpuzzles.com/3dmp/D...itherlink.html
it is very hard to touch on the lines. Most of the touches go to the boxes.
I think I need to expand the hit area of lines more than the default.
Is there a way to do that?
Comment