Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very buggy when working with iOS 8 WebKit #51

Open
albertgh opened this issue Oct 20, 2014 · 7 comments
Open

Very buggy when working with iOS 8 WebKit #51

albertgh opened this issue Oct 20, 2014 · 7 comments

Comments

@albertgh
Copy link

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

I think the problem is caused by

"CALayer+ModalAlert.m"

@xmzqhl
Copy link

xmzqhl commented Dec 4, 2014

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

@albertgh
Copy link
Author

albertgh commented Dec 5, 2014

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

@xmzqhl
Copy link

xmzqhl commented Dec 5, 2014

@albertgh I also think so.

@albertschulz
Copy link

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 added a commit to albertschulz/LMAlertView that referenced this issue Jan 16, 2015
Fixes crash when using iOS 8 Webkit
Issue: lmcd#51
@albertschulz
Copy link

Here we go:
#53

@xmzqhl
Copy link

xmzqhl commented Jan 16, 2015

Yeah,Thank you very much.exciting

@albertgh
Copy link
Author

@albertschulz Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants