Questions tagged as 'framework7'

2
answers

What is the difference between API, library and Framework?

These are very close terms and I have already found texts that exchange these concepts, as if in certain situations the definitions are almost the same. What are the technical definitions that distinguish a API from a library or a Framew...
asked by 10.09.2016 / 05:09
0
answers

Realization of an APP with PhoneGap and Framework7

I am trying to make a web application using these two technologies, although in some points I can not understand it. The application presents an initial login page, which makes a query to an API and if the user is authenticated, you pass to a...
asked by 19.07.2017 / 09:53
2
answers

Change the style of a DIV when it is pressed

I have a problem with a hybrid mobile application. I would like to change the style of a div when it is clicked. I currently have something like: <div id="foo"> Lorem ipsum dolor... </div> and I apply in my document css:...
asked by 20.04.2017 / 22:39
1
answer

Javascript dependency

I am using Framework7 to make a mobile application with phonegap . My doubt arises with javascript , in which I am totally new. My question is if I can import a .js from another .js for example;    A main docu...
asked by 02.05.2017 / 11:33
0
answers

How to reset a value of a picker, framework7?

Good morning, I currently think of a picker in the following way: myApp.picker({ input: '#departamento_alterna', rotateEffect: false, onClose: function (picker) { console.log(picker.value) Cod_de...
asked by 29.08.2018 / 20:56
0
answers

Get the value of an input and save it in a variable with Framework7

I'm working on Framework7 and PhoneGap new to me. I'm in a calendar and I use the library that comes with the default Framework7, so I get the base values with JavaScript and JSON and assign them to input . The problem is that g...
asked by 26.12.2017 / 17:34
1
answer

The lower bar (tab bar) disappears from the view in the app

I'm doing a hybrid app with Framework7, I want to do it with a tab bar that will be below. Everything works perfectly as long as in the pages of the tab bar I have not written neither text nor code, but if I write or add anything the navbar mo...
asked by 11.12.2016 / 18:36
0
answers

Because the range slider looks different on the computer and on the cell phone

Link to the trial application I have a mobile app that I'm doing with framewrok7 but the range slider that I use looks different in the PC version than the mobile version. Basically it is the circle or element that determines the positio...
asked by 08.09.2016 / 21:55
0
answers

How to redirect it to a page, router.load, Framework7?

Good morning. I do the following flow between pages, worked in a hybrid application. Start on page1 - > page2 - > page3 to find me on page3 I have the following button: <button id="principal" class="principal">Continuar&l...
asked by 10.12.2018 / 17:23
0
answers

How to go to a specific tab with Jquery, framework7?

Good morning. I have the following html structure of tabs in a view "inicio.html" <div id="tab-1" class="tab active"> </div> <div id="tab-2" class="tab"> </div> <div id="formaentregaPedido" class="tab"> <...
asked by 13.11.2018 / 17:12