After I've update my iphone 6s
to ios 12.1
I'm having an issue with my app tab bar height when I wanna get back to the main page. in fact everything is ok when app started but when I navigate to the any page with hidden tab bar and after that back again to the main page with the tab bar, as you could see on the picture, the tab tab height has a problem with its height.
also I've got this problem with whatsapp
. maybe its gonna be the global ios
bug but anyway I wanna know is there anyone have this issue or have some workaround for solving it?
i noticed the same here with whatsapp
ios 12.1
@abderra7mane Have you got the answer from whatsapp team?
I have the same problem.
@jsina this the answer from whatsapp team
“
Hi,
Thanks for your message.
We apologize for the inconvenience, but this is an issue related to the iOS and not WhatsApp itself. Please try to reboot your phone (turn it off, wait 30 seconds and turn it back on). If the issue persists, unfortunately, there is nothing we can do from our end to fix a problem with the iOS.
Note: Please consider updating to the latest iOS if possible, as Apple often releases bug fixes and feature improvements in their latest iOS version. You can update your iOS by going to iPhone Settings > General > Software Update. If the issue continues to persist after updating to the latest iOS, please contact Apple Support for additional assistance.
If you have any other questions or concerns, please feel free to contact us. We'd be happy to help!
Charlie
WhatsApp Support Team
“
like everyone says, it’s an ios bug, may be it will be solved on the next update.
Have the same issue. As a temporary workaround you can use tabBarTranslucent: false
within tabStyles. Or, change self.tabBar.translucent to NO (i.e. self.tabBar.translucent = NO; ) in RCCTabBarController.m. Both options verified within v1.
@GetSource1234 workaround has worked for me.
Have the same issue. As a temporary workaround you can use
tabBarTranslucent: false
within tabStyles. Or, change self.tabBar.translucent to NO (i.e. self.tabBar.translucent = NO; ) in RCCTabBarController.m. Both options verified within v1.
very good
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.
The issue has been closed for inactivity.
Most helpful comment
Have the same issue. As a temporary workaround you can use
tabBarTranslucent: false
within tabStyles. Or, change self.tabBar.translucent to NO (i.e. self.tabBar.translucent = NO; ) in RCCTabBarController.m. Both options verified within v1.