You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marcosmfjunior
If the image host server sends browser-caching headers, then doing an XHR request (using Angular HTTP) will preload the image.
If we don't have cache headers, we need to create Image element and set it's src to that URL. The element doesn't have to be rendered in the DOM, just needs to exist in the memory.
This PR was a good start to add some browser functionality. Running an app in browser (
PWA
,ionic serve
... etc) should do the followingbackground
CSS property orsrc
attribute (via XHR)The text was updated successfully, but these errors were encountered: