Bounce scroll stopped working for iOS

Bounce scroll for has stopped working on iOS for both the emulator and on a device.

However, it works in the browser when I do “ionic serve” or “ionic serve --lab” (iOS frame only).

When I add has-bouncing=“true” to an ion-content element it works. However, I don’t want to have to add it to each one and I don’t want remember to add it in the future when new pages are created.

Has anyone seen this before? Does anyone have any ideas on where I should start looking?

I was able to fix this by creating a blank ionic app “ionic start MyApp blank” and then copying over my www folder.