Adaptive media does not start after play button click - Safari browser
See original GitHub issueScreenshots
After adaptive media load:
After play button clicked:
Version
CDN v4.6.0 iPhone
Describe the bug
After clicking the play button of an adaptive media (video) the media control’s action panel appears on the box and the default play button switches to pause but the actual video does not start playing.
Steps to reproduce
- Use web chat with adaptive media
- Click on the play button of the video.
- The video action controls appear on the box but video does not start.
Expected behavior
The video should start and take the full screen.
Additional context
In the provided screenshot 2 if I click on full screen action icon then the video will take the full screen and start playing.
AdaptiveCard Json
{
"type": "AdaptiveCard",
"version": "1.1",
"body": [
{
"type": "TextBlock",
"size": "large",
"isSubtle": true,
"text": "Orientation Video"
},
{
"type": "Media",
"id": "orientationVideo",
"sources": [
{
"mimeType": "video/mp4",
"url": "some video url"
}
]
}
],
"actions": [
{
"type": "Action.Submit",
"data": {
"CardType": "OrientationVideoCard",
"ModelType": "System.String",
"ActionTitle": "Done"
},
"title": "Done"
}
]
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Safari Video Player issue - Apple Community
Hi, i cannot control buttons on video player in safari. Buttons are not responding and in a few seconds all buttons are disappearing....
Read more >c# - Microsoft Bot Framework, Adaptive Card 1.1, media play ...
1) Setting a poster image in the card. Image is displayed but doesn't change the clipped icon or the click to play not...
Read more >Autoplay guide for media and Web Audio APIs
Automatically starting the playback of audio (or videos with audio tracks) immediately upon page load can be an unwelcome surprise to users.
Read more >AMP - Frequently Asked Questions
Chrome any recent version; Safari on Mac OS X Yosemite or later; IE 11 or later ... AMP Devices iOS and Android SDK's...
Read more >api - Kaltura Player
When the user clicks on the thumbnail kWidget.embed will be called with the provided settings. PARAMETERS: targetId String ( Optional ) The DOM...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arman-g This appears to be an issue with Adaptive Cards - not Web Chat. I’ve opened an issue in the Adaptive Cards Repo and you can track the progress of the issue here. Thanks for reporting the issue!
@corinagum The Mock Bot Video command is a video card. This issue is related to videos in Adaptive Cards. I’m working on trying to repro the issue outside the scope of Web Chat to see if it’s an issue with Adaptive Cards.