Im Using Outsystems own File Viewer Plugin in that when I pass PDF URL as input it can able to open PDF in Mobile Native Apk app but when I try to modify it as Base64 Input it won't work also I try to convert from Base64ToBinary and then I m using File Plugins client action Save File that is also not working.
I can't use Javascript directly in Native App because Javascipt code for Download PDF is working in PWA (Mobile Browser) but when it comes to Native App (APK) its required Cordova or some other framework.
Do anyone have proper working solution in which Download PDF from BAse64(PDF) Input should work in (Native)Android APK app also.
I have a forge component that might be worth a try:
https://www.outsystems.com/forge/component-overview/10420/pdf-viewer-reactive-o11
If it doesn't work, please let me know.