32
Views
2
Comments
[Progress Spinner Mobile] progress spinner not shrink
Question
progress-spinner-mobile
Mobile icon
Forge asset by Harlin Setiadarma

im using outsystems version 11.7.9 to build android app and try run in my lenovo device with marsmellow OS. i tried to show progress bar when connect to api and shrink it when finish to connected to api. i display and shrink the progress in render action. i set when isProgressVisible is true so that display but when isProgressVisible is false progress spinner is close, but it not close, how do i close it ?


2021-01-04 08-13-48
Toto
 
MVP

Hi,

Can you share the .oml file ?

2024-03-25 06-19-08
Harlin Setiadarma

just set variable to false should close it.

if not, then check if your API throws Exception.

always use global ExceptionHandler to show error message and close the progress spinner.

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