I have Login -> Lobby -> (Master/Detail pages).
The Lobby is the main page that I need one instance only, where you can as well access some of the details pages from it. The Lobby it self is a content page that is not a detail page of any master page.
The problem I have is that once I navigate to the a master-detail page I lose the Lobby from the navigation stack, so once I press the back button on the Android tablet it is as if I have clicked the Home button. I want the Lobby page to remain on the root of the stack.
I have tried initializing the Lobby from the MasterPageViewModel however this caused a problem of opening an initial empty master/detail page.
Kindly advise.
Related
On click on link, I'm need to change route and open page in modal, but if page reloaded or visited via link, page must load as page (not in modal). Is it possible?
As example a Bitrix24 profile page:
I am working in xamarin forms app. I have created an app in which I am using Master detail page. The page transition is working fine in Master detail page. But when I try to open a simple content page that is not under Master detail page, the transition is very odd. When I move on simple content page from master detail page first the screen moves up and hide the Action bar and then screen come down and shows the new page. I want that when user try to open the content page the transition should smooth from right to left.
How I can manage page transitions between Master detail page and simple content page?
Wrap your detail page in NavigationPage, so that the detail to next page navigation is not via MasterDetail.
Find the sample demo here.
I have created sample Xamarin forms application which contains 2 tabs. When user logins, then I am navigating the user to tabs view by setting the tab view to MainPage property.
Whenever I am navigating between the tabs, want to move selected list item from one page to another page and show on the second page.
Whenever I am selecting row from the list and navigating to another page either by clicking the tab or swiping to right, the page doesn't show the value. I tried to refresh the page by calling OnAppearing event but that is not called when I navigate.
I am having a problem with master pages that I hope you can help.
I have a Master Page that contains a TreeView, I have a .aspx page "Home Page" that will show the data based on selection made on TreeView. When the program runs for the first time it goes to Default page where user needs to make a selection on the TreeView once the selection has been made it takes them to Home Page and I send the selection via session variable. The only problem now is when the user is already under a Home Page and they select a new item in the TreeView I am unable to get the selection made because Home Page refreshes first then loads the master page.
Do you guys know of any other way to get around this or would suggest doing it differently.
Let me know if I need to clarify this better.
Thanks,
Nick
I am working on a login page. In the main page, when a user clicks the login button, I want to deactivate the main page and to show the login form. The main page must stay disabled till the user finish in the login process.
Can any one tell me how can i do this?
You might find jquery UI dialog a useful plugin for achieving this task and especially its modal form functionality.