Yevhenii Vasiuk
Yevhenii Vasiuk
Fixed by using latest master version because 2.7.8 does not contains latest changes that fixes Android version.
I followed advice from @MikolajMGT and was able to get rid of the problem in similar way the only difference: I added listener to the whole document and applied access...
I use next method to setup SlidingMenu: private void setupSlidingMenu() { SlidingMenu sm = getSlidingMenu(); sm.setShadowWidthRes(R.dimen.shadow_width);// [1] sm.setShadowDrawable(R.drawable.shadow);// [2] sm.setBehindOffset(150); sm.setFadeDegree(0.0f); ``` getSlidingMenu().setOnOpenedListener(new SlidingMenu.OnOpenedListener() { public void onOpened() { getSlidingMenu().invalidate();...
Facing the same issue: > Failed to parse environment file: json: cannot unmarshal number into Go struct field .value of type string While having env file like this: > {...
Probably, it is not.