cordova-plugin-webserver icon indicating copy to clipboard operation
cordova-plugin-webserver copied to clipboard

A webserver plugin for cordova

Results 28 cordova-plugin-webserver issues
Sort by recently updated
recently updated
newest added

Error - Plugin error (you probably need to remove plugin files from your app): //github.com/bykof/cordova-plugin-webserver --nohooks=.": Fetching plugin "https://github.com/bykof/cordova-plugin-webserver" via git clone Using shallow clone Repository "https://github.com/bykof/cordova-plugin-webserver" checked out to...

I am able to successfully run on Android. But I am noticing on the logs: `org.apache.cordova.plugin.Webserver﹕ Server is running on: null:8080` `this.nanoHTTPDWebServer.getHostname()` always returns null. Is this a known issue?...

I have this JS in the `index.html` phonegap app. Testing on Android 6 ```javascript app.initialize(); function onLoad() { document.addEventListener("deviceready", onDeviceReady, false); } webserver.onRequest( function(request) { console.log("O MA GAWD! This is...

enhancement

`start` should be `start(success_callback, error_callback, port)` instead of `start(port)`, and similar for `stop`.

Hello, i'm using Version 15.0.1 of xcode cordova 12.0.0 cordova-ios 6.3.0 if i build the project with command: cordova build ios i get: platforms/ios/build/emulator/GCDWebServer.framework/GCDWebServer normal (in target 'GCDWebServer' from project...

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.12.1 to 5.21.8. Changelog Sourced from systeminformation's changelog. Changelog Major Changes - Version 5 New Functions audio() detailed audio information bluetoothDevices() detailed information detected bluetooth devices dockerImages()...

dependencies

I followed the instructions and chrome can hit: http://127.0.01:8080 but I cannot hit it from javascript that created the server. ``` start(); // this creates the server which serves up...