From: Vincent Vanwaelscappel Date: Wed, 30 Sep 2020 11:15:13 +0000 (+0200) Subject: wait #3789 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e15877eb28ae2b5284de4b92382d93fe4e20603f;p=fluidbook-html5.git wait #3789 @1 --- diff --git a/images/interface.svg b/images/interface.svg index a32ecd3d..216ef97b 100644 --- a/images/interface.svg +++ b/images/interface.svg @@ -192,4 +192,41 @@ + + + + + + + + + + + + + + diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index acbdc3f8..3bc8dfca 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -51,7 +51,10 @@ FluidbookHelp.prototype = { if (this.fluidbook.mobilefirst.enabled) { var name = 'fingers'; var text = this.fluidbook.l10n.__("scroll down to read the page content"); - help += '
' + this.fluidbook.loader.getImage('images/help/help-touch-scroll.svg', 300 * touchzoom, 200 * touchzoom); + help += '
' + getSpriteIcon('help-touch-scroll', { + widh: 50 * touchzoom, + height: 38 * touchzoom + }); help += '

' + text + '

'; help += '
'; } else { @@ -86,7 +89,10 @@ FluidbookHelp.prototype = { help += '
'; if (this.fluidbook.mobilefirst.enabled) { - help += '
' + this.fluidbook.loader.getImage('images/help/help-touch-swipe.svg', 300 * touchzoom, 200 * touchzoom); + help += '
' + getSpriteIcon('help-touch-swipe', { + width: 50 * touchzoom, + height: 38 * touchzoom + }); help += '

' + this.fluidbook.l10n.__('swipe to change the page') + '

'; help += '
'; }