Hi admin, please add download image feature in website 2 apk.
so that it can function like other applications
thanks
Hi admin, please add download image feature in website 2 apk.
so that it can function like other applications
thanks
@yoiklano , You can add an Image download button in your code itself, we want to keep the software as simpler as possible.
reopen..
ihave create function to download file from my aws s3.
running normally when accessed via a web browser. but when I change it to APK, the download function doesn't work
@olipiskandar , You can debug your app as follows :
https://websitetoapk.com/docs/debugging-with-chrome.html
Since API 28, local files are forbidden (you cannot download them). At least, not possible now without a little fine-tuning on the Java side.