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
Now that the article sources contain image elements, we can display them in the app.
We need a plan that will:
preserve any necessary styling of the elements
convert the image urls from relative to absolute
keep the images hidden/unloaded by default
allow the user to enable image loading dynamically in the apps
Presumably we can mark the elements as hidden or similar, and have a piece of JS to toggle it that is loaded in the app webviews based on a user preference.
The text was updated successfully, but these errors were encountered:
Now that the article sources contain image elements, we can display them in the app.
We need a plan that will:
Presumably we can mark the elements as
hidden
or similar, and have a piece of JS to toggle it that is loaded in the app webviews based on a user preference.The text was updated successfully, but these errors were encountered: