NappDrawer
NappDrawer copied to clipboard
Right window bug
Hi viezel thanks for this amazing module but i have a problem in android when i make center window and right window application crash but if i put right , left and center window it doesn't crash can u tell me what is problem?
The issue appears to be that the NappDrawer doesn't seem to be refreshing itself.
I managed to get around it by closing and opening the drawer once I've set a Left
or Right
window.
$.drawer.close();
$.drawer.open();
I'm having the same issue as op. Adding close and open doesn't help. It seems that the key here is the left window (view), if that is omitted the app crash on Android. The same happens if I first open the drawer and then try to remove the left window (view). Opening the drawer with only the left window set doesn't crash the app. Any ideas anyone?