Pablo Liz
Pablo Liz
Amazing library; i wonder how to get Header information? ``` xhr.POST(Alloy.CFG.api_url +'/authenticate', login_data, onSuccessCallback, onErrorCallback,opts); ``` ``` function onSuccessCallback(e){ Ti.API.info('AUTH DATA:', e); } ``` Only brings the body. What about...
after upgrading project to 7.3.1GA started to receive the following message while launching the application: [ERROR] : GA: initialization failed, unable to find module The module ti.ga seems to be...
Some projects needs pagination when working with a lot of albums. Is it possible to make GalleryAlbums to support getPages Snippet? I searched trought the snippet and couldn't find any...
It would be awesome this Extra supports multiple thumb sizes creation. I guess the data can be stored the same way it is now only the crop part of the...
Any good, specialized solution suggestion for only parsing multipart on the client-side in browsers? So far everything i have checked needs dependencies of libraries that cannot be used client-side or...
Dropdown values are not being tracked when hitting the submit button. This can be confirmed on the storybook simple form example selecting any gender option value and filling in other...