Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
const script = document.createElement("script");
script.src = "//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js";
script.onload = function() {
imagePreview();
setTimeout("removeTitle();", 1000);
};
const head = document.getElementsByTagName("head")[0];
head.appendChild(script);
Yeah, this isn't a bug. By default, browser will only load https resources (media/images) while on a https site.
I'm not going to put more band-aids on ASF v1 because it was never meant for https.
ASF v2, no doubt, is designed natively, and will only work with https.
Unfortunately, the initial release of v2 will not include the grid view feature. While the feature was considered, the complexity of integrating grid view with different forum views like when searching and viewing articles forum presented a considerable challenge. I made the decision to exclude it due to the substantial development resources it required relative to its scope. I hope to revisit this feature in the future.Hopefully grid view comes with v2 and we dont even have to hover over the images!