-
-
Notifications
You must be signed in to change notification settings - Fork 40
App throws when bundling with --uglify and using FadeTransition (for RadSideDrawer) #258
Comments
i also have this issue with |
try and then It worked for me |
I have the same issue even with other transition such tns-ios version: 3.4 thanks, guys. |
Hi, @charaya! Did you manage to solve the CSS problem with the sidedrawer? I'm facing the same issue at this moment and I have no clue on how to fix that. |
@felipebueno, can you share your project or some steps to reproduce the issue? The css looks ok if I use the drawer template and build the app with |
…amed This should fix the issue: ``` JS: Warning: 't' is not supported when 'showOverNavigation' is set to 'true'. ``` Should be reverted after 4.0 release. See: ProgressNS/nativescript-ui-feedback#477 (comment) fixes #258
Ok, just a follow up on my previous comment. As a temporary solution, I moved all the custom styles from the @sis0k0 Hmm, I can't share the project (becaus it's not mine) but I'll create a new project using the Thanks, @sis0k0 |
@sis0k0 I managed to get it working :) I'm not sure what was the problem but here's what I did. I created a new project with the drawer-navigation template, bundled it with webpack and run it on my device. Everything worked properly, including the drawer's styles. Then I copied the drawer module from this new project to my main project (that one from the screenshots above) and updated all my pages to use this new I have no idea why this worked but I have some guesses. I noticed that the new project I created with the drawer template was different from the one I created three weeks ago which is the one I'm using to build my project on. Maybe they fixed some bugs, I don't know... will look into it another time. Getting back to work now 😄 |
…amed (#426) This should fix the issue: ``` JS: Warning: 't' is not supported when 'showOverNavigation' is set to 'true'. ``` Should be reverted after 4.0 release. See: ProgressNS/nativescript-ui-feedback#477 (comment) fixes #258
Steps to reproduce - use this application or follow these steps:
Result: the application is build succsessfully but then throws the following:
Reproducible with both official and next releases of tns-core-modules (official 3.1.1) and nativescript-dev-webpack (official 0.7.3).
reported via t1125353
The text was updated successfully, but these errors were encountered: