presentation-displays
presentation-displays copied to clipboard
Feature - Hide presentation
Thanks for developing this package, but it lacks a hide presentation function. May I know if this feature is planned?
u can push code off-screen JSON to Secondary Display in here u visible. the widget Secondary Display
u can push code off-screen JSON to Secondary Display in here u visible. the widget Secondary Display
@VNAPNIC How can I do this? The showSecondaryDisplay function only accepts a displayId, and routerName parameter.
Transmit the data from the main display to the secondary display by displayManager.transferDataToPresentation (" test transfer data ")
Transmit the data from the main display to the secondary display by displayManager.transferDataToPresentation (" test transfer data ")
The transfer data function works perfectly, but how can I close the presentation screen and make it mirror the primary display instead.
Create a common widget for 2 screens. Use transferDataToPresentation to transfer data or events to the second monitor.
@VNAPNIC How to dismiss presentation and resume mirroring?
I added a solution to dismiss presentation from secondary display. It works in Android for now. Pull Request #39