Skip to content
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

bug: Ionic 3, iOS 13.4.1, the framework shows the Android UI instead of the iOS UI (UI components) #21264

Closed
ulver2812 opened this issue May 11, 2020 · 2 comments
Labels
ionitron: v3 moves the issue to the ionic-v3 repository

Comments

@ulver2812
Copy link

ulver2812 commented May 11, 2020

Bug Report

Ionic version:

[x] 3.x

Current behavior:
On iOS 13.4.1 the framework shows the Android UI instead of the iOS UI (UI components).
On iOS 12 it works correctly.

Expected behavior:
On iOS 13.4.1 the framework must shows the iOS UI (UI components).

Steps to reproduce:
Run an Ionic 3 app on iOS 13.4.1.

Related code:
I found this workaround to set iOS as the default UI, in src/app/app.module.ts

imports: [
IonicModule.forRoot(MyApp,{
    mode: 'ios'
})
],

Other information:

Ionic info:

Ionic:

   Ionic CLI          : 6.8.0 (/usr/local/lib/node_modules/@ionic/cli)
   Ionic Framework    : ionic-angular 3.9.9
   @ionic/app-scripts : 3.2.4

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : ios 5.1.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 8 other plugins)

Utility:

   cordova-res : not installed
   native-run  : not installed

System:

   ios-sim : 8.0.2
   NodeJS  : v12.16.3 (/usr/local/bin/node)
   npm     : 6.14.4
   OS      : macOS Catalina
   Xcode   : Xcode 11.4.1 Build version 11E503a

@ionitron-bot ionitron-bot bot added the triage label May 11, 2020
@liamdebeasi liamdebeasi added the ionitron: v3 moves the issue to the ionic-v3 repository label May 11, 2020
@ionitron-bot
Copy link

ionitron-bot bot commented May 11, 2020

Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.

Thank you for using Ionic!

@ionitron-bot
Copy link

ionitron-bot bot commented May 11, 2020

Issue moved to: ionic-team/ionic-v3#1104

@ionitron-bot ionitron-bot bot closed this as completed May 11, 2020
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators May 11, 2020
@ionitron-bot ionitron-bot bot removed the triage label May 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ionitron: v3 moves the issue to the ionic-v3 repository
Projects
None yet
Development

No branches or pull requests

2 participants