Adding reveal next and previous buttons
In order to make this work, I had to determine in rust which were html and essentially not call the change_slide function and instead call the reveal_next/previous functions and then tweak it from there.
This commit is contained in:
parent
b589cb2490
commit
da258433d9
5 changed files with 35 additions and 17 deletions
|
@ -191,11 +191,14 @@ Item {
|
|||
anchors.fill: parent
|
||||
url: webSource
|
||||
visible: htmlVisible
|
||||
enabled: htmlVisible
|
||||
zoomFactor: preview ? 0.25 : 1.0
|
||||
onLoadingChanged: {
|
||||
if (loadRequest.status == 2)
|
||||
showPassiveNotification("yahoo?");
|
||||
}
|
||||
settings.playbackRequiresUserGesture: false
|
||||
audioMuted: root.preview
|
||||
|
||||
/* function moveToSlideIndex(index) { */
|
||||
/* web.runJavaScript(" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue