multiview icon indicating copy to clipboard operation
multiview copied to clipboard

menu panel on fullscreen mode

Open kevkha opened this issue 12 years ago • 4 comments

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.

kevkha avatar Jun 01 '12 18:06 kevkha

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.

frequent avatar Jun 01 '12 19:06 frequent

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.

kevkha avatar Jun 01 '12 19:06 kevkha

@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.

frequent avatar Jun 06 '12 08:06 frequent

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

kevkha avatar Jun 06 '12 23:06 kevkha