Copy link to clipboard
Copied
We are working on a project where AnnotationTools works fine in Desktop browsers but doesnt even show AnnotationTools in mobile bowser. our code snippet for the viewerOptions:
const viewerOptions = {
embedMode: "FULL_WINDOW",
defaultViewMode: "FIT_PAGE",
showDownloadPDF: false,
showPrintPDF: false,
showLeftHandPanel: false,
showAnnotationTools: true
};
Can you guys tell me can we imlement that feture for mobile browser & if yes then can you provide us some solution for this ?
Thanks in advance.
Copy link to clipboard
Copied
I am also getting the same issue, in a mobile browser, but in the web browser it's working fine, please reply asap