1
0
Commit Graph

66 Commits

Author SHA1 Message Date
Michael Verdi
45e1617ca3 Implement custom SVG play button with enhanced UX
- Replace text button with beautiful SVG play button
- Position button over center of video with responsive sizing
- Add smooth hover and click animations
- Hide button after click and enable native browser controls for 2D
- Maintain VR functionality when supported
- Add proper accessibility with aria-label
- Responsive design works on mobile and desktop
2025-07-30 10:26:18 -05:00
Michael Verdi
eaab4ee3ba Clean up debug logging and finalize 2D playback functionality
- Remove all debug console.log statements
- Maintain clean, production-ready code
- Play button now works reliably in both VR and 2D modes
- Video element visibility properly managed for 2D/VR transitions
2025-07-30 09:21:48 -05:00
Michael Verdi
037be29498 Phase 1: Enable 2D video playback when VR is unavailable
- Remove automatic video hiding on page load
- Show video element by default for 2D viewing
- Enable play button for regular video playback when VR is not supported
- Hide video only when entering VR mode, show when exiting
- Maintain existing VR functionality when supported
- Button text always comes from HTML, never modified by JavaScript
2025-07-30 09:03:20 -05:00
Michael Verdi
a9eac66f69 Updated README 2025-07-29 17:23:22 -05:00
Michael Verdi
b0430a75ee Clean up HTML element IDs: rename player-container to vr-container, vrVideo to vr180, and enterVrBtn to playBtn 2025-07-29 17:15:39 -05:00
Michael Verdi
f378a5fff1 Added a sample video and updated the README. 2025-07-29 13:47:24 -05:00
Michael Verdi
df75e2a32d Removed the video-info div, button is now visible but disabled when VR is not available, button label respected, title attribute of the video div is displayed as the video title in the UI. 2025-06-24 19:09:00 -05:00
Michael Verdi
8539a54f40 Update vr180-player.js and index.html to use HTML text for enterVrBtn and fix exit VR label 2025-06-18 17:05:35 -05:00
Michael Verdi
299c17efe0 Update vr180-player.js to use HTML text for enterVrBtn 2025-06-18 16:58:24 -05:00
Michael Verdi
7b3aee7636 Update index.html 2025-06-18 09:50:14 -05:00
Michael Verdi
40b350fb7f Can I make a commit? 2025-06-07 17:26:46 -05:00
Michael Verdi
7f6b271812 Update README.md 2025-06-04 18:29:10 -05:00
Michael Verdi
5035436e4f Update README.md 2025-06-04 18:06:23 -05:00
Michael Verdi
c1cd670275 Add files via upload 2025-06-04 16:28:46 -05:00
Michael Verdi
9021e7f26f Add files via upload 2025-06-04 16:24:07 -05:00
Michael Verdi
d4ac4b6f3c Initial commit 2025-06-04 16:22:25 -05:00