<!-- LLM_VERSION_INFO
FORMAT: text/markdown
CONTENT_TYPE: article
ORIGINAL_URL: https://plaid.com/blog/announcing-a-new-mobile-experience-for-plaid-link
ALTERNATE_VERSION: blog/announcing-a-new-mobile-experience-for-plaid-link/index.html (text/html)
EXTRACTION_DATE: 2026-04-19T00:00:45.435Z

This is the markdown version with text-only content (images converted to alt-text).
For rich formatting with images, request the HTML version at: blog/announcing-a-new-mobile-experience-for-plaid-link/index.html
-->

# Announcing a new mobile experience for Plaid Link

Nathan Kot

Updated on December 11, 2020

We're excited to share new [Link](https://blog.plaid.com/plaid-link) product updates that we've been working on that improve the mobile experience and make it even easier to integrate.

## Redesigned mobile experience

Link’s look and feel on mobile devices has been redesigned from the ground up to ensure compatibility and performance on a wide range of devices, particularly iOS and Android.

## Improved WebView integration

Embedding Link in a WebView is now easier than ever. Link’s new mobile design is simple and subtle, keeping your users focused on your app rather than ours.

You can jump straight to the Institution Select view or to a specific institution. All standard Link configuration options are supported for WebViews. Find complete sample apps for iOS’ UIWebView and WKWebView and Android’s WebView on [GitHub](https://github.com/plaid/link/tree/master/examples) and more details in the [docs](/content/docs/quickstart/#webview-integration/index.html).

## 'onExit() and 'exit()' callbacks

The [`onExit()`](/content/docs/quickstart/#onexit-callback/index.html) callback has been updated to include additional metadata, including information about the institution the user selected, any Plaid API errors, and API request IDs. We’ve also introduced an [`exit()`](/content/docs/quickstart/#exit-function/index.html) function, allowing you to programmatically close Link with a single client-side call.

## Integrate today

The updated mobile design and new client-side functionality are live in production today! Head to the [docs](/content/docs/quickstart/index.html) to get started today or check out a [demo](/content/demo/index.html).

Have an existing integration? You'll just need to [update your Link initialization URL](/content/docs/quickstart/#step-2-custom-integration/index.html) to take advantage of these new features:

```bash
1https://cdn.plaid.com/link/v2/stable/link-initialize.js
2
```

[Integrate Today](/content/docs/quickstart/index.html)
