Where to place / How to reference SVGs for Phonegap use
See original GitHub issueI am running into issues using SVGs, during development I had placed svg files in www/assets/subdirs/files.svg
- this was working fine.
When I then did a phonegap run android, I found that one of the hooks wiped out everything in www/
I then tried to place the svgs in: src/assets/static/images/svg/subdirs/files.svg and src/static/images/svg/subdirs/files.svg
Neither seem to give me any joy, any hints?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
SVG `use` with External Source - CSS-Tricks
SVG `use` with External Reference, Take 2. SVG has a element which essentially means: go find the chunk of SVG that has this...
Read more >cordova phonegap wp8 svg broken in image tag
I am programming a wp8 app and use svg's in image tags like so <img src="images/logo.svg" />. When I open it in the...
Read more >Mimic Relative Positioning Inside an SVG with Nested SVGs
You can use a nested SVG to group elements together and then position them inside the parent SVG. Of course, you can group...
Read more >How to Work with SVGs in Figma, HTML, and CSS - YouTube
Learn how to work with SVGs to prepare SVG files for export in Figma, optimize them using SVGOMG, and inline them in HTML...
Read more >[Solved]-Display <svg> in iOS Browser using <html> without the use ...
Use the <img> tag to reference your SVG directly. This works on iOS. ... Note that there is a bug with WebKit related...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I closing the issue, it seems fixed.
Sorry for the late response, just cycled back to this project and thank you, it works for me.