As a transition when starting the application,
①Splash screen ▶ 画面 I think the menu screen is normal, but
②Splash Screen ▶ (Video (mp4 on server) ▶
When playing videos, I want to play videos with pop-ups, so I click the button once to pop up any sample (such as http://editors.ascii.jp/c-minamoto/jquery/003/).
What should I do to make the transition like の?
If possible, I would like to skip the video.
I've never seen a site or app that plays videos inline on iOS, so I checked if it's possible in the first place, and it seems that cordova can play videos inline by setting the following settings.
Add to config.xml
<preference name="AllowInlineMediaPlayback" value="true"/>
Add the webkit-playsinline attribute to the video tag as follows
<video src="sample.mp4" webkit-playsinline="1"></video>
The rest might work if you rewrite the <img>
tag of the DEMO to the <video>
tag above.
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
606 Uncaught (inpromise) Error on Electron: An object could not be cloned
577 PHP ssh2_scp_send fails to send files as intended
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.