Ankit Saini

Results 2 comments of Ankit Saini

We are still facing this issue, waiting for update.

Most stable solution after hard work public Point getNavigationBarSize(Context context) { Point appUsableSize = getAppUsableScreenSize(context); Point realScreenSize = getRealScreenSize(context); // navigation bar on the right if (appUsableSize.x < realScreenSize.x) {...