maddy2get
maddy2get
I am also able to reproduce this issue with version 8.0.2
I am also having the same issue. @SingleMalted could you please provide more info, example of .gradle file with it's location?
Thanks @SingleMalted and @comporell for the detailed explanation.
I am having different but same issue. It shows popup at wrong position. Please see the attached image. Device: iPhone 5s OS: iOS 8.1.1 It works fine for iPhone 6...
It doesn't seem so unfortunately. Any help would be appreciated. Thanks.
I agree. May be media query based on screen size and .ath-ios8.
+1 Currently you can easily hack around as below :-) ``` ``` Let me know if this hack causes any issue @NejcZdovc.
Hey @GastonVottero / @justinbeatz, would you please share how you fixed the Android `showController` function, I am having the same issue, any help is appreciated. Thanks
Great, thanks, this helps a lot.
Here is my quick fix: Update this function: ``` UIMorphingButton.prototype._initEvents = function() { var self = this; // open this.button.addEventListener( 'click', function() { self.toggle(); } ); // close if( this.options.closeEl...