Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

PDF no search on mobile view
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: PDF no search on mobile view
#58737
PDF no search on mobile view 7 Years, 6 Months ago Karma: 0
Hi. I've been using the extension that works good on my website. The only problem is that on an embedded pdf I can see the "search button" on my laptop but not on my phone... Is there a solution? thanks
The administrator has disabled public write access.
 
#58738
Re:PDF no search on mobile view 7 Years, 6 Months ago Karma: 747
Hello,

Could you provide a link to a page where the problem occurs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58739
Re:PDF no search on mobile view 7 Years, 6 Months ago Karma: 0
The administrator has disabled public write access.
 
#58740
Re:PDF no search on mobile view 7 Years, 6 Months ago Karma: 747
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
The administrator has disabled public write access.
 
#58832
Re:PDF no search on mobile view 7 Years, 6 Months ago Karma: 0
Thanks a lot. It worked
The administrator has disabled public write access.
 
Go to topPage: 1