GIF images are not visible in Popup using image widget

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi,

I have inserted an image widget which has GIF image inside a form. In the IDE , i can see the GIF image perfectly and it works fine on device as well. But the same image when i placed inside a popup using an image widget,it is not visible on the device.

I am trying to implement the GIF image in a loading indicator

@Dolly Vegv KS​

Please let us know the Visualizer version and project is Box layout or flex layout one. If it is flex layout project then did you designed your popup. If possible share us a sample poc to reproduce the issue at our end.

@Twvcey Rvndvll​ I am using 8.4 Visualizer version and the project is Flex layout only. I used the popup of what kony provides usually.

I am attaching the sample project.

Button 1 action displays popup and Button 2 action displays an another form.

@Dolly Vegv KS​

When I ran the app on iPhone8 device and simulator and on click of button1 I am able to see the popup with GIF image. Popup's are deprecated and I recommend to use flex with higher zIndex will serve the purpose.

@Twvcey Rvndvll​ Is it Working in android? Because when i tested for android for 6.0 and 9.0 OS version,the popup doesnt show up. I am trying to achieve like a loading indicator with GIF image. It will be easy to show and dismiss the popup rather than flex structure as the actual application has both box and flex layout because its a migrated one. Also, the form name needs to be checked to set the visibility to false for every service call or in general wherever the loading indicator is required.

Do you recommend any other approach for this case?

@Dolly Vegv KS​

I have observed that the gif images are not showing in Android. As I said the popup's are deprecated widgets and we no longer support it. We always recommend to use the flex container as popup and set the higher zIndex value and change the visibility of the flex based on the needs.

@Dolly Vegv KS​

Did my response help you? If yes, make sure you click [Select as Best] under the response to close the post.