A
A
adnan2015-07-28 13:11:31
Windows phone
adnan, 2015-07-28 13:11:31

How do I add support for a hardware BACK button to an app?

The application is made according to the C# HTML5 template (WP Silverlight),
initially it does not support the hardware back button,
the application consists of a bunch of html pages,
navigation is carried out using the appbar back button,
this is not very convenient, how to make support?,
thanks in advance!)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kmx, 2015-07-28
@kmx

protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
{
   base.OnBackKeyPress(e);
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question