Hello all,
I'm trying to display a web page within my android application along with an animated progress bar showing the web page loading progress as part of the GUI.
The only trouble I have is the conditions, since the progress bar looks like it's continuously loading. I've tried multiple combinations, but something seems illogical somewhere...
I've tried:
On Click --> Set to animation "Loading"
On Load Complete --> Set to animation "LoadDone"
With it stuck on the "Loading" animation, but works fine with the regular exe runtime.
And the most logical one to me would be:
Started loading? --> Set to animation "Loading"
On Load Complete --> Set to animation "LoadDone".
But still stays on the "Loading" animation. From my testing, I've found it's always on "Starting Loading".
What's going wrong here? The documentation doesn't make perfect sense to me neither, never mind the translation errors! On Navigate? On Click? Started Loading?
Thank you in advance.