cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori client - attachment issue in Android

sgodugu
Explorer
0 Kudos

Hi,

In Fiori Client - When we use app to app navigation, after navigation, the attachment functionality is not working in Android. But same attachment functionality is working in iPhone or desktop browsers.

In Android we are not getting the popup itself to choose the files.(this is the issue)

Using window.open for app to app navigation.

Is there any know issue? Please suggest....

Thanks in advance...

Regards

Sreenivas

Accepted Solutions (0)

Answers (2)

Answers (2)

WouterLemaire
Active Contributor
0 Kudos

Hi,

We're having the same problem. Attachment viewer works for JPG files but not for PDF files. We pass the image as base64 to the window.open.

window.open("data:application/pdf;base64,"+content);

Tried your notes, but didn't help...

Kind regards,

Wouter

Kevin_SAP
Advisor
Advisor
0 Kudos

Do you have a PDF viewing app on your Android device?  If this is a custom Fiori app, try KBA 2217478 listed above.

Regards,

Kevin

Kevin_SAP
Advisor
Advisor
0 Kudos

If this is a custom app, could be an issue with an iframe or another problem with Fiori App.  To use the attachmentViewer, it needs to call it correctly.  See KBAs 2189782  or 2217478 and check out the AttachmentViewer at .

Regards,

Kevin