Post

Replies

Boosts

Views

Activity

How to autoplay a MP4 video in an HTML webpage on an iPhone and an iPad
Hello everyone, I'm currently making a website for all platforms. In this website I've a MP4 video that shows an animation of my product. So when people go on my website the video will autoplay. I've seen that in Mac and PCs navigators, the video is autoplay only if in the video tag has these 3 "conditions" (muted, autoplay and preload) : html video muted="" autoplay="" preload="auto" source type="video/mp4" src="video.mp4" /video In navigator the video autoplay but I've seen that in Safari in iPhone and iPad the video don't autoplay and if I click on, the video is opening in the whole screen. Do you think that it's possible to make this video "auto playable" in Safari on iPhone and iPad ? Thanks for your help 🙂 CcaS 💻
0
0
1.6k
Feb ’21
Impossible to compile an app in Xcode 12.3
Hello, I need your help, I can't compile an app in Xcode but yesterday I could compile. I've tried to reinstall Xcode but the problem is the same. Here is the error message that I have : Impossible d’installer « {My APP} »_ Domain: IDEInstallLocalMacService Code: 1 Failure Reason: Réessayez ultérieurement. Recovery Suggestion: The bundle being installed with bundle ID {My bundle ID} is authorized by a free provisioning profile, but apps validated by those are not allowed to be installed from this source. Can you help me please ? I don't know how to do, CcaS
2
0
582
Dec ’20
How to compile a universal version of Python 3.8 (for both Mac M1 and Intel)
Hello, I'm new to Xcode and the universe of Mac, and I have a new Mac M1. I want, if it's possible, to compile my own version of Python 3.8, in order to have a Universal 2 version that I can use in my own Mac (without using Rosetta 2), for better performance and discover how to compile an app. But I don't know how to to do and which files I need. So, could you help me ? Thanks, CcaS
3
0
1.7k
Dec ’20