Hi, I'm trying to run in Fullscreen mode for my application. I tried to use the following JQuery script, but it didn't work. I don't know what I missed?
string func = "var elem = document.getElementById(\"" + root()->id() + "\");\n" "req = elem.requestFullScreen || elem.webkitRequestFullScreen || elem.mozRequestFullScreen;\n" "req.call(elem);\n"; doJavaScript(func); I also tried to mimic clicking F11 using Java script but it also didn't work. Thanks
------------------------------------------------------------------------------
_______________________________________________ witty-interest mailing list witty-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/witty-interest