diff --git a/frontend/src/components/BookTable/BookControl.tsx b/frontend/src/components/BookTable/BookControl.tsx index 1a5c3c2b..b9ac000d 100644 --- a/frontend/src/components/BookTable/BookControl.tsx +++ b/frontend/src/components/BookTable/BookControl.tsx @@ -148,7 +148,7 @@ const BookControl = ({ ) : null} - {width > mediumToolbarWidth ? ( + {width > mediumToolbarWidth && window.NativeRobosats === undefined ? ( ) : null} - {width > smallestToolbarWidth && width < mediumToolbarWidth ? ( + {/* Native Android app must always show the Select, as the on display keyboard does not play well with the book table component */} + {(width > smallestToolbarWidth && width < mediumToolbarWidth) || + window.NativeRobosats != undefined ? (