/cordova-plugin-presentation

Create native multiscreen apps in minutes with the Cordova Presentation API Plugin. Details at:

Primary LanguageObjective-CApache License 2.0Apache-2.0

Why this fork?

Now is possible to enable/disable mirroring and skip the "Select screen" modal window.

To enable mirroring

cordova.exec(function(){alert("mirroring OK")}, function(){alert("mirroring KO")}, "Presentation", "setSecondScreen", ["activate"]);

To disable mirroring

cordova.exec(function(){alert("presentation OK")}, function(){alert("presentation KO")}, "Presentation", "setSecondScreen", ["deactivate"]);

de.fhg.fokus.famium.presentation

Project website: Cordova Presentation API Plugin

Sample app using this plugin: HelloApp

Plugin documentation: doc/index.md

License

Copyright 2014 Fraunhofer FOKUS

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contact

Fraunhofer FOKUS - Competence Center FAME // Future Applications and Media