> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solanamobile.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MWA for Web Apps

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/solanalabs/TqbmPoBvHph_ccql/images/static/videos/svw_mwa.mp4?fit=max&auto=format&n=TqbmPoBvHph_ccql&q=85&s=c2801bfd2f5c7fd173269fd2f166bf6d" data-path="images/static/videos/svw_mwa.mp4" />

## Overview

Mobile Wallet Adapter enables **Mobile Web Apps**, including PWAs, to connect locally to wallet apps on the same Android device.

## SDK

Use the **Mobile Wallet Standard** library to register MWA as a wallet option in your web app. It is compatible with any web app using the `@anza/wallet-adapter` libraries.

### Reference

<CardGroup cols={3}>
  <Card horizontal title="Installation" icon="download" href="/get-started/web/installation" />

  <Card horizontal title="Demo" icon="qrcode" href="https://solana-mobile.github.io/mobile-wallet-adapter/example-web-app/" />

  <Card horizontal title="Github" icon="github" href="https://github.com/solana-mobile/mobile-wallet-adapter/tree/main/js/packages/wallet-standard-mobile" />
</CardGroup>

## Wallet Compatibility

| Wallet (Android only) | Mobile Web (Local) |
| :-------------------- | :----------------- |
| Seed Vault Wallet     | ✅                  |
| Solflare              | ✅                  |
| Phantom               | ✅                  |

## Browser Compatibility

| Platform                 | Mobile Web (Local) | Notes                                                 |
| :----------------------- | :----------------- | :---------------------------------------------------- |
| Android - Chrome         | ✅                  | Primary Android browser; also works with Chrome PWAs. |
| Android - Other Browsers | ❌                  | Firefox, Opera, Brave, etc. do not support MWA.       |
| iOS - All Browsers       | ❌                  | MWA is not available on any iOS browser.              |
