worklight fail to require DOJO Combobox on real device -fail to load … /dijit/form/nls/it/ComboBox.js
问题 Dojo 1.8 Worklight 5.0.6 On Browser and android emulator all works, but if I execute the app on real the parse didn't works. This is Dojo.js function dojoInit() { require([ "dojo", "dojo/parser", "dojox/mobile", "dojox/mobile/compat", "dojox/mobile/ScrollableView", "dojox/mobile/ScreenSizeAware", "dojox/mobile/FixedSplitter", "dojox/mobile/Container", "dojox/mobile/ComboBox" ], function(dojo) { dojo.ready(function() { }); }); } This is browser's error on tablet: xxx.26.81:8080/apps /services