NappDrawer icon indicating copy to clipboard operation
NappDrawer copied to clipboard

Right window bug

Open MahmoudElmoghazy opened this issue 9 years ago • 2 comments

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?

MahmoudElmoghazy avatar May 03 '15 11:05 MahmoudElmoghazy

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();

adamkearsley avatar May 07 '15 09:05 adamkearsley

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?

PlutonB avatar Oct 12 '15 16:10 PlutonB