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.
Onsen UI v2.0.0: ons-page is generated to double
-
reproduction code is as follows:
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <link rel="stylesheet" type="text/css" href="node_modules/onsenui/css/onsenui.css" /> <link rel="stylesheet" type="text/css" href="node_modules/onsenui/css/onsen-css-components.css" /> <script src="node_modules/onsenui/js/onsenui.js"></script> <title>Test</title> </head> <body> <ons-template id="page1.html"> <ons-page class="page1">page1</ons-page> </ons-template> <ons-template id="page2.html"> <ons-page class="page2">page2</ons-page> </ons-template> <ons-tabbar> <ons-tab page="page1.html" label="page1" icon="square" active="true"></ons-tab> <ons-tab page="page2.html" label="page2" icon="square"></ons-tab> </ons-tabbar> </body> </html>
-
@Kenkichi Thanks. This has been already reported in gh#1584 and gh#1593
-
This post is deleted!