appframework icon indicating copy to clipboard operation
appframework copied to clipboard

javascript error when run in android galaxy tab

Open mobilemindtec opened this issue 10 years ago • 1 comments

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);
            }

mobilemindtec avatar Oct 02 '14 13:10 mobilemindtec

Can you submit a pull request for this please?

imaffett avatar Oct 03 '14 12:10 imaffett