【发布时间】:2016-03-08 16:15:05
【问题描述】:
我目前正在使用 Tizen SDK 为 SmartTV 开发应用程序,当我尝试在没有互联网访问的情况下运行我的应用程序时,我收到以下错误:
您没有连接到互联网。此功能需要互联网访问 WAS0003
我的简单config.xml有如下代码:
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://sssss" version="1.0.0" viewmodes="maximized">
<tizen:application id="srJXNxHxpd.Basicapplication" package="srJXNxHxpd" required_version="2.4"/>
<content src="index.html"/>
<icon src="icon.png"/>
<name>xxx</name>
<tizen:profile name="tv"/>
<tizen:setting screen-orientation="portrait" context-menu="enable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>
提前致谢,
【问题讨论】:
-
在 tizen-manifest.xml 中检查您的权限。
-
我的 config.xml(== 到 tizen-manifest.xml)在上面,它没有权限。
标签: tizen samsung-smart-tv offline-mode tizen-web-app