-
Notifications
You must be signed in to change notification settings - Fork 46
update to Nativescript 3 #5
Comments
Same here:
iOS Error: Android Error:
Offending line: Offending part of line: Application.resources no longer has 'fonticon' as a property. EDIT: I just upgraded to NativeScript 3.0.3, and that's when it stopped working. |
Output of
This tells me that the new way to set the resources for the application is to use the To fix this issue, replace |
How do i access that fonticon?
|
I had the same problem. I just ensured I had "fa" listed as a class on my XML element, then loaded the icon via JS:
|
i am having the same problem even after creating a new project it isnt working on ns 3.0.3 tsc or js but on angular is working fine |
hi all i fixed the first issue by edit the app.ts code as below
|
What variable isActive? |
@uzarsalan That variable is unrelated to the issue and fonticon in general. |
I have the same issue and I get no errors after using @moayadnajd ´s answer but my icons are not displayed: app.ts:
app.css:
main-page.xml:
|
Solved. It was missing |
first error is Property 'resources' does not exist
The text was updated successfully, but these errors were encountered: