No announcements
Found 1011241 threads
-
0 Votes
Image loading and Navigating Back button
My second problem is that when i navigate back to the mainpage in my application the Following error occurs.Answered | 1 Replies | 1562 Views | Created by F_Al - Wednesday, October 3, 2012 7:45 PM | Last reply by saramgsilva - Wednesday, October 3, 2012 9:23 PM -
1 Votes
Navigation Button
I just want to have the web browser navigate to a different page when the button on the website is clicked.Answered | 8 Replies | 1457 Views | Created by Young Genius - Sunday, November 24, 2013 6:29 AM | Last reply by Mr. Monkeyboy - Monday, November 25, 2013 9:02 PM -
1 Votes
How to navigate back to default.html?
</p> <button id="back">Go Back</button> </section> ...Answered | 15 Replies | 5187 Views | Created by Daniel-Yang - Thursday, July 12, 2012 9:58 AM | Last reply by Daniel-Yang - Wednesday, July 18, 2012 6:44 AM -
0 Votes
Navigation Buttons
That way, you can use the built-in navigation buttons.Answered | 1 Replies | 534 Views | Created by keratilem - Tuesday, July 7, 2015 1:37 PM | Last reply by Hans Vogelaar MVP - Tuesday, July 7, 2015 1:40 PM -
2 Votes
[U8.1]Back Button Navigation in Webview Windows 8.1/WP 8.1
In my app , when I am clicking on the software back button, the webview is navigating to the previous page using stack.Answered | 15 Replies | 1073 Views | Created by Shubham Kamble - Tuesday, July 19, 2016 8:23 PM | Last reply by Shubham Kamble - Tuesday, March 20, 2018 10:53 AM -
0 Votes
[UWP]How to get window title back navigation button?
uwp back button then you will get answers such as the following.Answered | 1 Replies | 402 Views | Created by Neo the 1 - Monday, October 16, 2017 4:27 PM | Last reply by Simple Samples - Monday, October 16, 2017 5:03 PM -
0 Votes
Handling Back Button press.
This will also catch if the user navigates away via the start button.Answered | 2 Replies | 891 Views | Created by DigitalMath - Tuesday, January 13, 2015 8:59 PM | Last reply by DigitalMath - Wednesday, January 14, 2015 2:24 AM -
0 Votes
No SPA Template in VS2013 RC
And Hyung Sun, just updated his blog "Understanding Security Features in the SPA Template for VS2013 RC" to mention this as well.Answered | 2 Replies | 3825 Views | Created by McEnergy51 - Thursday, September 12, 2013 4:44 AM | Last reply by Ed Dore - Friday, September 20, 2013 10:23 PM -
0 Votes
Back button navigation into SPA
User-105429085 posted Check http://www.asp.net/single-page-application/overview/introduction/other-libraries , and in the section "Feature Table", it listed ...Unanswered | 3 Replies | 184 Views | Created by Anonymous - Thursday, June 20, 2013 3:39 AM | Last reply by Anonymous - Monday, July 8, 2013 8:10 AM -
0 Votes
Back Buttons
So trying to navigate using things like <a href> doesn't work as you might expect.Answered | 11 Replies | 3201 Views | Created by Absorr - Thursday, April 26, 2012 7:54 PM | Last reply by Kraig Brockschmidt [MSFT] - Tuesday, May 29, 2012 9:52 PM -
0 Votes
[UWP]hardware back button behavior
And then comes the hamburger menu which completely overrides the whole back button navigation.Answered | 4 Replies | 943 Views | Created by FireDance - Thursday, August 11, 2016 9:30 AM | Last reply by mcosmin - Friday, August 12, 2016 7:47 AM -
0 Votes
Back button
When I click on the back button , it does goes to page2 ,it then calls the listview_selectionchanged event once again redirecting it back to page 3.And thats how I was ...Answered | 7 Replies | 10847 Views | Created by Manju N - Friday, January 2, 2009 7:05 PM | Last reply by Manju N - Tuesday, January 6, 2009 7:34 PM -
0 Votes
I am facing an play back error in MTM when i play the recorded step of 3) Click on the browser back button to navigate back
I Opened one link and clicked on the browser back button but couldn’t reproduce the issue.Answered | 1 Replies | 577 Views | Created by anish lokre - Thursday, November 19, 2015 3:43 PM | Last reply by lake Xiao - Friday, November 20, 2015 7:45 AM -
1 Votes
Navigation back to HubSection
>When I click on back it is navigating to the 1st hubsection but not to the one from which I opened the item page One way for solving your issue is to ...Answered | 3 Replies | 626 Views | Created by Krushi Raj Tula - Sunday, May 17, 2015 10:56 AM | Last reply by Krushi Raj Tula - Monday, June 8, 2015 7:37 AM -
0 Votes
winrt back page navigation
We facing a problem with WinRt Back Page Navigation, that is every time the page refreshing (while back key pressed).Answered | 1 Replies | 2030 Views | Created by ranjit gs - Tuesday, September 10, 2013 9:47 AM | Last reply by Sachin S - Tuesday, September 10, 2013 1:59 PM -
0 Votes
Back Navigation in Drill Through Reports
Thanks Paul, the problem here is when you go to report 3 and you click on some of the drill down options you have to hit browser back button same number of times you viewed drill ...Answered | 6 Replies | 4825 Views | Created by VisualA - Saturday, April 4, 2009 12:07 PM | Last reply by Raymond-Lee - Tuesday, April 7, 2009 12:22 PM -
0 Votes
Use of "Enter" button in navigation pane
At this point maybe you could look into making a custom view in the navigation pane (rt click the nav pane title bar and select navigation options) deselect ...Answered | 5 Replies | 1853 Views | Created by BrunoDG - Wednesday, August 22, 2012 7:07 AM | Last reply by KCDW - Friday, September 7, 2012 9:36 PM -
0 Votes
[UWP]How to restrict navigation to some pages using Hardware back button in UWP ?
Try to insert this code in the OnNavigatedTo() function of class A: protected override void OnNavigatedTo(NavigationEventArgs e) { if ...Answered | 3 Replies | 723 Views | Created by wongjowo - Thursday, November 26, 2015 1:23 PM | Last reply by Francesco G. Pirillo - Monday, November 30, 2015 9:30 PM -
0 Votes
[UWP] Why Back Button Request for page in navigation cache does not trigger the event?
Hi SubashAdhi, The SystemNavigationManager.BackRequested occurs when the user invokes the system provided button, gesture, or voice command for ...Answered | 7 Replies | 1194 Views | Created by SubashAdhi - Thursday, October 13, 2016 10:01 AM | Last reply by Jayden Gu - Tuesday, October 18, 2016 6:55 AM -
5 Votes
Back Button In Windows Phone 8.1
What happened to me with the previous event (HardwareBackButton.onpressed) is that it always navigated back, no matter if I had marked the event as handled.Answered | 7 Replies | 2968 Views | Created by ashishshah1512 - Wednesday, July 30, 2014 8:48 PM | Last reply by sebastian gomez - Thursday, September 18, 2014 2:29 PM - Items 1 to 20 of 1011241 Next ›
No announcements