-
Notifications
You must be signed in to change notification settings - Fork 33
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
Styles not applied on app build for production #116
Comments
I'm not certain, but this could be a webpack issue 🤔 - I know there are apps using this in production and it works fine. Could you share more about your project (package.json)? |
I replaced this plugin by a custom component based on a simple button with rounded corners (same effect and same length of code) The strange thing was that on first loaded page it shows correctly but navigating on others the floating button loses the styles (it was all the screen because it was wrapped by the GridLayout and blue, this happened only in prod) My actual package.json (it's just missed this plugin)
|
I have a problem on iOS 13.5 with this plugin when app is compiled for the app store.
In development environment (tns debug ios) is working fine but when is compiled for production (tns build ios --release --for-device --env.production --env.sourceMap --env.uglify) the styles are not applied anymore.
The text was updated successfully, but these errors were encountered: