Ios8 video tag missing action

Hi,
I have a problem with html5 video tag on ios8 inside mail,
the video box exist but play-video icon isn't clickable, tapping on the button has no effect, also no poster image shown.
I've looked for it on the web and found others with same issue.
here some of the blogs that describe it:
http://www.emaildesignreview.com/html-email-coding/the-video-tag-is-missing-in-a ction-in-ios8-mail-2014/
https://litmus.com/blog/iphone-6-what-email-designers-and-marketers-need-to-know
http://stackoverflow.com/questions/25972362/why-html5-video-doesnt-play-in-ios-8 -webappwebview
Is there any solution for that or any workaround?
Thanks,
Elad.

I have done another test on two iPhones today.
One is running iOS7 WebApp works fine. Second with iOS8 has same problem as my iPad with iOS8.
I would like to hear from Apple that this problem is acknowledged.

Similar Messages

  • FMS 4 HTTP dynamic streaming in HTML5 video Tag

    We recently purchased FMS4 and I'm in the midst of setting it up.  However, not that it's a HUGE deal, but....
    I see conflicting answers in the forums about whether or not it is possible to stream media in the HTML5 <video> tag (going back to early 2010). 
    Ideally, I'd like to stream (most of the time using flash), but for the specific browsers that support it, (chrome, ff, IE9, and select iOS devices) HTML5 video tags.
    So, can FMS 4 do that?
    <video id="something" controls="controls">
    <source src="http://video.mydomain.com/vod/myMovie.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <!--[if IE]>
    <object>blah, blah, blah
    <embed>blah blah blah</embed>
    </object>
    <![endif]-->
    </video>
    If so, how?  I gave it a shot using the above code (minus the "blah, blah, blah" ), and the video doesn't play - if all it is, is a syntax error, then please be so kind as to provide the correct syntax.
    However, if it isn't possible unless you download something else, like the File Packager for HTTP Streaming or the Origin module for HTTP Dynamic Streaming... please direct me accordingly.
    Any assistance would be greatly appreciated.
    Thank you kindly, in advance.

    To the best of my knowlege, no.
    The browser would need to support the flash media manifest file format to be able to play and HTTP stream from FMS, and I don't think any of the browser vendors have implemented it. It would be more likely that Apple's spec is adopted (HLS uses a similar structure using mpeg-ts), but that's not implemented in anything other than safari at this point.
    you -could- use the bundled apache http server to serve progressive downloads to the <video> object in the browser, but it wouldn't be a stream coming from FMS.
    More info on flash media manifest file format here:
    http://opensource.adobe.com/wiki/pages/viewpage.action?pageId=43581634

  • Video tag is not working in firefox how can we remove this error

    Video tag is not working in firefox. In this some kind of mmie type error Kindly remove this error .If you have any kind of solution,Please tell me how can it fix it?

    Can you post a link to a publicly accessible page that doesn't require authentication (signing on) where you see such a not working video tag?
    Do they work here?
    *Firefox Videos: http://www.mozilla.com/firefox/video/
    See also:
    * https://developer.mozilla.org/en/Media_formats_supported_by_the_audio_and_video_elements

  • XSLT Mapping Error - Split-MappingRoot-Tag missing

    Hi,
    I am getting "Split-MappingRoot-Tag missing" Error while using XSLT mapping. I am using 3 mappings in one Operation Mapping.
    1)  Java Mapping 2) Message Mapping 3) XSLT Mapping.
    When I have these mappings in a BPM one after another it is working fine.
    But ,if I put these mappings one after another in one Operation mapping it is giving problem after message mapping is complete.
    I tried to remove XSLT mapping and Msg Mapping is producing correct output which can be used as input for XSLT mapping.
    Any idea what could be the reason. Any hep is appreciated.
    ERROR
      <SAP:Code area="MAPPING">GENERIC</SAP:Code>
      <SAP:P1>Split-Mapping</SAP:P1>
      <SAP:P2>Root-Tag missing</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Split-MappingRoot-Tag missing</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Is there any chance XSLT mapping starting before message mapping is complete
    Regards,
    Ramesh

    Thank you for your response.
    I tried to put XSL in the following format by adding that namespace. but it still giving same error.
    <?xml version="1.0"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    Code ---
    </xsl:stylesheet>
    Also I itried to put Java mapping before XSLT mapping to see what payload is coming to XSLT.
    I am getting payload as:
    <?xml version="1.0" encoding="UTF-8"?> <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge"><ns0:Message1>
    XML Payload Data --
    </ns0:Message1></ns0:Messages>
    Any one knows how to fix this issue? appreciate your inputs
    Regards,
    Ramesh

  • How to add video tag in office 365 master page?

    Hi All,
    I have created a branding in Office 365. Now I want to add video in the background of my master page.
    How should I achieve It. the <Video></Video> is not working. It is giving error to me.
    Any option how to add videos in background of master page in Office 365?
    Thanks in Advance.

    Hi,
    From your description, my understanding is that you want to use video tag in your Office 365.
    You should check the video type in your issue, video tag only support mp4 file which you could refer to this article:http://www.w3schools.com/tags/tag_video.asp.
    In addition, you could refer to these articles:
    Video Player for SharePoint 2013 and Office 365
    http://sharepointroot.com/2014/01/22/video-player-for-sharepoint-2013-and-office-365-2/
    how to play a video in sharepoint 2013 foundation version
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/2818becf-e132-4b9a-b50f-8990fa28cf88/how-to-play-a-video-in-sharepoint-2013-foundation-version?forum=appsforsharepoint.
    Best Regards
    Vincent Han
    TechNet Community Support

  • Report data ( value ... tag) missing in the Webi report retrieved through RestFul Webservice

    I am trying the below URL to get the WEBi report from SAP BO using the Rest Webservice support that is now available.
    http://{serverIP:serverPort}/biprws/raylight/v1/documents/{documentId}
    I am able to get the report but as I compare the same report response when using SAOP Webservice, there seems to be a mismatch in the response. Here is what I see in the SOAP response:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" sid="-10"><ct >Some arbitrary value</ct><value type="xs:string">Some arbitrary value</value></cell>
    But when I run it through REST, I am missing the <value ..> tag:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" bt="1" sid="-10"><ct >Some arbitrary value</ct></cell>
    Apart from this right at the start of the xml response, I see some property mismatch as well.
    SOAP has this property extra:
    <property name="output.format.xml.valuemode">yes</property>
    While REST has these property extra:
    <property name="output.format.xml.option.style">1</property>
    <property name="output.format.xml.styledict.fontplatform">html</property>
    <property name="output.format.xml.td.bandinfo">yes</property>
    <property name="source.selected">data</property>
    <property name="xelement.xml.object">yes</property>
    <property name="xelement.xml.object.usemap">yes</property>
    <property name="xelement.xml.object.usersupportedformat">image/png</property>
    I am not sure if:
    the <value ...> tag miss is because of these missing/extra properties or
    current REST support has some issues
    For my application the value tag is a must and I can't do without this, but with REST it seems no way to obtain that.
    Any help or pointer(s) in this regard is appreciated!

    Hello Milind,
    According to our Product Owner Sam Polichouk, the solution should be available for you in 4.1 SP3, which is currently scheduled for release by the end of March 2014 (subject to change).  The product team recommends that you get the raw, unformatted data values from within the Dataset specific call.  This data contains a type to tell the end user what kind of data it is, so you can format it or use it properly.
    The updated documentation for the SDK will be available at SAP BusinessObjects Business Intelligence platform 4.1 – SAP Help Portal Page once the Support Pack is publicly released.

  • VIDEO FILTERS MISSING

    When I try to open a project it appears the followin advise:
    D:\Mis documentos\Adobe\Premiere Pro\3.0\UTN3.PPJ.prproj
    Video Filter missing: AE.ADBE Motion
    Video Filter missing: AE.ADBE Opacity
    Video Filter missing: AE.ADBE ShadowHighlight
    What can I do to fix it? I´ve already try reinstall the soft, but it happens again.
    Thanks!

    success, I just re installed (without deleting anything) and they are there, bit odd they weren't before, can't help wondering if anything else was missed, but there you go, a happy ending, thanks

  • Will the video tags in HTML 5 work inside premiere pro panel?

    Hi all,
         I am working on a Premiere pro cc panel. We are using eclipse and extension builder 3 to create the html 5 panel.
    But the preview video option in our panel is not working. We have created the preview function using HTML 5 video tag element.
    while testing the panel the video tag is comming as black screen.
    Please suggest.
    Thanks and regards,
    Anoop NR

    This is a screen shot of premiere pro panel having a webpage containing a HTML 5 video tag inside.
    Page is accessed using an iframe.
    Premiere pro cc 7.1

  • Video Filter missing: AE.keylight 906?

    Hi,
    I am a complete noob when it comes to editing video in Adobe. I've been looking for a solution to my problem in other places, but my attempts were futile.
    Here's what I did:
    I edited a video clip in Adobe After Effects, dealt with the green screen using Keylight, then exported my work as an Adobe Premiere Pro Project. Once that was done, I tried opening the project in Premiere and a window popped up saying "Video Filter missing: AE.keylight 906." I clicked OK and found that Premiere does not show my edited green screen. It merely shows the original - I think I'm right in saying that is because the video filter is missing, as the message stated. How do I fix this? Help please!
    Thank you for your time.
    MP

    My guess for the choppiness would be that you used the default uncompressed render settings from After Effects; this likely made a very large file that, unless you have a really stout and fast hard drive setup (e.g. RAID), you will not get real time playback. Uncompressed is good in that, well, it's uncompressed and therefore doesn't add any further image degradation, but it can make for a lousy editing experience, as you've found.
    Depending on what your source footage is (you didn't mention this originally), and what your intended destination/delivery format is, you might be able to use different render/export settings from After Effects for a more playable file in Premiere. Later, you could rerender the composition to the uncompressed version and replace the original; this will give you better performance for further editing in Premiere, and then later will give you higher quality output. This is often referred to as proxy editing, and there are a couple of ways you can go about this, if it's something you want to attempt.
    Regarding the loss of edits when moving from Premiere: there shouldn't be any loss of edit points, necessarily, but what you might be thinking of is the loss of transitions. Since Premiere Pro works with tracks and After Effects works with layers, the two programs have different methods of representing and creating transitions (e.g. dissolves). In Premiere, you can put two clips next to each other in the sequence on a single track, and add a dissolve between them; however, in After Effects, a layer can only contain one footage item, so to create a transition between two layers, they must overlap. There are analogs for certain transitions--a dissolve, for example, is just a change in opacity of one layer that is over another--but other more "fancy" transitions must be recreated more manually. In short, you shouldn't have to worry about the timing of your edit in Premiere changing when moving to After Effects, whether you use Dynamic Link or whether you simply copy and paste from Premiere into AE.
    Hope that helps a bit more. And Mr. Brougham is my dad's name

  • Tidy can balance open tag missing

    Hi,
    I am using tidy.parser for balance missing tag. Tidy can balance end tab missing. But in my case i want to balance user define open tag missing. Like that:
    <p>@amp_nbsp</p>
    <p style="margin-bottom: 0in; line-height: 150%">
         <font face="Arial, sans-
    serif">
              *<doublesquare>s*
         </font>
         <font face="Arial, sans-serif">
              <u>
                   electing by the gaming control
                   <doublesquare>unit in accordance</doublesquare>
                   with the game state a media
                   _*</doublesquare>*_
                   control unit from
              </u>
         </font>
         <font face="Arial, sans-serif">
              a set of one or more media control units, wherein each media
              control
         </font>
    </p>
    Here <doublesquare> is a tag create by me and i want to balance </doublesquare> with its opening tag.

    Hi Vincent,
    can you uninstall the new feature that you have published recently -
    you can try that using below comments
    stsadm -o deactivatefeature -filename yourcustomfeatureFolder\feature.xml -force -url "http://yoursite"
    stsadm -o uninstallfeature -filename yourcustomfeatureFolder\feature.xml -force
    Iisreset
    one you have done with, try to check your whether you scope in your feature.xml is correct in test environment.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • Half my video track missing after automatic transcode in Encore CS3

    I'm using the automatic transcode option on a MS DV-AVI file about 2.5 hours long. After transcoding, half the video is missing from the timeline and the project size is less than 2 GB. I can revert the asset back to AVI, and then the video reappears. I've tried re-transcoding several times now, and keep getting the same result.

    This is aimed a Premiere Pro, but may help - First, work through the steps here http://ppro.wikia.com/wiki/Troubleshooting
    If your problem isn't fixed, report back with the DETAILS asked for in the 16 questions at the end of that link

  • SSL indicator disappears when page with video tag has been loaded

    I have a strange bug in Firefox, that was detected when site moved to SSL.
    There is single page site built on Backbone.
    When page with video tag loaded SSL indicator disappears.
    Firebug shows that Firefox create GET request connection to the server but it hangs.
    All site logic work correctly. And video on this page works perfect, I can click play and new connection will be created and video played but first connection still hangs.
    There is four page with video tag (four steps of wizard) and hanged connection appears randomly on this pages.
    Actually this issue exists without SSL, but detected only when we moved to SSL and lock icon began to disappear.

    The SSL indicator can disappear if there is mixed content on that page (i.e. coming via an unencrypted http connection).
    Did you click the Site Identity Button (globe/padlock) and proceeded to the Security tab in Page Info?
    *https://developer.mozilla.org/en/Security/MixedContent
    *https://developer.mozilla.org/en/Tools/Web_Console

  • Changing multiple video tags in iTunes7

    I feel fortunate to say that I've had no problems at all with iTunes 7, which seems to be a fabulous upgrade. I've upgraded all three of my Macs with no problem.
    I'm wondering, tho: All of the video I've ripped from concert CDs then converted for iPod thru Quicktime Pro shows up as "movies" in the new video tags pane. However, changing them one-by-one to "music video" is going to be tough, with 700 of these files ready for conversion. But when I select multiple files, it does not let me go to the VIDEO tab option (it only shows up in the single-file info box). Anyone know a way around this? Thanks in advance...

    This shortcoming of iTunes has bothered many of us for a long time. All the TV shows I offload to DVD-R for space and then later bring back into iTunes become "Movie" again, and I have to fix each one. There is no way to batch-edit the Video Kind choice in iTunes.
    The easiest workaround I've found is to select the first TV show in the playlist or library, Get Info, change the video kind to "TV Show," and then use the Next button. The Video Kind box will remain active, and you can press arrow-down on the keyboard to choose "TV Show" again. Click Next, arrow-down, click Next, arrow-down . . . Soon you will have fixed all the files in the list.
    Now start at the top again and type "South Park" into the Show field. Copy the words. Click Next, and paste the words. Next, paste, Next, paste . . . Now you will have given all the shows the correct name.
    Another oddness about this Video tab: See the box for episode number? ITunes doesn't use that in the TV Shows library. It uses the music track number on the General tab.

  • video -Tag in fluid grid

    I'm building a site using fluid grids in Dreamweaver. When adding a video with the HTML5-video-Tag an the video.js-Player, it isn't possible to get the video automatically resizing when changing the window size. Adding <video style="max-width: 100%; height: auto;" doesn't work, several javascripts won't work too.
    So how it's possible to get a fluid video size? (using dreamweaver cs6)

    This works with embedded YouTube videos. 
    CSS:
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border:none;
    HTML:
    <div id="FluidGridDiv1">
         <div class="video-container">
         <!--YOUTUBE CODE-->
         <iframe width="560" height="315" src="http://www.youtube.com/embed/v1uyQZNg2vE"  allowfullscreen></iframe>
         </div>
    </div>
    Nancy O.

  • APPLET tag missing CODE parameter

    We are planning to use WebStart for our swing_apps deployment. At the moment we use applets with Plug-In 1.3.1_04
    I changed the html as follows:
    <OBJECT CODEBASE="http://java.sun.com/update/1.3.1/jinstall-1_3_1_04-win.cab"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="0" height="0">
    <PARAM NAME="app" VALUE="myServer/myWebApp/wsapps.jnlp">
         <PARAM NAME="back" VALUE="true">
         <!-- Alternate HTML for browsers which cannot instantiate the object -->
         Download Java Web Start
    </OBJECT>
    When loading the page from the server we get following error:
    "APPLET tag missing CODE parameter"
    When I load "myServer/myWebApp/wsapps.jnlp" directly from the browser, the application runs fine.
    any idea's?

    To have web start run your application, it just needs to open the JNLP file in the browser.
    You do not need the OBJECT tag since your are pointing it to a JNLP file and not an applet.
    just use an HREF to your JNLP file
    Run Application
    Dan

Maybe you are looking for

  • Fields missing in MPD report after change to structure and program

    I have been working on a consistency report for transaction MPD. I had created a structure in SE11 for handling the data.  it was all working, but then i had to go and change the name of the fields in the structure.  Now those fields are missing from

  • Choice of microphone?

    Any advice on a cheap but good microphone to use to improve the recording quality from the built-in mic? I'll be recording lyrics and acoustic guitar, usually simultanously on to the same track. I want to use it both in my iMac (G5) and my iBook (G4)

  • SRM PDP Screnario related issue

    Hi, We are on SRM7.01 with ECC 6.0 EHP 4. This is in reference to Plan Driven Procurement. Issue : Any Change in PR is subjected to release stratergy but on change only "without release" data transferring to SRM. Changes like " Qty, Delivery date" et

  • Sales order remains on status being processed.

    I created a sales order and created pgi, Outbound delivery. When I tried to create a billing document it gave me a message, sales order is being processed. I opened the sales order and looked for the document flow, it says sales order is still being

  • HttpService POST json -  Error #2032

    Hi, I'm trying to POST json data to my Rest Service (please find code snippet below). On the faultHandler I get the following error message    "faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="io