Admin Ant

Results 20 comments of Admin Ant

Any news on this issue? Need close button on Android as well as on iOS for better usability

Any solution yet? I face the same issue, browser looks very ugly with translucent toolbar

Still, in 2023 the problem persists on iOS 15.1. I switch off wifi on iPhone, the listener comes with ConnectivityResult.none, it's ok. Then, I switch on wifi, and during a...

The issue still here, iOS 15.1, the plugin is very unreliable on iOS, we need fix.

I have the same problem, my flushbar is hidden if I call .pop() in my app to hide modal windows and so on. I want flushbar to be always on...

Same problem, do you have an idea to fix it? I tried to rewrite custom tabs code in plugin, and managed to run browser that is not closed when switching...

Any news on this issue?

Is it possible for flushbar not react on Navigator.pop?

Same issue, it seems that in this code (DownloadWorker.kt) if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q && saveInPublicStorage) { val uri = createFileInPublicDownloadsDir(actualFilename, contentType) savedFilePath = getMediaStoreEntryPathApi29(uri!!) outputStream = context.contentResolver.openOutputStream(uri, "w") } else...