Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

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



  • @eknoes Why not just use two rows’s like it was designed to do instead of forcing it to exceed the screen width?