Web浏览器进入kiosk模式 [英] Web browsers into kiosk mode

查看:3228
本文介绍了Web浏览器进入kiosk模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前已经找到了一种方法来放置当前安装的Internet Explorer进入kiosk模式使用asp.net和VB

I have currently found a way to place the currently installation of Internet Explorer into kiosk mode using asp.net and VB

System.Diagnostics.Process.Start("iexplore", "-k " & "http://www.google.co.uk")

在-k参数是把浏览器的进入kiosk模式的命令,但是,其他浏览器如铬只能将页面的新实例到另一个标签和Firefox只是打开浏览器,而无需加载窗口。
我需要知道什么命令通过,使得Chrome和Firefox将在同样的方式回应IE

the "-k" parameter is the command that puts the browser into kiosk mode, however, other browsers such as chrome will only put the new instance of the page into another tab and firefox just opens the browser without loading the window. I need to know what commands to pass so that chrome and firefox will respond in the same way as IE.

非常感谢

推荐答案

Chrome浏览器可以做Kiosk模式使用此命令。

Chrome browser can do KIOSK mode with this command.

chrome.exe --chrome-frame -kiosk "your web page".

使用Chrome的好处是,你可以建立一个可以使用WebKit动画应用程序和他们的KIOSK类应用看起来棒极了。

The good thing with Chrome is that you can build apps that can use the webkit animation and they look great for a KIOSK type applications.

这篇关于Web浏览器进入kiosk模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆