Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow relative URLs for 'icon' property #3

Open
ccnokes opened this issue Apr 28, 2016 · 0 comments
Open

Allow relative URLs for 'icon' property #3

ccnokes opened this issue Apr 28, 2016 · 0 comments

Comments

@ccnokes
Copy link
Contributor

ccnokes commented Apr 28, 2016

The icon option in HTML5 Notifications allows relative URLs without a problem. It looks like NSURL or something wants it to be absolute with a scheme.

Using a relative URL will throw this warning: CFURLCopyResourcePropertyForKey failed because it was passed an URL which has no scheme and the icon won't show up. I thought I would just mention that, I don't know ObjC so maybe there's a fix for it or maybe it would just be a documentation change.

@CharlieHess CharlieHess changed the title CFURLCopyResourcePropertyForKey failed because it was passed an URL which has no scheme warning Allow relative URLs for 'icon' property Apr 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants