288
Views
6
Comments
Solved
[Page Loader] Page Loader Help
Question
page-loader
Web icon
Forge asset by Matheus Medeiros

We are trying to add in an overlay that says "loading..." and has some kind of animation when navigating from one page to another- the preparation of the second screen is huge so we need something to let the user know that it is not broken... We have put the Page Loader component from the forge on the page but not entirely sure how to notify it to appear.


Any help would be much appreciated!

UserImage.jpg
Davidk
Solution

It looks like PageLoader has a problem.  With the Method for getting to your target page set to anything except Ajax Submit, you get this error.

It's blowing up on this line of the showLoader function...

SyntaxEditor Code Snippet

    var IsValidatingForm = component.attr("original-onclick").indexOf("ClientValidate") >= 0;


I was using a Method of Navigate, which is appropriate... but got the above error.

If I change my Method as below, then PageLoader works.

2019-06-23 20-19-45
Matheus Medeiros

Lucy Ridge wrote:

We are trying to add in an overlay that says "loading..." and has some kind of animation when navigating from one page to another- the preparation of the second screen is huge so we need something to let the user know that it is not broken... We have put the Page Loader component from the forge on the page but not entirely sure how to notify it to appear.


Any help would be much appreciated!

Hi Lucy,


Sorry for the late reply.


I've just released a new version that supports navigation links. ;)


2021-10-19 10-28-13
Miguel Silva

Hello Matheus,


I think there's a problem when downloading the component. It always return the error in the image below:

Thanks in advance!

2020-03-18 17-11-36
Ana de Melo Sequeira

hi,


there are issues downloading some components, related to AWS issues. we are connecting with them to fix it. As soon as we get more info I will update it here.


Ana

2020-03-18 17-11-36
Ana de Melo Sequeira

Hi

Forge should be back up and available for all component versions. 


Cheers

Ana

2021-10-19 10-28-13
Miguel Silva

Thanks, Ana. It's all good.


Sincerely,

Miguel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.