Answered

Download private URL in app

what about private URL like a url generated by server like after making an axios request -> blob:http://localhost:5173/8975d372-642e-4059-a748-c57a8ab1031c
recieved after this directive -> const objectURL = URL.createObjectURL(blob)
the app won't open the file like this Median.share.downloadFile({ url, filename, open: true }) using JS Bridge Functions

Answered

IOS Build issue

Hi team,

Answered
Answered

Updating Apple server certificates

We recently got this mail from Apple:

Answered

[Android] Bottom Tab Bar does not work

Hello there, I'm trying to test the Bottom Tab Bar on the Android device and it doesn't work.

Answered

Implementation of service worker

Dear Members,

Answered

Incorrect version of website

When making the app, it is picking up a previous version of my website

Answered

Service worker based offline page not working

So I had asked a question few days ago about offline functionality and I got the answer of using service worker to cache my resources for offline.

Answered

Our app works on Android but not on IOS

After login in iOS shows black screen, in android works, what can be the problem here?

Answered

Offline Storage Vs Online Storage

So I have a manga watching site and have the functionality of saving the images in the indexedDB for offline visibility.