Hello,everyone
①I had a trouble which is that .wgt file was install failed. While i tried to install it to my board after i compiled my web app program to .wgt file." install wiget : failed" was tipped.
But if i delete javasrcipt code from project,.wgt will install success.
②When i launch the WebApp in TizenIVI,there a error of View creation Failed.
Can anybody help me?
Thanks.
=========================================
Board:A10S-OLinuXino-MICRO(A8 Processor)
System:tizen-2.0_20131119.2_ivi-panda
SDK:tizen sdk 2.2
Web App configure file (config.xml):
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/HelloIVI" version="1.0.0" viewmodes="maximized">
<tizen:application id="o1x9bDihel.HelloIVI" package="o1x9bDihel" required_version="2.0"/>
<content src="index.html"/>
<icon src="icon.png"/>
<name>HelloIVI</name>
<tizen:setting screen-orientation="portrait" context-menu="enable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>
=========================================