Mobile Web Overview

Learn how developers can use the Adobe Express Embed SDK on mobile devices to integrate creative workflows into their apps.

Mobile web support comparison

Devices and Runtimes

The Embed SDK can run on both Desktop and Mobile devices alike. Developers can choose to implement the SDK in different ways:

Device
Integration type
Runtime
Description
1
🖥️ Desktop
Web
Browser
Embed SDK runs in Desktop Browsers.
2
📱 Mobile
Mobile Web
Browser
Embed SDK runs in Mobile Browsers.
3
📱 Mobile
Mobile Web
WebView
Web experience through iOS/Android Apps (in-app WebViews).
4
📱 Mobile
Native
App
iOS/Android Apps using Swift/Kotlin Mobile SDKs.

A Web experience can be accessed on both Desktop and Mobile devices through a browser (1, 2). The same exact Web experience can also be consumed by iOS/Android Mobile apps (3) when loaded into a WebView. Native iOS/Android Mobile apps can alternatively use the dedicated Mobile SDKs (4), available for Swift and Kotlin.

This set of guides will focus on the Web experience (1-3), so that your integration can work seamlessly on smartphones, tablets, and other mobile devices.

What is Mobile Web?

Mobile Web (mWeb) refers to the Embed SDK Web experience on mobile devices, accessed either through a mobile browser or within iOS and Android apps that load the experience in a WebView.

A WebView is a native component that renders Web content inside Mobile Apps, allowing users to interact with Web experiences without leaving the application. Think about it as a browser without the browser's UI.

Mobile Web vs. Mobile SDKs

Both approaches bring Embed SDK workflows to iOS/Android, but they have different trade-offs.

data-slots=header, text
data-variant=info

Recommendations

For native Mobile apps, we suggest using the Swift and Kotlin Mobile SDKs when possible. We still support mWeb because many apps are primarily WebView shells around Web experiences, and going end-to-end Web is often the simplest, cheapest, and most pragmatic integration path.

Known Limitations

Mobile Web on iOS devices only supports Generate Image and Edit Image modules.