appframework
appframework copied to clipboard
javascript error when run in android galaxy tab
Hi,
I got a javascript error when app run in android galaxy tab at line appframework.js:2177. In logs I verified that transform was equal none and this is was problem causa. I changed the test and now is working. This is a bug?
The line changed is: appframework.js:2176
if (matrixFn && transform && transform != 'none'){
return new matrixFn(transform);
}
Can you submit a pull request for this please?