Skip to content

dripemails/mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DripEmails Mobile

Shows DripEmails in a fullscreen iframe with ?agent=mobile.


Recommended: npm dev server (HTTPS)

The iframe points to https://dripemails.org. If the wrapper page is served over HTTP (e.g. python -m http.server), the site may block being embedded (mixed content or frame-ancestors). Use the npm dev server so the wrapper is served over HTTPS and the iframe works:

cd mobile
npm install
npm run dev

Then open https://localhost:5173 in your browser (accept the self-signed certificate if prompted). The iframe to https://dripemails.org/?agent=mobile should load.


Other ways to run

Static only (no npm)

The iframe may not display if the site forbids being embedded on HTTP origins.

Build for production

npm run build

Output is in dist/. Serve that folder over HTTPS when possible.


Install as app

  • Android / iPhone: Add the page to your home screen (browser → “Add to Home Screen”).
  • Windows: In Edge or Chrome, use “Install” / “App available” to install as an app.

About

Run DripEmails on Android and iPhone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published