agrycroko

Results 11 comments of agrycroko

Hi, Thanks for creating the Ti-Double-Slider module. I can't find the image assets in the repo referred to in your code example: ``` var dSlider = tidoubleslider.createSlider({ top: 40, height:...

@jkasten2 - thx I was kinda looking along that route but couldn't get it to work. I was building the extension in Xcode and then dropping into my Titanium SDK...

Thank you @jkasten2 I will investigate.

@User712 no I didn't 😒 In the end I moved over to using Firebase for push (not rich ones, just standard). I'm using @hansemannn's excellent [titanium-firebase](https://github.com/hansemannn/titanium-firebase) modules. Good luck! [UPDATE]...

Hi all, so as of now, January 20th 2018, what's the process for getting media links to show as little thumb images on iOS. I put a media url (https...

Hi, it's on an iPad Air running iOS9. Works fine on an iPhone (opens full screen), it's just an iPad issue. So, I've got a Ti window defined as: var...

Also in tiapp.xml I have these settings: ``` true true ``` And these in ios plist settings: ``` UIPrerenderedIcon UIStatusBarHidden UIStatusBarStyle UIStatusBarStyleDefault ```

Hi @omorandi thanks for looking into this and good news you've managed to reproduce the problem. I did actually use the Bencoding module before trying yours, but will look at...

Didn't mention above - the Bencoding module was showing the same issue before I tried yours :)

OK, when I set the `fullscreen: true` Ti Window property to `false` and then open the SMS dialog it works properly - great news. The side-effect of doing this is...