PDF file load delay

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Mauly
 
 
Posts: 15
Joined: Sun Apr 24, 2016 5:33 pm

PDF file load delay

Post by Mauly »

I have links to a number of pdf files on the host server, to open application forms or newsletters. When the user clicks on one oof these links it may take 10 seconds or so to download and display the pdf. During this time the user sees no indications that the command was acknowledged and the file is downloading. Is there some way I can display a message while it's downloading?
User avatar
BaconFries
 
 
Posts: 5947
Joined: Thu Aug 16, 2007 7:32 pm

Re: PDF file load delay

Post by BaconFries »

This will require some custom scripting maybe the following will help
https://stackoverflow.com/questions/617 ... -generated
bkjohns
 
 
Posts: 303
Joined: Wed Nov 14, 2018 5:54 pm

Re: PDF file load delay

Post by bkjohns »

Two ideas I have tried...
1. Add an event to the link to open a panel (but if the download doesn't work, you still get the panel), and a timer can close it
2. make the link(s) open in a new browser window - that is a big clue to the user that something actually happened when they clicked the link. This is my personal choice.

There is also an extension called 'Pace', but I have no idea if it would work for you.
Good luck.
MGD4me
 
 
Posts: 282
Joined: Tue May 02, 2017 11:56 pm
Location: British Columbia, Canada

Re: PDF file load delay

Post by MGD4me »

Another method is to set up the link to "Open in a new browser window" (_blank).

When a user clicks on the link, a second tab (window) will open and you can see the progress of the download. When the document has been read, then closing this second window brings you back to where you were, without having to use the "back" button.
Post Reply