How to disable Navbar Large Title for android

Hi

How to disable Navbar Large Title for android in v4. In iOS that option looks cool but not in android. so I want to disable that feature in android only.

Thanks
Jana

I think you could remove the .navbar-inner-large class and additional .title-large element:

https://framework7.io/docs/navbar.html#large-title

2 Likes

I was looking for any framework default solution. Anywasys thank you