floatinghotpot / cordova-httpd

Embed tiny web server into Cordova with a plugin
285 stars 148 forks source link

Works great in android, not so much in ios 9... #42

Open majorbytes opened 8 years ago

majorbytes commented 8 years ago

I am using this plugin to allow me to load up downloaded kml files in an android app and it is working great. I am now porting over into ios 9 and I am having issues getting it to work the same way. I am downloading the kml files to the Library/NoCloud/files folder and I can see them on the ipad, but I cannot pull them into a layer for my leaflet map.

Maybe a permissions issue? I am puzzled...