multiview
multiview copied to clipboard
menu panel on fullscreen mode
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.
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.
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 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.
Thanks frequent. I will give it try and report back.