Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9172067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:15:25+00:00 2026-06-17T16:15:25+00:00

I have a UIWebView that contains a HTML5 video. The SRC of the video

  • 0

I have a UIWebView that contains a HTML5 video. The SRC of the video is dynamic, and uses HTTP Live Streaming. If, for whatever reason, the video cannot be played, the user is presented with the “play-with-a-slash-though-it” icon, indicating it cannot be played. I’d like to handle this situation by hiding the video player and presenting a message to the user instead. Are there any callbacks that I can subscribe to that will allow me to achieve this?

UPDATE

Thanks to codeghost’s answer, I was able to resolve my problem. However, I thought it would be useful for future readers to see a code example:

<html>
    <body>
        <video id='video' width='640' height='480' controls='controls' preload='none' autoplay='autoplay'>
            <source src='http://some.video.com'/>
            Your browser does not support the video tag.
        </video>

        <script type='text/javascript'>
            var video = document.getElementById('video')
            video.addEventListener('error', function(event) { 
                if(event.type == "error")
                {
                    alert("There was an error getting the video.");
                }
            }, true);

        </script>
    </body>
</html>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T16:15:26+00:00Added an answer on June 17, 2026 at 4:15 pm

    You could do this in the web page by adding a javascript handler for error event on the video tag.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UIWebView that loads a link, http://www.google.com/a/datacommsales.net . But I want to
I have an app that contains a UIWebView. I would like the user to
I have a UIWebView displaying a page that contains a Javascript counter. This page
I have a bottom toolbar button that contains a button which opens a UIWebView
I have a viewController called mainViewController that contains a UIWebView called myWebView. mainViewController presents
I have pushed a view onto my nav controller that contains a UIWebView and
I have a UIWebView that contains button with JS function, but the delegate method
I have a simple View into IB that contains just a UIWebView and a
I have a UIWebView that contains a lot of text content. I need to
I have an iPhone app that is showing a UIWebView which contains some fields.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.