fromInfoWorld
2 days agoCompose Multiplatform brings auto-resizing to interop views
Also in version 1.10.0, Compose Multiplatform now uses the Web Cache API to cache successful responses for static assets and string resources. This avoids the delays associated with the browser's default cache, which validates stored content through repeated HTTP requests and can be slow on low-bandwidth connections. The cache is cleared on every app launch or page refresh to ensure resources remain consistent with the application's current state. This capability is an experimental feature.
Mobile UX