example on the official website popup-close this class is not closed after the popup is clicked, only the mask layer is turned off, is the right class used?
example on the official website popup-close this class is not closed after the popup is clicked, only the mask layer is turned off, is the right class used?
questions such as questions <body> <!-- App root element --> <div id="app"> <!-- Statusbar overlay --> <div class="statusbar">123123< div> <!...
how do I load pages dynamically in framework7 v2? A new page, such as , can be loaded through mainView.router.loadContent (), in v1. var viewHTML = $( <div class="navbar"> + <div class="navbar-inner"> + ...
for example: I chose to test 3murmur0403-test, then switched to test 2, murmur0203, and finally switched back to test 3, I found that the check box of "Test " that had been selected before was not checked ...
framework7 loads the Range Slider range selection slider in the Popup pop-up box. The selection slider and the numeric values are not visible only the title. Solution, I am learning that the front-end framework is a rookie. <div class="range-sl...
in the 1.* version of framework7, a picker, such as is declared. var pickerCustomToolbar = myApp.picker({ input: -sharptimePicker2 , .... }) when we enter the page, we pickerCustomToolbar .open() will open this picker, but the picker c...
foreigners are busy ~ no one answered me http: forum.framework7.io t . {props.f7router.navigate ( memoDetail , {pushState: true, history: true})}} > < Button > { path: course , pushState: true, history: true, component: CoursePage, } N...
as mentioned above, pushState is displayed normally when it is not turned on, but it will be 404 when it is turned on. The other pages are fine, but the view on toolbar has this problem. The structure of Dom is as follows. The toolbar tab, used except ...
npm run dev will not report an error and will work properly, but once packed, it will make a mistake and ask the bosses what s going on. I can t copy the npm code, so I can only put on the picture . ...
problem description for example, on the home page of http: xxx index.html-sharp , click a link to go to the application page, but the browser s url has not changed; how to make the url also change to the corresponding route http: xxx index.html-s...
using framework7, for the first time, I found that writing a tag in it would not jump after writing href directly. then I groped for the route, but I didn t understand the.. (routes for a long time.) the following code is written according to the tut...
index.html has a hyperlink that clicks to about.html and has simply configured the route. The about.html page has some js code. the js code that is clicked from index.html to about.html,about.html cannot be executed. If you directly open the about.htm...
there are two pages, A.html and B.html. All the JS of the A.html page can be executed. After the A.html route jumps to the B.html, all the JS written in the B.html cannot be executed. If you open the B.html directly, JS can execute it. What is the reason...