I am using ajax call to retrieve data from server, it takes few seconds for data to come at front end and get populated, as the data is getting retrieved i want to display a processing page. I was going through cookbook - https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=pullToRefresh&demo=basicPullToRefresh, but at the top it is mentioned that it only works for touch enabled devices and it is using oj collections and i am not doing so. I have also taken a look at https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=progress&demo=loading and this also doesn't seem to meet the need. Is there any other way. Does ojet provide us with the functionality to display a process page or some sort of loading gesture on whole page as data is getting retrieved?
Or i am wrong somewhere and using above listed links we can achieve the needed?