Skip to main content
May 12, 2023
Question

documentdownload link flickering

  • May 12, 2023
  • 6 replies
  • 0 views

Hi Champ,

I am using document download in my portal application. When user clicking the link, it usually flickers and download it in a next tab and comes back to main page. 

Can we somehow stop this flickering behavior?

Regards,

Ghanashyam

6 replies

May 12, 2023

Hi [mention:8a27d71badb7400d9bd8de772aa50e64:e9ed411860ed4f2ba0265705b8793d05], Could you provide some more context regarding this flickering ?

stefanhelzle0001
Brainy
May 12, 2023

Can you share a screen recording?

May 12, 2023

It's difficult for me to record it ; but if you do a small poc use document download link in any interface, it will behave the same way. It open a new blank window in the same browser, download the document and automatically comes back to the main window.

Below is the code snippet:

a!richTextIcon(
icon: "download",
link: a!documentDownloadLink(
document: cons!document
),
color: "NEGATIVE"
)

stefanhelzle0001
Brainy
May 12, 2023

I understand. Is this the "flickering" you mentioned? Appian does not support to customize this behaviour in any way. And AFAIK this specific behaviour also depends on the browser used. Did you try different browsers?