Thanks! That got me on the right track.
Posts made by illuminate3
-
How can I style ons-splitter?
What I was trying to do is use a background image for the main area and have the splitter that reveals/slides in only a solid color. I just cant seem to figure it out. Is this possible to do? If so, how could I go about doing it?
Thanks!
-
Adding hambuger menu trigger to the CLI splitter template starter
➜ monaca create testApp ? Choose a category: Onsen UI and Angular 2 ? Select a template - Press P to see a preview Onsen UI V2 Angular 2 Splitter
First off, I’m a total noob to the js side of the world (php guy here). I’ve been playing with monaca and CLI trying different stuff out but still I’m totally lost.
I’ve been able to add a page … total struggle to figure out what I needed to copy and paste. UGH
-
I can’t figure out how the swipe action is being triggered.
-
More importantly, how do I add a hamburger icon and make it trigger to open the menu like the swipe action does.
This obviously doesn’t do anythign but through promise errors …
import {Component} from '@angular/core'; @Component({ selector: 'ons-page[weather]', template: ` <ons-toolbar> <div class="left" (click)="menu.open()"> <ons-toolbar-button>=</ons-toolbar-button> </div> <div class="right"> <ons-toolbar-button ng-click="menu.open()" tappable> <ons-icon icon="md-menu"></ons-icon> </ons-toolbar-button> </div> <div class="center"> Weather </div> </ons-toolbar> <div class="content"> <p> Weather component. </p> </div> ` }) export class WeatherPage { constructor() {} }
-
-
monaca localkit
Monaca will let me upload 1 project every few hours or so … but then keeps dieing when I try to push another project.
Upload is just an OK button for an error.
Remote Build gives me {} for a response and an OK button for error …
Extremely frustrating since I have no idea what is actually the problem. I have also logged this on github.