0

My Progressive Web App I made with Ionic and Angular 8 looks nice on Chrome and Android devices. But if I switch to an iOS device, the Styles are not applied correctly.

Buttons, Icons and the Titlebar-Font has wrong colors.

To make my App run i use ng build --prod and copy the generated www folder to my Webserver.

edit found the error. The iPad was not updated. The iOS version was outdated.

Kevin Busch
  • 191
  • 1
  • 4
  • 17

1 Answers1

1

check related links ios ui is different then android and browser ionic

MohammedAli
  • 2,361
  • 2
  • 19
  • 36
  • Changing it to "md" made my until then hidden Burger-Menu-Button visible, but nothing else changed. sorry for deleting my comment, i had another problem and thought i should fix it before i answer. – Kevin Busch Dec 23 '19 at 12:38
  • The solution was, that the testdevices got no updates since a long period. After the iOS update everything worked fine. – Kevin Busch Mar 09 '20 at 09:22