Skip to content
Discussion options

You must be logged in to vote

I think the App Store jump is not caused by the 13305 default.

In current source, the redirect is in src/app/src/renderer/index.tsx, before the React app is mounted:

  • Android -> Play Store
  • iPad/iPhone/iPod -> https://apps.apple.com/ca/app/lemonade-mobile/id6757372210
  • otherwise render <App />

So on iPhone/iPad the bundle intentionally leaves the local web UI immediately. The 13305 values you found are defaults/fallbacks: web mode injects window.api.isWebApp = true; serverConfig.ts then uses window.location.origin as the base URL, and the C++ mock returns parseInt(window.location.port) || 13305 only as fallback.

For a local LAN web UI on mobile, the redirect in index.tsx would need to be r…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@splifingate
Comment options

Answer selected by splifingate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants