cordova-httpd icon indicating copy to clipboard operation
cordova-httpd copied to clipboard

Embed tiny web server into Cordova with a plugin

Results 53 cordova-httpd issues
Sort by recently updated
recently updated
newest added

This adds compatibility for the `@ionic-native/httpd` plugin wrapper and capacitor builds. This PR is to resolve https://github.com/floatinghotpot/cordova-httpd/issues/78 and https://github.com/floatinghotpot/cordova-httpd/issues/77. Also relates to https://github.com/danielsogl/awesome-cordova-plugins/issues/3805.

In Ionic + Capacitor IOS builds the `www` directory is called `public`. If the `www` directory name could be specified in the config, then Ionic + Capacitor users could benefit...

I've filed an [issue](https://github.com/danielsogl/awesome-cordova-plugins/issues/3805) with the Capacitor httpd wrapper repo since the wrapper Httpd class uses `getUrl` instead of `getURL`. This prevents the `cordova-httpd` plugin from loading in Ionic +...

I think that the below build warning is pointing to a real defect. The caseInsensitiveCompare call returns a value from the NSComparisonResult enumeration, of which NSOrderedSame is a member. Applying...

Current implemntation of httpd on both IOS (CocoaHttpd) and Android (NanoHTTPD) lack support for loading external SVG files. If SVG is included inline - everything works, but external ones do...

ITMS-90338: Non-public API usage - The app references non-public selectors in S12: _setAlwaysRunsAtForegroundPriority:, ddSetLogLevel:, newSocketQueueForConnectionFromAddress:onSocket:, socket:didConnectToHost:port:, socket:didReadPartialDataOfLength:tag:, socket:didWritePartialDataOfLength:tag:, socket:shouldTimeoutReadWithTag:elapsed:bytesDone:, socket:shouldTimeoutWriteWithTag:elapsed:bytesDone:, socketDidCloseReadStream:, socketDidSecure:, webSocket:didReceiveMessage:, webSocketDidOpen:. If method names in your source...

If port is 0, can the server bind to a random free port? Android ``` private static int findFreePort() { ServerSocket socket = null; try { socket = new ServerSocket(0);...

This plugin isn't correctly using external dependencies by copying them into the plugin instead of linking them. This ends up breaking support for other libraries that use the same dependencies...

Hi every one, don't use https://github.com/floatinghotpot/cordova-plugin-facebookads or https://github.com/floatinghotpot/cordova-admob-pro These plugins includes a precompiled .jar for "license system check" that share with the plugin author 30% of you traffic. If you...