Unanswered: In Sencha built app testing/production -Swipe event on carousel is not caught
Unanswered: In Sencha built app testing/production -Swipe event on carousel is not caught
i have successfully build my app in Testing and Production mode, but the swipe event of carousel is not catch.
I can only navigate throw the carrousel when i click on the Indicator dots and when i try to swipe with fingers nothing appends.
I made a simple example with the KitcheSink Carousel . The swipe event works fine only in Development mode.
Here the script :
/**
* Demonstrates how use an Ext.Carousel in vertical and horizontal configurations
*/
Ext.define('NotesApp.view.CarouselTest', {
extend: 'Ext.Container',
alias: "widget.carouselTest",//ou xtype
<!-- On a remplacer les script par le Microlaoder qui va chercher la config dans app.json -->
<script type="text/javascript">(function(h){function f(c,d){document.write('<meta name="'+c+'" content="'+d+'">')}if("undefined"===typeof g)var g=h.Ext={};g.blink=function(c){var d=c.js||[],c=c.css||[],b,e,a;f("viewport","width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no");f("apple-mobile-web-app-capable","yes");f("apple-touch-fullscreen","yes");b=0;for(e=c.length;b<e;b++)a=c[b],"string"!=typeof a&&(a=a.path),document.write('<link rel="stylesheet" href="'+a+'">');b=0;for(e=d.length;b<
e;b++)a=d[b],"string"!=typeof a&&(a=a.path),document.write('<script src="'+a+'"><\/script>')}})(this);;Ext.blink({"id":"0d7245bd-531c-4a03-b9ff-ddc74f55aacc","js":[{"type":"js","path":"touch/sencha-touch.js"},{"update":"full","path":"app.js","type":"js","bundle":true}],"css":[{"update":"full","type":"css","path":"resources/css/app.css"}]})</script>