LMAlertView icon indicating copy to clipboard operation
LMAlertView copied to clipboard

Very buggy when working with iOS 8 WebKit

Open albertgh opened this issue 10 years ago • 7 comments

*** WebKit discarding exception: <NSInvalidArgumentException> -[WebActionDisablingCALayerDelegate superview]: unrecognized selector sent to instance

I think the problem is caused by

"CALayer+ModalAlert.m"

albertgh avatar Oct 20 '14 11:10 albertgh

I also met this problem,Do you know how to fix it now?

xmzqhl avatar Dec 04 '14 10:12 xmzqhl

@wybflb I just use another similar library ......

albertgh avatar Dec 05 '14 04:12 albertgh

@albertgh I also think so.

xmzqhl avatar Dec 05 '14 10:12 xmzqhl

The problem is in the windowForView: method. tempView.superview wants to receive a superview from WebActionDisablingCALayerDelegate, but it does not recognize this selector. I will send a Merge Request which will fix this.

albertschulz avatar Jan 16 '15 08:01 albertschulz

Here we go: https://github.com/lmcd/LMAlertView/pull/53

albertschulz avatar Jan 16 '15 08:01 albertschulz

Yeah,Thank you very much.exciting

xmzqhl avatar Jan 16 '15 08:01 xmzqhl

@albertschulz Thanks.

albertgh avatar Jan 17 '15 15:01 albertgh