floatinghotpot / cordova-httpd

Embed tiny web server into Cordova with a plugin
284 stars 149 forks source link

Fixed #24, added callback to JavaScript for Android (dynamic content) #38

Closed lamuertepeluda closed 8 years ago

lamuertepeluda commented 8 years ago

Hi there,

I've fixed plugin not compiling with Cordova 5 (issue #24) and I also added a feature that I needed: a callback to JavaScript on each request that allows to take actions on the app side, and optionally send a response back.

please check readme.

cheers