Multiple View Layout Framework7 Hybrid Application
See original GitHub issueI have 2 different layouts. One for before login and one more for after login.
I already read the instructions here. http://framework7.io/docs/views.html
And still cant understand why my apps become like this:
http://i.stack.imgur.com/UU0ZJ.png
It display 2 views at once. Can scroll fully throught both views.
This is the js involved:
var mainView = myApp.addView('.view-main');
var anotherView = myApp.addView('.another-view');
//to call anotherView after login mainView.router.load(anotherView);
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Multiple View Layout Framework7 Hybrid Application
Each view is simply a div with its own content and its own history. So, just use them as divs: var mainView =...
Read more >Multiple View Layout Framework7 Hybrid Application #908
I have 2 different layouts. One for before login and one more for after login. ... It display 2 views at once. Can...
Read more >Multiple views in same man view - Framework7 Forum
How can I make 2 views inside the main view app (like in the image attached)? I need to create a chat app....
Read more >Multiple View Layout Framework7 Hybrid Application - ADocLib
Introduction. Framework7 is a free and open source mobile HTML framework to develop hybrid mobile apps or web apps with iOS & Android...
Read more >Using Framework7 to Build Hybrid Mobile Apps for Android ...
Step 2: For the sake of simplicity, select the first template, Single View. Click on the Download option. Step 3: Open a terminal...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Split view or views in tabs
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.