R
rblanchard
Guest
Running my app from appdesigner.rollbase.com since update. I get errors in console and my app does not work. Uncaught TypeError: Cannot read property 'split' of undefined If I drilldown it is the following line of code var screenWidth = parseInt(size.split("x")[position == "portrait" ? 0 : 1]); I also get the following error Uncaught ReferenceError: cError is not definedprogress.mobile.3.1.js:939 onAfterLogoutprogress.mobile.3.1.js:917 processSessionLogout.js:22 $t.SessionLogout.$t.createClass.processappery.js:1575 Appery.DataSource.$t.createClass.executeMyUnifyPOSApp.js:575 $.bind.pageshowjquery-1.8.2.js:3063 jQuery.event.dispatchjquery-1.8.2.js:2681 elemData.handle.eventHandlejquery-1.8.2.js:2946 jQuery.event.triggerjquery-1.8.2.js:3604 (anonymous function)jquery-1.8.2.js:611 jQuery.extend.eachjquery-1.8.2.js:241 jQuery.fn.jQuery.eachjquery-1.8.2.js:3603 jQuery.fn.extend.triggerjquery.mobile-1.4.4.js:4998 $.widget._triggerWithDeprecatedjquery.mobile-1.4.4.js:927 (anonymous function)jquery.mobile-1.4.4.js:5293 $.widget._triggerCssTransitionEventsjquery.mobile-1.4.4.js:927 (anonymous function)jquery.mobile-1.4.4.js:5317 (anonymous function)jquery-1.8.2.js:775 proxyjquery-1.8.2.js:974 firejquery-1.8.2.js:1018 self.addjquery.mobile-1.4.4.js:5316 $.widget._cssTransitionjquery.mobile-1.4.4.js:927 (anonymous function)jquery.mobile-1.4.4.js:5664 $.widget.transitionjquery.mobile-1.4.4.js:927 (anonymous function)jquery.mobile-1.4.4.js:5440 $.widget.changejquery.mobile-1.4.4.js:927 (anonymous function)jquery.mobile-1.4.4.js:1025 (anonymous function)jquery-1.8.2.js:611 jQuery.extend.eachjquery-1.8.2.js:241 jQuery.fn.jQuery.eachjquery.mobile-1.4.4.js:1011 $.fn.(anonymous function)jquery.mobile-1.4.4.js:5817 $.mobile.changePagejquery.mobile-1.4.4.js:15336 $.extend.initializePagejquery.mobile-1.4.4.js:15377 (anonymous function)jquery-1.8.2.js:974 firejquery-1.8.2.js:1082 self.fireWithjquery-1.8.2.js:406 jQuery.extend.readyjquery-1.8.2.js:83 DOMContentLoaded
Continue reading...
Continue reading...