Switch between IOS styles

I’m planning to update my Framework7 core app from Framework7 v8 to v9 within the next weeks. But for the moment I would like to keep the IOS style of Framework7 v8 / IOS style prior to IOS 26 !
Is it possible to configure the app to either use the “old” IOS style or the “new” IOS style ?

1 Like

Only if you either use V8 or V9 Framework7. Also, if your app is too heavily looking like iOS18, then Apple may reject it during the App Store review process.

I can feel you. The iOS 26 style is so damn ugly!! The worst UI update in Apple’s history.

If you want to force the iOS theme regardless of the platform, you usually just need to set theme: ‘ios’ in your app initialization.
If you’re trying to toggle it dynamically after the app has already loaded, it can be a bit more finicky with the CSS classes. Sometimes it’s easier to just detect the preference on launch and set it then.