Ben Bahrenburg
Ben Bahrenburg
Could you let me know what Ti SDK and iOS version you are using?
Can you give the build v0.2 a try? I updated with a few changes/upgrades. It is working on iOS 7.0.6 on iPhone 5. Below is the app.js used for testing....
You have the above adjusting the image before it gets feed into the core convertImageToPDF methods?
I think you are onto something. Found this on stackoverflow http://stackoverflow.com/questions/19390735/cropping-an-image-in-portrait-on-ios-7-results-in-incorrect-orientation Looks like there is an issue with iOS 7 and scaling. Will try to change how that works, and...
It looks as though Titanium no longer supports this behavior has it causes an application crash. It works in a purely native app though. If anyone has an idea on...
Hello, I'll try put together some more meaningful examples when I get a chance. I'm currently re-writing atlas to use the native geo decoders ( bencoding.basicgeo project ). https://github.com/benbahrenburg/bARk/blob/master/Resources/app.logic.js Until...
I'm working on fully re-vamping the provider model. I would recommend using this project instead https://github.com/benbahrenburg/benCoding.BasicGeo Although it only allows for one provider, they are more performant and provides better...
Looks like your tiapp.xml module entry is incorrect. Should be like the below ``` bencoding.basicgeo ``` If this doesn't work, please found these instructions to make sure you installed it...
Hi Matt, for the iOS provider please note you'll need iOS5. There is also an oddity with Android and the emulator. I'm still working on the readme but there is...
Most likely it is in the incorrect directory. Since example projects get outdated quickly I generally shy away. But, if you check out the Alarm Manager project you will see...