ftlabs/ftscroller

It seems that FTScroller is having problems while running on Android version 3.2 devices.

Opened this issue · 0 comments

Hi Team,

First of all I would like to thank you all for your efforts to bring such a nice tool to make others life .

I'm working on an app, which is being developed using Jquery Mobile and other stuff required to develop a hybrid application to support cross platform compatibility.

Initially I have been testing the FTScroller functionality on Android v4.0 so could not observe the issue. Recently I started testing the app on Android v3.2 and I was surprised that, it's not working on devices running on Android v3.2.

Please have a look at the errors I'm getting while running the code in Android v3.2.

06-11 17:39:37.668: E/Web Console(400): SyntaxError: Parse error at file:///android_asset/resource/lib/ftscroller.js:2182

Whenever it tries to execute the piece of code given below, throws the error that, Can't find variable FTScroller as given below.

Code: var scroller = new FTScroller(document.getElementById('wrapper'), {
scrollingX: false
});

Error: 06-11 17:39:59.279: E/Web Console(400): ReferenceError: Can't find variable: FTScroller at file:///android_asset/resource/js/controller/formsScreenController.js:99

Could you suggest me the fix for this issue please?

Thanks,