question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple View Layout Framework7 Hybrid Application

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ZanderBrowncommented, Aug 3, 2017

Split view or views in tabs

0reactions
lock[bot]commented, Jun 24, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found