You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Faiyaz Ahmad (JIRA)" <ji...@apache.org> on 2014/05/29 17:38:03 UTC

[jira] [Created] (CB-6779) InAppBrowser- webView:didFailLoadWithError - 204: Plug-in handled load

Faiyaz Ahmad created CB-6779:
--------------------------------

             Summary: InAppBrowser- webView:didFailLoadWithError - 204: Plug-in handled load
                 Key: CB-6779
                 URL: https://issues.apache.org/jira/browse/CB-6779
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 3.1.0
         Environment: IOS
            Reporter: Faiyaz Ahmad


I am using InAppBrowser to open image and video.
var ref = window.open(Url , '_blank', 'location=no,EnableViewportScale=yes','arrowbuttonsenabled=yes');
         ref.addEventListener('loaderror', function(event) { aoAlert("This file format is not yet supported. ","Unsupported File Format"); });

It is giving warning: webView:didFailLoadWithError - 204: Plug-in handled load






--
This message was sent by Atlassian JIRA
(v6.2#6252)