It's an open source project man, every single small contribution is welcomed! If you want to work on this two-column thing, go ahead !! We'll all give you advices & review when needed. The biggest job will be to actually add a column support, and make transitions in those column using column's width instead of screen width.
AFAIR, the problem i had with what Sean did is that it's really not a two column implementation. It puts a left padding of 30% on all screens, and adds a DIV on top of those "unused" 30%. This has a lot of overflow issues, and does not sync navigation stacks. But hey, if it fits your needs, code a quick prototype with it and see how it goes :) Remi Le 10 mars 2013 à 15:45, rickyh <[email protected]> a écrit : > Remi, > > Thanks for the reply. I'll take your advice! :-) > > However, that means I now have to achieve a simple two-column display with > navigation on left and content retreived via AJAX on the right, sort out the > logic of the screen modes, and orientation change, etc. etc. all myself. > Perhaps that will be even worse! At least Sean's iuiPad code might have > given me a head start? > > I am only targeting iPad, for a very specific objective. > > Perhaps rather than trying to style everything myself from scratch, I should > use the current iUI version to deliver a non-split screen version one, and > then maybe enhance when v2.0 of iUI is available. > > Would it be feasible for me to contribute to iUI development by working on > the 2-column layout features? > > Regards > Richard > > > On Saturday, March 9, 2013 5:56:17 PM UTC, rickyh wrote: > I would like to experiment with iuiPad, and so have just downloaded this repo > which I see is a complete drop-in replacement for iUI. > > The last push to this repository was 6th Oct 2010, and I imagine there has > been a huge amount of change to iUI since then. Does anyone know if the > iuiPad specific code will work with a more recent version of iUI? > > Is it realistic for me to merge iuiPad code into a current v0.4? > > If so, which files are relevant? > > Regards & many thanks, > Richard > > > > > -- > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
