Responsive Web, Not a Native App
Zizobet is a SvelteKit single-page application that adapts to mobile browsers. No native iOS/Android app has been confirmed — the site runs natively in Safari on iPhone/iPad and Chrome on Android with full feature parity to desktop.
Why responsive web (not native)?
- App Store restrictions on gambling apps make native distribution hard
- Faster updates — changes ship immediately; no App Store review delay
- Cross-platform — same code for iOS, Android, desktop, tablet
- No sideload on Android (no APK file management)
Trade-offs vs native apps:
- No push notifications to lock screen (web apps can't on iOS)
- No biometric auth (uses browser password autofill only)
- Less polished haptic feedback and gesture shortcuts
- iOS users may find PWAs less reliable after major OS updates