Embed TeamViewer inside UWP app in Windows 10 Kiosk mode

Options
Ramanan
Ramanan Posts: 1
edited May 2023 in General questions

Hi Team

I have a requirement to open TeamViewer from my UWP app in Windows 10 Kiosk mode.

I can launch TeamViewer using LaunchURIAsync method (using URL protocol -teamviewer10). As expected it minimize my UWP app and opens the TeamViewer as seperate app in full screen mode in Kiosk user.

And I know in Kiosk mode only one app can be shown at a time and it will be the top most app. But I need to show the TeamViewer on top of my UWP app.

Is there any way to achive it? Or can we embed the TeamViewer inside UWP dialog?

Thanks