-
Notifications
You must be signed in to change notification settings - Fork 378
Navigation #17
Comments
Interesting concept. I'd personally avoid next and previous, but nonetheless it could be a good approach. I'll think about it. :) |
i'm testing just now footer and topbar for navigation page by page, using baker and jqmobile. Seems to work great. |
Wow! Do you think you are able to distribute a demo page for developers when you're done with the testing, for us to see? ;) |
For sure Folletto. I hope to distribute somethings in this weekend. i'm just looking what we can do with jquery mobile integrated with Baker. i have see the implementation of Svdgraaf too..and i would like to use it with a final demo project. Hope to give my contribute! |
Hello! that good news .. It will be great to see your demo with jqmobile ^_^ |
I think that's the case since that's how the book structure is built, but I think you can as well manipulate it to fit your needs. It's something I think that we'll have a lot of surprises the more people will start experimenting with it. :) |
i'm sorry that i'm totally a newbie about object-c, but i learn fast :) |
Exactly! That's the good thing about this ^_^ |
Ok guys...it's seems to work. Can somebody help me to upload an example on my github? |
You should fork the baker project (there is button on the top), make the changes in the fork, and add a 'pull request' (also on top over here). I think that's the way to go, it was my first too :) |
mmmmm.... i try to clean my baker folder before :D |
Wait, this isn't a code change, this is just a different book, or I got something wrong? :) If that's a book as I think, you just have to put it somewhere to allow us to download it. No github or forking required. :) |
Folletto do u mean that i must zip just the BOOK/ dir and allow to download it? http://www.ilovemac.it/book.zip I have include jquery, jqmobile, and slidemenu by cubiq.org. Hope it work fine |
i think Baker can be used to make wonderfull HTML5 Magazine. I have already test Video in the page..and it work very well. |
In fact, yes. Baker would be wonderful for that. I'll try your book tomorrow! ;) |
@ilovemac: I'm already building tests with some of our magazines which are reformatted for ipad usage, works very, very good :) |
Hey @ilovemac, thanks for sharing your example! I think it's a great choice to work with jqtouch or jquerymobile, but basically limited to use css and js for each page separately. I think it does not solve the global navigation for hpub. |
@sdvgraag: i'm waiting for your Classes implementation to send to APPSTORE my Magazine :) Your latest fork don't seems to work fine with my ipad...but perhaps it's becouse i don't know how to clean my SDK cache... i always see your charapter even if there aren't in my book dir... @sugundoseis: i'm sorry...do u need a repack ?? :) |
Is not necessary for me @ilovemac, but it would be interesting for others to appreciate your full demo. I simply commented that it is a good graphics solution for html, but that does not help to have an independent global navigation. ;-) |
@ilovemac yep, that's a bug in the main branch as well. Just clean your ~Library/App support/iphone simulator//Applications/ directory, and you should be fine. But perhaps there is a better way of cleaning up old leftover bits :) |
About the bug: Xcode doesn't update "static" files, so if you change the content of the book/ folder you have to:
|
awesome, I fixed the bug in my fork already (checks for valid number, otherwise default to page 1). |
I created a quick branch for pointing to what I'm thinking of: (tap on the window to open up that navigation). The links don't work, and rotation is a bit weird, but it works somewhat ;) It's extremely simple, and uses a separate navigation html file. The height and location could be set in the meta file, but I'm not so sure about that. |
But is it just the book? Could you make the book downloadable without the Framework so I can test it quickly? :) |
Nope, it's actually a separate layer in the app :) |
Wait, I just got a brainwave ;) The solution within the pages itself is better (with the javascript and all), what we could do, is send an event once the page get's tapped (or does the uiwebview already do that?), so that the html page can do stuff as showing a menubar etc. |
I think that's already in the code, no? ;) |
I think so, not sure ;) |
Uhm I seem to be unable to test this branch... a few orientation quirks (probably early bugs on the master you branched) and I can't open the layer... Let's move back to this after we merge back orientation from you and zip from Marco. ;) |
Waiting for this navigation thing :) |
I am too. This sounds really great! |
I would love to have a fixed navigationbar that don't reload with every page so any progress here? |
Unfortunately not, because it's blocked by issue #8 since we don't want to force everyone to have a fixed navigation that defines in a specific way how you interact and see the book. Once the issue is solved, we can start working on a overlaying UI with the navigation. |
Anybody progress on this? |
We are working on the issue #8, follow that one. This comes later. :) |
thanks folletto. I'm also waiting for this footer nav to come also. Cheers! Great Great Great job! |
Yahoo! issue #8 has been resolved and closed! How were you thinking of doing a footer navigation?
Thank you! |
I don't have an answer yet to those questions, we are now in design phase! :) At this point, we'll take feedbacks, suggestions, wireframes and mockups by anyone that wants to do that, and we'll build an integrated solution. :) If someone wants to sugest something, I'd just remind that the objective is to be as chrome-less as possible without impairing usability (or, in other terms, to avoid as much as possible any predefined UI). |
Implementation of the navigation (a.k.a. Index bar) has been completed in commit c8b93d1 (with some additional fixes and improvements in later commits). |
Wonderfull! I Will test it very soon and hope to give u good feedback Inviato da iPhone Il giorno 31/mag/2011, alle ore 23:20, Simbul reply@reply.github.com ha scritto:
|
Was: Footer bar - Navigation
As a user I think it would be interesting to have a horizontal navigation to different contents.. pages or chapters. (Footer bar)
I think that a good solution to avoid the refresh from html to html and calling a js each time... would be contain the navigation in a separate html (nav.html) and keep a top layer of the other content pages.
The navigation could have an option next and previous.
nav.html could adapted the heigth assigned by developer / designer, and it can customize perfectly the layout. :-)
example: http://itunes.apple.com/es/app/ars-technica/id393859050?mt=8
The text was updated successfully, but these errors were encountered: