/// blog Screenshots

Tap to share an image from your phone (iOS and Android)

There is no Ctrl+V on a phone, but the same short-URL flow still works. Open the tool, tap the dropzone, pick a photo or take one live. Two taps from camera roll to shareable link.

imagepaste team
Workshop
/// published
Apr 17, 2026
/// read time
3 min read
Tap to share an image from your phone (iOS and Android)
list_alt /// table of contents expand_more

The paste flow on desktop is built around the clipboard. Phones do not expose clipboard images the same way, so the mobile experience swaps the keyboard shortcut for a tap. The backend, the URL format, and the share semantics are identical — only the input gesture changes.

The imagepaste tool on a phone, showing the dropzone labeled Drop, paste, or click to browse and a Webcam button

From the camera roll

  1. Open imagepaste.org in Safari or Chrome.
  2. Tap the dropzone in the middle of the screen. Your OS photo picker opens.
  3. Pick a photo. The crop view opens; adjust the selection or send as-is.
  4. The share URL appears with a Copy link button. Tap to copy; paste it wherever you need it.

On iOS, the picker shows your Photos library by default. Long-press a photo in the picker to preview it before selecting. On Android, the picker behavior depends on the default gallery app — Google Photos, Samsung Gallery, or your file manager — but the end result is the same.

Take a photo live

You do not need to save a photo before uploading. The Webcam button under the dropzone opens your device camera. Tap Capture to take a shot — the camera feed feeds directly into the crop view with no local save step.

The webcam capture modal on desktop, showing a Camera Live header with Flip and Capture controls

The button works on mobile too. On a phone it will prefer the rear camera by default (useful for whiteboard photos, receipts, or package labels). On desktop it uses whichever camera the browser exposes first. Tap Flip to swap between front and rear on devices that have both.

Screen capture on phones

If what you want to share is the phone screen itself:

  • iOS: press the side button and volume-up together. The screenshot lands in Photos. Open imagepaste, tap the dropzone, pick the capture.
  • Android: press power and volume-down together, or use the recent-apps tray shortcut. The screenshot lands in your gallery.

The share URL that comes back works anywhere — text messages, WhatsApp, email, Discord, a support ticket. There is no mobile-specific link format.

Share sheet integration

The tool is a progressive web app. If you tap the Share icon in Safari (iOS) or the three-dot menu in Chrome (Android) and pick Add to Home Screen, you get a standalone icon. From then on, the tool opens like a native app — and on iOS 16.4+ you can share images to it from the Photos app via the iOS share sheet.

Things that are different from desktop

  • No Ctrl+V. The paste gesture is a tap on the dropzone, not a keyboard shortcut.
  • Auto-copy is less reliable. iOS and some Android browsers require an explicit tap on Copy link to populate the clipboard. The button is right there on the result view.
  • File size limits are the same. 5 MB max on mobile, same as desktop. A full-resolution phone photo usually lands around 2–4 MB, well inside the limit.
/// frequently asked
Do I need to install an app? expand_more

No. The tool runs in mobile Safari or mobile Chrome. Optionally, add it to your home screen for a native-feeling launcher, but the functionality is the same in the regular browser tab.

Can I share directly from the Photos app? expand_more

On iOS 16.4+ with the tool installed as a home-screen PWA, yes — it appears in the share sheet for images. On Android, the share sheet integration depends on your gallery app and browser.

How do phone photo sizes compare to the 5 MB limit? expand_more

Most phone photos land between 2 and 4 MB at full resolution. The 5 MB limit covers normal camera output. HDR portraits or long exposures on newer phones can push past 5 MB; if that happens, crop first to drop size.

/// related