Navigation

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

    eknoes

    @eknoes

    1
    Reputation
    2
    Posts
    876
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    eknoes Follow

    Posts made by eknoes

    • RE: Navigator

      @cyclops24 It is:

      navigator.pushPage({
                      component: login,
                      props: {
                          key: 'Login_Index',
                          role: role
                      }
                  });
      
      posted in React
      E
      eknoes
    • Row & Col with iOS8

      I use the Row- & Col React components like this in my app:

          <Row className="contact-page">
                  <Col width="100%">
                      // First Row
                  </Col>
                  <Col width="100%">
                      // Second Row
                 </Col>
              </Row>
      

      On all devices (Android, > iOS8) it is displayed like expected, the second row is under the first one. But on iOS8.1 the second row is next to the first one, but both have a width of 100% so you have to scroll to the right. Is this a (known) bug or do I do something wrong?

      Cheers
      soenke

      posted in Onsen UI
      E
      eknoes