• fix(android): add deep link handler to intercept zeavisedu:// URLs and navigate WebView

    MythEclipse released this 2026-06-15 18:03:45 +00:00 | 48 commits to main since this release

    Login-page won't auto-process token on deep link return because
    the WebView stays on the page it was on. Added setupDeepLinkHandler()
    which listens for zeavisedu:// scheme URLs and navigates the WebView
    to the correct path+query.

    Co-Authored-By: Claude noreply@anthropic.com

    Downloads