NathanWalker / nativescript-ngx-fonticon

Use custom font icon collections seamlessly with NativeScript + Angular.
MIT License
76 stars 39 forks source link

Heads up: issue with webpack #33

Closed MilosStanic closed 6 years ago

MilosStanic commented 6 years ago

Hello,

I had a sneaky issue that appeared only when I ran a webpacked app on a physical iOS device. Following your readme instructions, I created an assets folder in my app folder and put font-awesome.css there.

When I ran my app optimized with npm run start-ios-bundle --uglify it hanged on a physical iOS device, but worked on an emulator, also worked on android emulator and physical device.

The error is described in the first, and my solution in the last post of this issue: https://github.com/NativeScript/nativescript-dev-webpack/issues/207