disable highlighted field on web browser
I have fillable pdf form created by Adobe Acrobat DC Pro. By default, the form fields are highlighted by a blue rectangular box which can be prevented by the following document level javascript:
app.runtimeHighlight = false;
By the above code, the form fields are not highlighted any more if viewed by a pdf reader (eg: Acrobat or Nitro pro). But the form fields are still highlighted if the form is viewed by a web browser like google chrome.
Is there any document level javascript code by which form fields will not be highlighted viewed by the web browser as well?