Compile issue after splitting framework and app in Sencha touch

86 Views Asked by At

I have tried to split app.js and framework.js in sencha.

production.properties

  enable.split.mode=true

This is working fine for creating sencha production build. But, when I run the application in device ( Android ) I'm facing the below issue.

Uncaught TypeError: Cannot set property 'blink' of undefined
    at index.html:41
    at index.html:41

Could someone give technical advice on this ?

0

There are 0 best solutions below