View Single Post
Old 10-02-2012, 10:19 AM   #55
zerolucat
Enthusiast
zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.
 
Posts: 33
Karma: 4658
Join Date: Oct 2012
Device: kindle touch
thanks for all. I found the mistake! It was in the config.xml that I wrote for the app...
For example, if I use this config.xml

Quote:

<?xml version="1.0"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:kindle="http://kindle.amazon.com/ns/widget-extensions"
id="com.zerolucat.drawing"
version="0.1"
viewmodes="application">
<name>drawing</name>
<description>
drawing </description>
<content src="index.html" />
<!-- configuration -->
<kindle:gestures>
<param name="drag" value="no"/>
<param name="pinchzoom" value="no"/>
<param name="tap" value="no"/>
<param name="multi_tap" value="no"/>
</kindle:gestures>
<kindle:chrome>
<kindle:asset key="useCustomSearchBar" value="true" />
</kindle:chrome>
<!-- features used to control JS API -->
<feature name="http://kindle.amazon.com/apis" required="true">
<param name="gestures" value="yes"/>
</feature>
</widget>
the waf app seems to work... there are some problems whit the coordinates, when the "touch" end, butI think that are due to the javascript code of the app (sorry for my english)
zerolucat is offline   Reply With Quote