-
Notifications
You must be signed in to change notification settings - Fork 276
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
Toast are not showing 2nd time in iOS12.1 #127
base: master
Are you sure you want to change the base?
Conversation
I am using 2.5.2 version which doesn't contain this change but once I updated it to 2.7.2 then toast is not showing 2nd time for iOS 12. So removing this change. |
Please review - @EddyVerbruggen |
@aman2604 If you're happy with the change, and it still works on (let's say) iOS 11, then I'd be happy to merge it. |
@EddyVerbruggen - 83% of all devices introduced in the last 4 years are using iOS 12 and I don't have iOS 11 device. Please refer - https://developer.apple.com/support/app-store/ |
@aman2604 Sure, but if this would break iOS 11 support (I'm not saying it does!) all hell will break loose; this plugin has ~5k daily downloads so there will be a lot of app users. If for 17% the app crashes: 😱 |
@EddyVerbruggen - I tried it on iOS11 and it is working there as well. |
@EddyVerbruggen - Could you please merge this PR? |
Reverting #112 will have consequences on application using multiple layers : in my case if it's revert it can cause toast to not work at all on iOS when using InAppBrowser, that's why I made #112 in the first place. |
@yjajkiew Thanks so much for chiming in! |
Hello, sorry for the delay but I finally found the time to try to reproduce this error but I can't. Steps to reproduce :
Can someone else test this to confirm ? Or can someone else confirm @aman2604 's problem ? |
@yjajkiew - I tried this on simulator and issue is coming for iOS 11 simulator also. |
Can you give us some contexts about your application that may be causing this issue ? I can not reproduce. |
@yjajkiew - We are showing the Toast message on button click and then opening a alert dialog. Once alert dialog is closed, we are opening the second toast. Also, we are doing it in the iframe. |
@yjajkiew - A gentle reminder for this. |
No description provided.