PDFJS viewer hides some controls on mobile devices. If want to show search button on mobile devices, open <joomla_directory>/media/aridocsviewer/pdfjs/web/viewer.html file and replace the following code:
Code: |
<div class="findbar hidden doorHanger hiddenSmallView" id="findbar">
|
with the following one:
Code: |
<div class="findbar hidden doorHanger" id="findbar">
|
and the following code:
Code: |
<button id="viewFind" class="toolbarButton group hiddenSmallView" title="Find in Document" tabindex="12" data-l10n-id="findbar">
|
with the following one:
Code: |
<button id="viewFind" class="toolbarButton group" title="Find in Document" tabindex="12" data-l10n-id="findbar">
|
Regards,
ARI Soft