MultitouchEnabled PropertyThe MultitouchEnabled property enables or disables multitouch support for a web page in the SiteKiosk browser. Syntax
The property is read/write.
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.
Back to top |