Hi,
I have created Android application using webix ,AngularJS and phoneGap.Inside the controller I’m calling one DataBase function to query data from database and I’m creating JSON array and define it as a data for a unitlist view.DB functions are working fine and I’m able to query after that view is not displaying and getting ERROR as
Uncaught TypeError: Cannot read property ‘top’ of undefined at file:///android_asset/www/test/common/scripts/webix/webix.js:6
Can anyone please help me to resolve this error