Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. etagrats
    E
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    etagrats

    @etagrats

    0
    Reputation
    7
    Posts
    723
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    etagrats Follow

    Posts made by etagrats

    • <ons-lazy-repeat> have issues without calculateItemHeight on iOS/Safari

      I have an issue with ons-lazy-repeat. Without calculateItemHeight (which is supposed to be optional), the <ons-list> will have “visibility: hidden”. However, if I comment this, the list is perfectly displayed. I don’t have this issue at all on Chrome/Android at all.

      https://codepen.io/anon/pen/VmeOoz

      Any idea?

      posted in Onsen UI
      E
      etagrats
    • ons-tabbar in V2 loads all pages?

      Hello,

      In V1, ons-tabbar inserted only the current tab in the DOM, but now in V2 all tabs are. Am I correct?

      I have two different but similar tabs. Sometimes I have the same ID in both tabs. My labels are linked to their input with the “for” attribute, but since both tabs are inserted in the DOM, my IDs are not unique anymore, thus when I click on my labels, nothing happens. Any suggestions beside renaming all my IDs?

      Thank you!

      posted in Onsen UI
      E
      etagrats
    • ionicons cloud icon in tabbar?

      Hello,

      I’m not sure but I think I may have found a bug: https://codepen.io/anon/pen/xEaZkR

      Open this link in Safari (Mac or iOS) and the icon in the tabbar will be a cloud instead of the ion-calculator. However, if you remove the hyphen in the “icon” attribute through the dev console and then add it back, it will work.

      Thank you

      posted in Onsen UI
      E
      etagrats
    • Page attribute in <a>

      Hello,

      I would like to use <a> in my home page to create a more customized layout. If I use Onsen components, there’s the attribute page to navigate. But is there a way to do something similar with <a>? I mean right now I have to use something like <a onclick=“document.getElementById (‘yourNavId’).pushPage (‘yourPage.html’)”> but I would prefer to use <a page=“yourPage.html”> .

      Thank you!

      posted in Onsen UI
      E
      etagrats
    • Change default font-family

      Hello there,

      Just wondering if it’s possible to change the default font-family of all onsenui components?

      Thank you.

      posted in Onsen UI
      E
      etagrats
    • Tabbar above Toolbar in Android?

      Hey folks,

      Simple question, if I put the tabbar at position=“auto” here : https://onsen.io/tutorial/?framework=vanilla&category=Reference&module=tabbar … in Android the tabbar will go above the toolbar. I need a different title in Tab1 and Tab2 in the toolbar, so how can I do that properly (by that I mean the tabbar just below the toolbar)?

      Thank you!

      posted in Onsen UI
      E
      etagrats