Hotwire Native v1.3 0 ▲ Joe Masilotti 1 hour ago · Tech · hide · 0 comments Hey everyone, Hotwire Native v1.3 just dropped with a huge release notes entry.And that’s just for iOS! Here’s the stuff that matters, including the breaking changes you’ll need to accommodate in your app to upgrade today.iOSiOS saw the majority of the work this release, mostly focused on adding customization options to the included native pieces and reaching API parity with Android.Lazy loading native tabsNative tabs can now be lazy-loaded, meaning launching the app won’t hit your server with 5+ network requests. When enabled, each tab’s content loads the first time the user opens it. Note that this is a breaking change, as it was moved from Hotwire.config.lazyLoadTabs.HotwireTabBarController(lazyLoadTabs: true)Search tabsFor users running iOS 26, you can use the new UISearchTab to show a floating tab off to the right. Tapping this opens the tab’s content as usual. The only difference is the special placement.HotwireTab( title: “Search”, image: UIImage(systemName: “magnifyingglass”),… No comments yet. Log in to reply on the Fediverse. Comments will appear here.