Thanks a lot, Fran.
for width: 300px, it did work.
But for font-size: 22px, even i change to font-size: 100px, the font still doesn’t change at all except the input height has changed.
is there something i missed?
Thanks.
Thanks a lot, Fran.
for width: 300px, it did work.
But for font-size: 22px, even i change to font-size: 100px, the font still doesn’t change at all except the input height has changed.
is there something i missed?
Thanks.
Hi,
is there any way we can change the ons-input font-size or width?
thanks.
In this ons-input documentation, there are 2 modifiers: material, and underbar.
But after testing, i didn’t see any change. Is there something I missed?
Thanks.
Thanks a lot!
The workaround works, thanks!
Hi, the following “ons-bottom-toolbar” doesn’t work.
Did I mistake the usage? Or is it an issue for “ons-bottom-toolbar” in v2?
Thanks.
<ons-page>
<ons-toolbar>
<div class="left">
<ons-toolbar-button>
<ons-icon icon="md-menu"></ons-icon>
</ons-toolbar-button>
</div>
<div class="center">Buttons</div>
<div class="right">
<ons-toolbar-button>Button</ons-toolbar-button>
</div>
</ons-toolbar>
<section style="padding: 8px">
<ons-button modifier="quiet">quiet</ons-button>
<ons-button>Default</ons-button>
<p></p>
<ons-button modifier="large--quiet">large--quiet / material--flat</ons-button>
<p></p>
<ons-button modifier="large">large</ons-button>
</section>
<ons-bottom-toolbar>
<div class="left">
<ons-toolbar-button>
<ons-icon icon="md-menu"></ons-icon>
</ons-toolbar-button>
</div>
<div class="center">Buttons</div>
<div class="right">
<ons-toolbar-button>Button</ons-toolbar-button>
</div>
</ons-bottom-toolbar>
</ons-page>
Since v2.0 is RC now, will there be TypeScript Definition for Onsen v2.0?
Cause I’ve noticed that there’s huge difference in ons-navigator NavigatorView’s methods and properties.
For example, in v1.x, there is method getCurrentPage in NavigatorView, however, there’s no such method in v2.0 RC which makes my code compatibility fail.
Thanks.
Will there be TypeScript Definition for Onsen v2.0?
Hi, you mentioned IntelliSense for Visual Studio? how do I install it? thanks.