Share via

Take A Test print issues

vershaji-1853 1 Reputation point
2022-11-11T22:52:33.843+00:00

I'm using the Take A Test API ( https://learn.microsoft.com/en-us/windows/uwp/apps-for-education/take-a-test-api#setCapability ) and trying to enable print using SecureBrowser.security.setCapability("printing","true") on one page, and then on another page within the app I want to disable it as using SecureBrowser.security.setCapability("printing", "false") but cant seem to get it to be disable, the Printer logo is still visible and print enabled. Also is it possible to be able to using a custom button to bring up the print menu ? On Mac window.print() works buts in take a test , print by default is disabled so the button doesnt work.

Developer technologies | Universal Windows Platform (UWP)

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.