I’m building an app using Onsen UI and PhoneGap that requires having an extra tall header on one of the pages, with an SVG background image, but hamburger menu icon would be on top. So needs to be like:
Header image is above the horizontal line, below that it’s just a regular Onsen UI layout with various content (e.g. a list).
Image does need to be full width as shown and scale to fit whatever device it’s shown on (phone or tablet).
Is this possible, and if so how? Couldn’t see anything obvious in the docs.
Thanks