this doesn't work. no animation and no error. i get only image (1st frame?). Log(gif.FrameCount) returns 8 for this gif. where is the problem? i have b4a 5.8 and latest versions of libs that works with 5.8
It will not work as CustomDialog2 creates a modal dialog which blocks other events. You need to switch to the new Dialogs library and use CustomLayoutDialog: https://www.b4x.com/android/forum/threads/80204/#content
However it requires B4A v7+.