Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menu panel on fullscreen mode #11

Open
kevkha opened this issue Jun 1, 2012 · 4 comments
Open

menu panel on fullscreen mode #11

kevkha opened this issue Jun 1, 2012 · 4 comments

Comments

@kevkha
Copy link

kevkha commented Jun 1, 2012

I'm using multiview and have menu and main panels (no mid). On mobile (fullscreen) mode how do I default to menu instead of main? I want my users to land on the menu (search) panel first because main is the search results and it's always empty on initial visit. Is this possible? A workaround now is I populate the same page from menu into main but don't like the look in splitscreen mode. Thanks in advance.

@frequent
Copy link
Owner

frequent commented Jun 1, 2012

I'm trying to do this with yield-mode. Eventually it should be setting data-yieldmode="true" and then your menu would get data-yield-to="none" to be the first menu to show, while your main panel should get data-yield-to="menu".

However, I had planned to try get this done over the weekend. So you will have to wait a few more days and see if I can get it done.

@kevkha
Copy link
Author

kevkha commented Jun 1, 2012

It's very nice to hear that you're actively working on this plugin. Yes, i've tried yield-mode per your doc as well but no success yet. Thanks again for your efforts and hard work. I will wait for your good news.

@frequent
Copy link
Owner

frequent commented Jun 6, 2012

@kevkha
Another option would be to use data-autoshow="once" on the menu panel. This way, when the user first goes on the side, the menu panel will be automatically loaded first. Only happens once. Afterwards it's regular toggling. This way the main/result section would remain the ... main section...

Just an interim-idea until I get yield-mode to work properly.

@kevkha
Copy link
Author

kevkha commented Jun 6, 2012

Thanks frequent. I will give it try and report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants