Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Tabris 拥有本地移动和浏览器客户端。我看到有关创建本机移动客户端的信息。如何创建移动浏览器客户端?我想将浏览器用于不需要访问本机设备的东西,比如相机。我知道如何使用 Eclipse RAP 创建标准桌面客户端。
Tabris 的原生移动客户端在移动设备上速度更快、外观更好(原生小部件)。使用移动设备上的浏览器访问 RAP 服务器通常很慢,或者移动浏览器有问题。这就是为什么我建议始终在移动设备而不是浏览器上使用本机客户端。
如果您想尝试使用移动浏览器访问 RAP 服务器,只需在浏览器的 URL 字段中输入 IP 和入口点。然后通过 http 获取 RAP 客户端,因为它嵌入在您从 RAP 服务器接收的第一页中。