sencha touch 2 app not displaying in android browser completely -


i have working sencha touch2 example app running on python single threaded server (django runserver) on laptop. uses jsonp load images carousel similar example here http://edspencer.net/2012/02/building-a-data-driven-image-carousel-with-sencha-touch-2.html

it works on chrome , partially on firefox.

i followed guide make production build docs in sencha touch 2. here on chrome. here requests see.

127.0.0.1 - - [03/jul/2012 00:21:15] "get /static/build/production/cache.manifest http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/app.json?1341246076009 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/src/log/logger.js?_dc=1341246076006 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/deltas/app.js/812d759b7c7a366ab0976c13044b2cd38f3444dc.json?1341246076040 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/src/log/base.js?_dc=1341246076130 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/src/log/writer/console.js?_dc=1341246076307 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /favicon.ico http/1.1" 404 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/src/log/writer/writer.js?_dc=1341246076347 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/src/log/formatter/formatter.js?_dc=1341246076386 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /static/build/production/src/log/formatter/default.js?_dc=1341246076449 http/1.1" 200 - 127.0.0.1 - - [03/jul/2012 00:21:16] "get /w00t/?_dc=1341246076539&page=1&start=0&limit=25&callback=ext.data.jsonp.callback1 http/1.1" 200 - 

now head on android samsung galaxy tab 10.1 (android 3.x) on wifi access sencha app via lan ip (i tried android phones too)

here see loading indicator , blam... black blank screen. see requests incomplete. here requests:

192.168.0.109 - - [03/jul/2012 00:24:24] "get /static/build/production/index.html http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:24] "get /static/build/production/cache.manifest http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:24] "get /static/build/production/app.json?1341246263383 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:24] "get /favicon.ico http/1.1" 404 - 192.168.0.109 - - [03/jul/2012 00:24:24] "get /static/build/production/resources/css/app.css?1341246263429 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:24] "get /static/build/production/sdk/sencha-touch.js?1341246263432 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:25] "get /static/build/production/app.js?1341246263436 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:26] "get /static/build/production/src/log/logger.js?_dc=1341246265378 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:26] "get /static/build/production/app.json?1341246265382 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:27] "get /static/build/production/src/log/base.js?_dc=1341246265428 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:27] "get /static/build/production/src/log/writer/console.js?_dc=1341246265780 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:27] "get /static/build/production/src/log/writer/writer.js?_dc=1341246265830 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:27] "get /static/build/production/src/log/formatter/formatter.js?_dc=1341246265870 http/1.1" 200 - 192.168.0.109 - - [03/jul/2012 00:24:27] "get /static/build/production/src/log/formatter/default.js?_dc=1341246265912 http/1.1" 200 - 

it gets stuck @ default.js

i no js ninja , evaluating sencha touch 2 touch friendly version of site. it's sad cannot try nifty touch swipe carousel :( have mouse swipe on chrome , content of lame achievements. getting work has been goal past night , love see work.

p.s. actual example work on tab beautifully. have been made in different (older) version of st2. using 2.0.2 here. copy pasted of code example , changed few minor things fit aesthetic desires.

tia


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -