Questions tagged [ion-navbar]

7 questions
7
votes
2 answers

ionic 3 navigation menu does not show up

I am bit super annoyed and confused on the side menu not showing up in different situations. My app flow and requirement are: initially, there is a landing page with 3 tabs and no side menu. On the first tab, there are products and you can add them…
Vik
  • 8,721
  • 27
  • 83
  • 168
2
votes
1 answer

How to make a nav bar transparent before scrolling (iOS 14)

I'd like to implement a nav style like what is found in the "Add Reminder" view controller from Apple's Reminders (iOS 14). I've tried hooking into the scrollview delegate methods but I'm not sure how to change the alpha of the default nav bar…
1
vote
3 answers

copy all cell ranges

Sub all_col() Workbooks("xlsb file").Worksheets("sheet name").Range("A1:CR1048576").Copy_ Workbooks("xlsx file").Worksheets("sheet name").Range("A1") How do I write more efficient code to copy all the cell ranges from one worksheet to another…
1
vote
1 answer

How to change header color of ion-menu, without changing color of ion-navbar?

I have this below code for ion navbar, where I am having one menu icon on the right side. And I want to change the color of that menu header.But when i am changing color of ion-navbar , it is changing for menu header also.I want separate color for…
ananya
  • 1,001
  • 6
  • 33
  • 50
0
votes
1 answer

How to use react native navbar

I'm trying to work with Navbar from navbar-native but i'm getting this error when I import it for my project (typeerror undefined is not an object (evaluating '_react.proptypes.bool')). Here is the code : import React from "react"; import { Image,…
0
votes
2 answers

Header bar height with menu and a button

My ionic 3 header need to show a menu icon a title and a button in the end. However with these 3 things the header renders these in 3 different rows rather in one single row. See the screenshot as an…
Vik
  • 8,721
  • 27
  • 83
  • 168