Hi,
Since I upgraded to ionic 1.7.12 ionic.Platform.isIOS() return true when running ionic serve on mac. Is this the expected behavior?
Thanks,
Simon
Hi,
Since I upgraded to ionic 1.7.12 ionic.Platform.isIOS() return true when running ionic serve on mac. Is this the expected behavior?
Thanks,
Simon
ionic serve launches the app in the browser … isIOS is only on the device/emulator
Yes I know, this is why I expected ionic.Platform.isIOS() to return false when running in a browser but it actually return true
Simon