Use Do it and show us the filename
Are you able to open another pdf in the webviewer like this?
Taifun
I would use a filename without spaces
Also most probably you are not able to view a pdf like this
Taifun
Sorry, I’m on mobile and not able to check your project… what about following my previous advice?
Taifun
Tried without any special charcter or space. But same issue…
How to view a pdf file see here
Taifun
hello, i am new to this community forum.
i use the ASD forlder to store images for my app but i cannot load them in Dynamic Image component. any help will be appreciated.
Updated version 4
Added properties to set notification title and description, if system download notification is being set to visible.
Added property to set Custom Download Path to set custom path other than ASD, that means now this extension is not limited to ASD only, it can download files in specified path.
Added a new function: FilesListFromAssets to get list of files from app assets directory.
Updated version 5:
Added new functions: SaveFile, ReadFile and AppendFile to work with text files asynchronously.
Added function to get SDK version.
Hello @The_K_Studio you know that it doesn’t work for me on large files, approximately 23mb.
Yes it works well with files up to 10mb for example.
I have all the files in Google Drive
It works without file size limitations, may be problem with your file source.
Check with other source.
I tried several and with different extensions.
DownloasToASD
DownloadHelper
fetchdownloader
The one that worked was CustomDownload from DH
@The_K_Studio Can you please add a block to install or open file after download ??
Like if i am downloading an apk file i want to install that file after download…
Make sure if you add this block then it should work for sdk 34 also
Read and understand the Android restrictions and use shared storage
Taifun
You have to use some logic to handle the downloaded files. I have not added any block to open file as file can be of any type and each file required different methods to open it.
to install apk you may use below extension:
You can not directly create a folder in higher Android versions. As Taifun suggested use shared folders like Download folder to download the files.
@The_K_Studio thank You for Your reply and Wonderful extensions , also thanks to @JEWEL and all kodular members