revealJS presentations work sorta
I still have lots of bugs, but the groundwork is there. At least a proof of concept.
This commit is contained in:
parent
7d79c38c2a
commit
e30066b101
6 changed files with 71 additions and 4 deletions
|
@ -177,6 +177,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
url: webSource
|
||||
visible: htmlVisible
|
||||
zoomFactor: preview ? 0.25 : 1.0
|
||||
onLoadingChanged: {
|
||||
if (loadRequest.status == 2)
|
||||
showPassiveNotification("yahoo?");
|
||||
|
@ -247,10 +248,10 @@ Item {
|
|||
}
|
||||
|
||||
function revealNext() {
|
||||
web.runJavascript("Reveal.next()")
|
||||
web.runJavaScript("Reveal.next()")
|
||||
}
|
||||
|
||||
function revealPrev() {
|
||||
web.runJavascript("Reveal.prev()")
|
||||
web.runJavaScript("Reveal.prev()")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue