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 ?
Hi,
Can you share the .oml file ?
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.