Jonas Törnqvist

Results 12 comments of Jonas Törnqvist

@Exilz Thanks for a great library. I have a similar question but regarding the 'PUT' method.

The ANE is using the mapview on ios. But the navigation is in air and the responsiveness when picking up the touch seems to be slow when running Starling with...

@PrimaryFeather thanks for the suggestion. It worked out perfectly. I am using setInterval and calling "advanceTime" passing a 0 The response of the the touch is performing as when running...

Okej! And passing the actual time passed, could I just use getTimer()?

Great! Thanks for all the help, I really appreciate it.

This is probably caused by storyblok space only having content saved in draft. Try publishing or switch sbParams.version = "published"; to "draft"

Ahh, thanks I missed the wiki. Then I go for just sorting on each update and re-adding them to the list.

In my case the displaylist is really shallow. I just have one object (this.display) where I keep everything. Below my render method, in the end I have added the sorting...