I am using Onsen UI v1.0.4
Here is the code
<ons-page class="center">
<ons-navigator-toolbar left-button-icon="fa fa-lg fa-bars" on-left-button-click="ons.splitView.toggle();">
</ons-navigator-toolbar>
<span style="font-size:20px; line-height:30px">
Some Content
</span>
<ons-scroller>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
1<br>
</ons-scroller>
</ons-page>
Output:

Problem:
The text in <span> is missing and the content is not scrollable. Any ideas or suggestions to this problem? Thank You.
Update:
One thing I noticed was that, this problem occurs only when the ons-tabber tag is used along with a ons-scroller. So posting my own answer with the cause and solition to the problem.