I recently made an application on ionic. The android app is displayed and working fine. In chrome and safari browsers, everything is fine. But in ios simulators in xcode and on a real device, something happens to the layout. Fixed elements are not fixed, sometimes scrolling does not work (the page either stands in one place or the content is chopped off in the middle and I scroll through the empty screen). The most interesting thing is that the layout does not fly on modal windows (on pages created in the anguraljs controller using $ ionicModal). Where to find the root of the problem? In css or settings in xcode?

  • can you create a minimal example where this is reproduced and attach to the question? - Max Mikheyenko
  • I do not even know. Laying out an application on ionic somewhere just as the site does not work out and even if I post it, everything will work fine. The problem is only on devices and ios emulators. I can throw somewhere a project with an application that needs to be opened in xcode and run - Al Mr

0