I have a tabbed web application, and I also created image caching before the page goes, so when the user goes to the page, I make all the pictures uploaded to the page.
when I click on the tab with many images, I show the spinner and start downloading the images in the background, after which I will show the page.
but I want to freeze any user inputs or taps while I do this. so what's the best way to freeze and unfreeze an entire page?
thank
source
share