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

[jira] [Updated] (CB-8628) Support /local-filesystem/ route in local-webserver plugin

     [ https://issues.apache.org/jira/browse/CB-8628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-8628:
---------------------------------
    Description: 
This is needed for the WKWebView local webserver solution.

Plugin: https://github.com/apache/cordova-plugins/tree/master/local-webserver

For example, a (CDVFile) file:///path/to/file url is transformed to a:
{code}
http://localhost:[port]/local-filesystem/path/to/file
{code}

The support is there already in the plugin, it just needs testing and debugging.

  was:
This is needed for the WKWebView local webserver solution.

For example, a (CDVFile) file:///path/to/file url is transformed to a:
{code}
http://localhost:[port]/local-filesystem/path/to/file

The support is there already in the plugin, it just needs testing and debugging.


> Support /local-filesystem/ route in local-webserver plugin
> ----------------------------------------------------------
>
>                 Key: CB-8628
>                 URL: https://issues.apache.org/jira/browse/CB-8628
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: iOS
>         Environment: iOS
>            Reporter: Shazron Abdullah
>             Fix For: 4.0.0
>
>
> This is needed for the WKWebView local webserver solution.
> Plugin: https://github.com/apache/cordova-plugins/tree/master/local-webserver
> For example, a (CDVFile) file:///path/to/file url is transformed to a:
> {code}
> http://localhost:[port]/local-filesystem/path/to/file
> {code}
> The support is there already in the plugin, it just needs testing and debugging.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org