LSDialogViewController icon indicating copy to clipboard operation
LSDialogViewController copied to clipboard

When there are two or more dialogs display at the same time, only the last dialog actions button works

Open uypanha opened this issue 5 years ago • 3 comments

It accidentally that I face with this issue, once my apps show two dialogs at the same time, my first dialog controller is skilled and some how dialog button didn't work (only the last one work fine).

uypanha avatar Jun 02 '19 08:06 uypanha

Sorry to be late for replying. Actually, I faced with same issue before, so that I couldn't resolve it. 😢 However, the things that the pop-up is displayed in duplicate on one screen does not seem to be correct behavior itself.

Maybe... It is likely that the value for closing the pop-up has been invalidated as it was released by the view displayed in the second half.

daihase avatar Jun 05 '19 07:06 daihase

@daihase, thanks for the reply. I think the first pop-up invalidated because we set the new controller to ls_dialogViewController in UIViewController+LSDialogViewController.swift. I think this should be an collection of dialog that could prevent from that issue or we close the first pop-up before display another popup.

uypanha avatar Jun 06 '19 09:06 uypanha

@uypanha did you find any solution?

ismaiI1 avatar Nov 17 '20 10:11 ismaiI1