alitalaee commented on issue #964:
URL: https://github.com/apache/cordova-ios/issues/964#issuecomment-918426782


   I had the same issue and fixed after 4 hours 
   
   global.scss file
   
   ```
   body {
     margin-top: constant(safe-area-inset-top);
     margin-top: env(safe-area-inset-top);
   }
   ion-tab-bar {
     margin-bottom: calc(4px + env(safe-area-inset-top));
   }
   ```
   ![Screen Shot 1400-06-22 at 
22.12.06|507x500](upload://amQSB9I0IhcIm7eDAmSoznnTwpm.jpeg)
   
   i did used safe-area-inset-top for margin-bottom to fixed this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to