Arturs Sosins

Results 77 comments of Arturs Sosins

ok will need to think on implementing that

Any more info, like Android version and maybe screenshot? Because it appears to work on my device

Interesting, it could be that with target 22 we need to start using some specific style or something like that to make it look normal. I think that android.R.style.Theme_Translucent_NoTitleBar_Fullscreen would...

It is not a json problem per se, but rather floating point precision problem and how computer stored floating points. So it is mostly Lua or C specific and only...

Can't really do that I think, there could be multiple floats in json which require different precision

actually I think in Lua all numbers are stored as double underneath, but for integer, without point, at least it can be determined that expected value is integer and is...

I think it should work, also in the last build there is a method to ignore certificate related errors: http://docs.giderosmobile.com/reference/gideros/UrlLoader/ignoreSslErrors#UrlLoader:ignoreSslErrors If it does not work for you then please check...

Hmm, it works on my pc and mac. Probably have openssl dependencies installed there @hgy29 do you think we should bundle them with release?

Just FYI hitTestPoint always tested against max boundaries (a rectangle in which you can put the shape it) it does not test against shape border, but only against the dimensions...