Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The progress display just needs to be redesigned entirely. That's an old style of displaying things using tables so it's wrong usage of a table. Have added a feature ticket to replace the display with a grid display so it can show on mobile and also show upload previews of images being uploaded.Solution: Either show the uploading bar just like on computer(best) OR show a blinking button that says "Please wait while Media is uploading".
This is unlikely to ever be implemented, sorry. You need a service worker for background sync to work. Most of our users, and probably even yourself, do not have the hosting capacity to be running a service worker. Background sync is also barely available today and is mostly used as part of android phone API.Second solution (not sure if that will work): Upload in background including deferred posting of Activity.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
iOS likely has their own API. All of which is too early to be using in a browser environment. Those APIs are primarily meant and designed for mobile apps in native environments. In short you are unlikely to ever see this implemented, sorry.Uh I had thought that they had implemented it already on Safari and iOS webview... OK will see if I can maybe implement it inside the webview app for android but am not confident...
That will be addressed with the redesign of the upload progress.I think that it will be far easier to stomach the wait if the user can actually see the upload on mobile...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.