Simbul / baker

The HTML5 ebook framework to publish interactive books & magazines on iPad & iPhone using simply open web standards
http://bakerframework.com
1.53k stars 378 forks source link

About Canada Magazine LIVE on iTunes! #1022

Open jbavington opened 11 years ago

jbavington commented 11 years ago

We just finished developing our first newsstand app for a client. A TON of thanks to the Baker and MagRocket support community. Excellent crews!

About Canada
https://itunes.apple.com/ca/app/about-canada-news-information/id657466291?mt=8

App is geared towards overseas students and business people looking to learn more about Canada culture and environment. Written at a grade 3 level. To be published 6 times a year.

Dev. Highlights:

Thanks again! Please let me know what you think.

Jason

fturner19 commented 11 years ago

@jbavington - Looking Awesome!

Just one thing that you might want to update. When double tapping the screen your thumbnail images are not docked to bottom of the magazine. I had this same issue with my magazines.You can fix it by editing the book.json file. Find this coce:

"-baker-index-width": 0, "-baker-index-height": 0,

In your case being that you only have 4 pages in your magazine I would edit the code with these changes..

"-baker-index-width": 850, "-baker-index-height": 200,
Try that out and you would see the difference!

jbavington commented 11 years ago

That's an awesome tweak and we will definitely implement. Thanks for the heads-up!

Cheers.

fturner19 commented 11 years ago

Good to hear that...Awesome!

caseylessard commented 11 years ago

Is there an advantage to self-editing the CSS instead of using alternative layouts in InDesign before exporting? I'm going through this process and would like to know the best workflow. I'm using InDesign CC, so perhaps an older version is the reason you're doing it this way?

fturner19 commented 11 years ago

@caseylessard - I'm currently using Indesign CS6 and IN5 to create my magazine pages, and when I export with IN5 the index pages are never docked correctly to the bottom of the page so this quick hack gets the job done.

caseylessard commented 11 years ago

So I guess it's only this single situation? Is the solution something you're willing to share with the community?

folletto commented 11 years ago

...and, also, with In5 developers so they have a perfect code from the beginning? ;)

jbavington commented 11 years ago

Hey everyone,

So the most significant issue with this type of workflow was with IN5 and the AJAR plugin. It's hard to tell which software causes the difficulty, but when we exported the layout, it overrides the alternative layouts when exporting to Baker Framework. Numerous support tickets to both IN5 and AJAR didn't really resolve this. So additional responsive layout handling had to be coded manually...