You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I push any viewcontroller on the controller that is showing menu the ripple effects stops working in all the controllers.
Consider I have HomeViewController which has menu button to show menu. Once the menu is displayed after that in any viewcontroller I use UITextfield with subclass of MaterialKit the ripple effect stops working.
I know it's not the issue of your library but just wanted to know any workaround I can solve the issue. While debugging I got to know "clearEffects" method in the MKLayer method is not getting called after I tap on any textfield.
So is there is any way I can solve this issue.
The text was updated successfully, but these errors were encountered:
I am using following GitHub library for the menu :-
https://github.com/yannickl/FlowingMenu
When I push any viewcontroller on the controller that is showing menu the ripple effects stops working in all the controllers.
Consider I have HomeViewController which has menu button to show menu. Once the menu is displayed after that in any viewcontroller I use UITextfield with subclass of MaterialKit the ripple effect stops working.
I know it's not the issue of your library but just wanted to know any workaround I can solve the issue. While debugging I got to know "clearEffects" method in the MKLayer method is not getting called after I tap on any textfield.
So is there is any way I can solve this issue.
The text was updated successfully, but these errors were encountered: