๐Ÿ“ฑ Mobile Testing Hub

Test your Prism Writing development environment on mobile devices

Development Server Active
๐Ÿ–ฅ๏ธ

Browser DevTools

Use your browser's built-in mobile simulation tools for quick testing

Open Homepage
๐Ÿ”

Authentication Testing

Test the sign-in flow and Google OAuth on mobile devices

Test Sign In
๐Ÿ‘ค

Portal Dashboard

Test the user portal and dashboard interface on mobile

Test Dashboard
๐Ÿงช

Client Demo

Test the full client dashboard demo without authentication

Demo Portal
๐Ÿ“‹

Responsive Testing

Test different screen sizes and orientations

View Instructions

๐Ÿ“‹ Mobile Testing Methods

๐Ÿ–ฅ๏ธ Method 1: Browser DevTools (Recommended)

  1. Open your web browser (Chrome, Firefox, Edge)
  2. Press F12 or right-click and select "Inspect"
  3. Click the device toggle icon (๐Ÿ“ฑ) in the toolbar
  4. Select a device preset (iPhone, Samsung, etc.) or set custom dimensions
  5. Navigate to:
    http://localhost:3002
  6. Test touch interactions and scrolling

๐Ÿ“ฑ Method 2: Real Mobile Device

  1. Connect your phone/tablet to the same WiFi network as your computer
  2. Find your computer's IP address:
    • Windows: Open Command Prompt, type ipconfig
    • Mac: System Preferences โ†’ Network
  3. On your mobile device, open a web browser
  4. Navigate to:
    http://[YOUR-IP-ADDRESS]:3002
  5. Example:
    http://192.168.1.100:3002

๐Ÿ”ง Method 3: Online Emulators

  1. Use online tools like BrowserStack or LambdaTest
  2. Set up tunneling to access localhost:3002
  3. Test on real device browsers in the cloud
  4. Note: Requires account setup with these services