siddo420

Results 25 comments of siddo420

afaik, its not supported a/c to compatibility chart in docs.

is it possible to somehow call a callback or trigger an event etc?

the "before" trigger doesn't get called on Android device using the version installed through bower. The bower entry looks like "backbone.routeFilter": "~0.2.1" Please note that everything works fine on Android...

@Anachron: the issue is with the bower installed version on Android only but https://raw.githubusercontent.com/boazsender/backbone.routefilter/master/dist/backbone.routefilter.js worked in my case

+1 any updates on this issue?

it still doesn't work .. I dont see the twbs package. ``` bower search ratchet Search results: ratchet git://github.com/maker/ratchet ratchet2 git://github.com/nbsp/ratchet2.git ratchetjs git://github.com/cloudcms-components/ratchet.git` ```

what I understand from your comment is that ratchet can be installed using the following command ``` bower install ratchet ```

can you also shed some light on httpOnly param please? For example, what are the pros and cons of setting it to false. I need it set to false so...

thanks ... will try and let u know however, I assume there is no way to disable auto-buffering of messages

Right, but that'll make the change global, whereas I needed to disable buffering for a special class of messages only. Thanks.