baker
baker copied to clipboard
Autoexplora Magazine on App Store
After a few days of hard work, this is another app done in Baker for a local client, they got a physical magazine called: Autoexplora, an automotive life-style magazine for the Mexican Market
I currently work for that company and as iOS fan Baker give me the chance to offer this. Really, Baker is a blank canvas where anything can be done if got enough imagination and mostly passion. We use this time Zepto for certain swipe events, Hype HTML5 for the animations and some items and Flux, an advanced HTML editor that is far superior to dreamweaver - more usable if fact -....
So go and grab it..
https://itunes.apple.com/us/app/autoexplora-82/id646026425?l=es&ls=1&mt=8
You can find the magazzine there - currently free - and all the feedback will be apreciated. As an extra i implement two-page spread on rotation using hype and using the same pages that are on single-page view... currently i didnt manage to avoid duplicate pages on 2-page view so any help will be appreciated... If anyone wish to know how we achieve this i can share the code with you, so just ask...
Well Done!!! I love the Magazine. I started out using a service called " Magcast" I have 2 Magazines through that service. They changed there business model. hence I went searching for another method. I found Ajarproducts IN5 with Indesign. I do have Indesign CS6,with the extention for ajar productions I can export out to the bakerframework. I am not a coder, so I am stuck on how to make a form ,capture the text and send it to an email address. I read your comment about using Flux. I went a checked it out. Is this what you are using to do your Magazines? ( I do have Hype),just haven't used it yet. Please help! Any direction would be appreciated. P.S. I would Love talk more through Google Hangout or Skype. P.S.S. I would be willing to pay for your time. Thank You.
Shure, ill work mon to saturday but if need help id like to chat anytime you want.... email is [email protected] so we can get in touch
Hi @thejoepeach ! I'm'working on a magazine using just full images inside html as pages. But I'm with the same problem to manage de 2 pages view when iPad is in landscape. Did you discover a way to handle with that?
I test a solution using jQueryMobile:
- get the swipe event before baker
- when swipe left, jump 2 pages using javascript like: window.location.href = "page05.html";
With this solution I had some issues with jQueriMobile/Swipe events and the app crashes sometimes.