IsMultitouchCapable PropertyThe IsMultitouchCapable property contains a boolean value indicating if the SiteKiosk browser window on a specific device is supporting multitouch gestures or not. Syntax
The property is read only.
By default the public part of the Microsoft WebBrowser control used by SiteKiosk to render web pages has limited multitouch capabilities. You can add a few lines of SiteKiosk Object Model code to a page that is using multitouch events in its script to make it work in SiteKiosk. Note that SiteKiosk emulates multitouch events based on the W3C specifications, the same way Firefox does. See also the MultitouchEnabled property to actually enable multitouch events.
Back to top |