Shopify Apr 25, 2025

Mobile Bridge: Making WebViews Feel Native

Article Summary

Shopify had 600 mobile screens to build. Building them all natively would have crushed their velocity, but WebViews felt slow and broken.

Shopify's mobile team created Mobile Bridge, a framework that transforms WebViews from clunky web pages into experiences that feel indistinguishable from native screens. This post breaks down their three-part approach to solving WebView performance, appearance, and integration challenges.

Key Takeaways

Critical Insight

Mobile Bridge turned WebViews into a core mobile strategy at Shopify, freeing engineering bandwidth to focus on critical native features while maintaining near-native UX.

Their next experiment renders Polaris components natively from web code using remote-dom (can you spot which parts are WebViews in their prototype?).

About This Article

Problem

Shopify's WebViews had a poor user experience because they behaved like browsers. Users could zoom in and out, select text, and see UI elements like title bars and footers that didn't match the native app design.

Solution

Shopify used JavaScript to turn off zooming and CSS to block text selection. They hid unnecessary admin interface components and updated Polaris components to look and feel native.

Impact

WebViews now look and behave the same way as the rest of the native app. Users no longer notice the jarring shift when they move between screens.