Closed logontokartik closed 9 years ago
This is a known issue on Salesforce1 mobile (and I believe you can see the same problem with one.app). It will be addressed in a future release.
For right now the best workaround we have found is to inline the SVG. If you download SLDS's zipfile (http://www.lightningdesignsystem.com/resources/downloads/) you will see a set of single SVG files in assets/icons/action (for example). Copy the contents of the SVG file you want to use and inline that into your page.
It will be fixed in the imminent next release of Salesforce - Winter 2016. You can check it out here: https://www.salesforce.com/blog/2015/08/salesforce-winter-16-coming-soon.html
Thank you @amyleesalesforce @rickschmoo . I will use the workaround for now. Do you know if this the same if I build something with Lightning Components?
Well, if you are building with Lightning Components you might have to take the same approach of inlining for now.
In the future, you'll want to build a component similar to our Trailhead guide: https://developer.salesforce.com/trailhead/project/slds-lightning-components-workshop/slds-lc-4
Hi I created a Visualforce page using SLDS and created a tab to show on Salesforce1 Mobile. Everything works fine but icons doesn't show up, they look fine on the regular browser.