Closed rdndnl closed 6 years ago
Thank you for the issue! I am going to close this issue and merge it into #15165 to keep all platform issues in one.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug platform.is('ios') return false on ios when deployed as app while return true when running inside Ionic DevApp. Creating a new App cannot reproduce this behaviour, the bug exists on my current app with several ionic-native plugins.
Steps to Reproduce Steps to reproduce the behavior:
collect results:
On Chrome:
On an Android phone:
On an iOS - iPhone phone:
On Ionic DevApp (android)
On Ionic DevApp (ios - iphone)
Related Code
Expected Behavior
platform.is('ios') === true when deployed on all iOS related platforms
Additional Context none