0

目前,我正在 Joomla 中为触摸屏信息亭开发一个 Web 应用程序,该信息亭将被分成两个屏幕。左边是菜单,右边是内容。

必要条件之一是应用程序有其“自己的网络浏览器”(如果用户想要在线导航,他可以在应用程序内进行),该浏览器仅在右侧屏幕上打开。

你推荐什么样的解决方案?jQuery?其他软件?

请记住,它是一个触摸屏(键盘等,哈哈)。另外,操作系统是windows 7。

4

1 回答 1

1

All you need is an <iframe>. Just be careful, as iframes can be broken out of. The best thing to do is to write an actual native kiosk application that can add limitations on this sort of behavior. There is no way to add such restrictions with a standard browser and JavaScript only.

于 2013-03-28T18:30:52.753 回答