iOS-PWA-Wrapper icon indicating copy to clipboard operation
iOS-PWA-Wrapper copied to clipboard

Can we hide the native header completely?

Open imperatormk opened this issue 5 years ago • 2 comments

Hey there, we don't want to hide our own header in favor of the native header you have provided so is there a way to hide the wrapper's header/navbar instead?

imperatormk avatar Mar 12 '20 17:03 imperatormk

In short, open the storyboard in xcode, remove the app header from the UI there, fix the rest of the layout, then remove all the code referencing the header.

xtools-at avatar Mar 12 '20 19:03 xtools-at

@imperatormk i removed the header and made the app fullscreen with this commit: https://github.com/lpsBetty/iOS-PWA-Wrapper/commit/67800188604c3791acea899a3eed2dc98c8f466e

bettysteger avatar Mar 24 '20 09:03 bettysteger