Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
40 views

I am developing a tutorial app using the Cordova Framework7 framework. When I build the APK and test it on my mobile device, I encounter an issue where clicking the back button closes the app. I would ...
Sohan Chakraborty's user avatar
0 votes
1 answer
214 views

I created a sample package with source code by using command "framework7 create --ui", then generate couples of files and folders and load them on VScode. The package is built at the ...
ThunderBird's user avatar
0 votes
1 answer
284 views

I am using Framework7 with meteor and vue and I have included framework7 like this in my main.js: import { Meteor } from 'meteor/meteor'; import { createApp } from 'vue'; import { VueMeteor } from '...
AntonSack's user avatar
  • 1,047
0 votes
2 answers
112 views

I am familiar with the classic method of linking to sections on your webpage, whereby the anchor tag is made to point to some elements id within the page, like this sample <div class="main&...
Joachim's user avatar
  • 311
0 votes
0 answers
53 views

I have been trying to connect my app to an API in my cordova app. But every time I build the apk and run it, it just doesn't seem to get any requests through. I tried adding <allow-navigation href=&...
Peku Kaoma's user avatar
0 votes
1 answer
109 views

I am new in framework7 I want to link my html page with Javascript file this is how my html file looks like: <div class="page-content" id="details-form"> <div class=...
Mr Chefane's user avatar
0 votes
1 answer
185 views

I’m using Framework7 v. 5.5.1 and Leaflet 1.9.3 (https://leafletjs.com/), I couldn’t show the map correctly. I have to use the map on two different pages. On the first page, I have to view it in full ...
Jean's user avatar
  • 463
1 vote
1 answer
243 views

I am developing a Framework7 mobile web app, I want to let the user login, now since i am using the WebApi to authenticate the user, i am confused as to how to store the user session. Like in ASP.Net ...
Abbas's user avatar
  • 5,056
0 votes
1 answer
125 views

I am trying to migrate my app from plain HTML to framework 7, everything was going well until I noticed that the ajax requests were not being executed since they resulted in an error Uncaught ...
Abdulbasit's user avatar
1 vote
2 answers
660 views

I'm usuing framework7 in my projetc, I hae installed the latest version but when I import it in my index.js i get this error Uncaught Error: Cannot find module 'framework7/lite-bundle' ...
Milad.eb96's user avatar
3 votes
3 answers
4k views

I'm attempting to submit a Cordova app (That's built using Framework7) to the Google Play Store, but I'm getting the message "Your app currently targets API level 30 and must target at least API ...
user2835645's user avatar
1 vote
0 answers
607 views

I have a project using React, react-leaflet and Framework 7. In one component I have a Fab-Button from Framework 7 and a Map from react-leaflet. My Map.jsx component looks like this: import React, ...
Faker HD's user avatar
0 votes
0 answers
2k views

I created an app based on Framework7 using cordova But when compiling, an error occurs after the command sudo cordova build ios Error: ** BUILD FAILED ** The following build commands failed: ...
AndriiBal's user avatar
0 votes
4 answers
382 views

I am beginner of F7. Everything goes well until the installation of F7 but when I run the command "Framework7 create" it says Framework7 is not recognized as internal command or operable. ...
nubby0208's user avatar
1 vote
0 answers
495 views

I hope this will not be marked as duplicate, since I can't find the answer anywhere. The main problem here is that my cordova android application returns status 0. I created a simple android app that ...
Lourence Epino's user avatar
0 votes
0 answers
2k views

On framework7 i get the e.apply is not a function error, when i click on a “onclick” fuction. <a href="#" onclick="loginpw()" class="">Log In</a> function ...
PeraDev's user avatar
  • 37
1 vote
2 answers
604 views

I am using the latest version of Framework7. And this is what I am trying to do: In my route.js { path: '/guest_course/:id/', componentUrl: './pages/course-detail-guest.html', }, In my .html ...
Bips's user avatar
  • 133
1 vote
1 answer
312 views

i have an app that use webview for interface. i want to use PWA frameworks such as Onsen UI or Framework7. these frameworks working well in local browser but not in webview. in webview every thing ...
me Ya's user avatar
  • 21
0 votes
1 answer
165 views

I'm using Framework7 which is great. I need to parse innerHTML of all of my pages in runtime. How can I obtain HTML for page different than a current one? I was trying to make use of router, routes ...
chernish2's user avatar
  • 113
1 vote
0 answers
208 views

i am used this example project as template https://github.com/codivoire/cordova-framework7-react Now, i created a page with tabs and inside tab 1 i have one button. I try this: When i click on the ...
C3010's user avatar
  • 53
0 votes
3 answers
2k views

i get this time from an external JSON : "time":"19:45" I need to add 2 hours from this string. Is it possible in JS? Thanks
PeraDev's user avatar
  • 37
0 votes
1 answer
184 views

I'm trying to install framework7 on ubuntu 18.04. The node version is: v10.24.1 and the Npm is: 6.14.12 the erro: npm ERR! Linux 4.15.0-154-generic npm ERR! argv "/usr/bin/node" "/usr/...
Cleber Castiglioni's user avatar
0 votes
0 answers
22 views

I'm trying to get a value of a function on Framework7, without sucess, since it returns a promise My function: function get_coordinates_by_address(address){ app.request.json('https://nominatim....
Pedro Antônio's user avatar
0 votes
1 answer
297 views

I’m trying animate the hide and show of a “scroll to top” button dynamically inserted $('.content').append('<button id="scroll_to_top_btn" title="Go to top"><i class="...
Pedro Antônio's user avatar
0 votes
1 answer
317 views

I want to create a toggle with Framework7, where the user should confirm before the toggle is turned off (and only when turned off, not when turned on - maybe this is relevant). My toggle is created ...
Hollul's user avatar
  • 339

1
2 3 4 5
18