-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
If I try to use FlyingFox and embed some HTML with CSS in my app and then load the content via a WebKit browser instance, the HTML content does not load correctly because the CSS does not get loaded.
It appears that the makeContentType
method in FileHTTPHandler
does not return the right type for CSS files. If you add the following case to the method, the HTML content renders correctly:
case "css":
return "text/css"
Metadata
Metadata
Assignees
Labels
No labels