On my (Windows) Surface Go 2 tablet I’m not able to retrieve any (multitouch) TouchEvents. I tried it with several Java/FX versions. Even with JavaFX 17 (and older versions) no TouchEvents events are generated only mouse events. Is there some sort of configuration parameter needed? Answer I get TouchEvents on Java/JavaFX 16 using a Microsoft SurfaceBook 2 laptop running Windows.
Tag: tablet
Android Web View looks weird on Tablet but fine on emulator in Android Studio
I made a WebView and the site looks completely fine on the Emulator but when I install the APK on my Samsung Galaxy Tab A it looks really messed up. This is what it’s supposed to look like: and this …