I have implemented the uwp loader in my xaml page to prevent the user interaction.
<ProgressRing x:Name="loader" Width="70" Height="70" Foreground="White"/>
but the problem is controller actions still working which allows the user interactions.Is there any possibility for preventing the controller actions while the loader is working?