Questions tagged [html-framework-7]

Framework7 is Full Featured HTML Framework For Building iOS & Android Apps

Official Site : https://framework7.io/

Official Documentation : https://framework7.io/docs/

881 questions
101
votes
10 answers

Unable to preventDefault inside passive event listener

I'm using Framework7 sortable list and it works well, just that it doesn't trigger an event when the list is changed. So I'm trying a few built-in events: $('.sortable-handler').on('touchstart', function (e) { e.preventDefault(); …
eozzy
  • 66,048
  • 104
  • 272
  • 428
17
votes
2 answers

Show / hide preloader on page load in Framework7

I want to show a preloader over all the contents when a page is loading and hide it when the page load is finished and show the content (I'm not talking about internal links- like when you type an address in the browser and waiting for the page to…
hretic
  • 999
  • 9
  • 36
  • 78
11
votes
1 answer

'Cordova/CDVUIWebViewDelegate.h' file not found

I just update cordova to version 10.0.0 and mi xcode is on version 11.3.1 now when I try to build my app I'm getting this error. 'Cordova/CDVUIWebViewDelegate.h' file not found I don't know how to set the path to this file or fix this error. Could…
11
votes
6 answers

Use android back button on device to return to main view in Framework7 app?

I have recently built an app using framework7 and cordova. My app consists of a single html file which has all the views in it. To navigate between the views, a back button is present at the top on each child view. If a person presses the back…
Aky Kumar
  • 113
  • 1
  • 1
  • 4
8
votes
2 answers

Input[type="file"] doesnt work on ios 12.2

I have application with input type="file" that works on ios 12.1 and previous but not in ios 12.2 (the newest one). Here is the code that I used: It doesn't give any error…
Tam Nguyen
  • 115
  • 1
  • 9
8
votes
1 answer

Cordova Hide Status Bar

I'm building an application for iPad with Phonegap and Framework7 and I can't seem to get the status bar to be hidden on the iPad no matter what I do. I've tried to google out a few tutorials, including the following questions: How to remove iOS…
Chin Leung
  • 14,621
  • 3
  • 34
  • 58
8
votes
1 answer

vuejs-framework7 toolbar route

I am working on a app made with Framework7 and vuejs. I have bottom toolbar but i have routing problem here. here's my code route.js { path: '/about/', component: require('./assets/vue/pages/about.vue')} main.vue
8
votes
7 answers

Move Swiper Pagination to Top of Swiper Container

I would like to move the pagination bullets to the top of the viewing area, from the bottom.
Currently, the pagination bullets…
Stephen S
  • 354
  • 1
  • 4
  • 21
8
votes
1 answer

Framework7 inside webview pages not loading

I am new to framework7 and I am trying to make it work inside on android. Here's what I did, Created project in android studio, with webview to load index.html and it works. But the link to the pages "about", "services" and "form" doesn't work. I…
RogerHN
  • 584
  • 1
  • 11
  • 31
7
votes
1 answer

Gradle error : Server returned HTTP response code: 403 for URL: http://services.gradle.org/distributions/gradle-2.2.1-all.zip

I have this error in the apps that I'm currently building on: C:\mobile\xtern_mobile\ST>cordova run android ANDROID_HOME=C:\Users\myPC\AppData\Local\Android\android-sdk JAVA_HOME=C:\Program Files\Java\jdk1.8.0_66 Downloading…
Niya
  • 73
  • 1
  • 1
  • 3
5
votes
4 answers

pushState problem Framework7 v3.5.2 doesn't load the view

I've read all question about this problem without finding any solution. I'm using the current latest version of Framework7 (3.5.2) and I'm trying to implement the pushState statment in order to enable the backButton on Android devices. In my…
Aso Strife
  • 1,089
  • 3
  • 12
  • 31
5
votes
2 answers

How to hide panel and navbar in login page framework7

I'd like to hide correctly the panel and the navbar only in the login page. After login I'd like to show them. I achieve this task partially, because my code has a bad side effect. When I open the app I saw my login page but for few second the…
Paul
  • 223
  • 2
  • 14
5
votes
4 answers

How to navigate to a page in Framework7

I am just starting with Framework7 and I want to navigate to another page when a click a paragraph. I tried a few things and googled for the past hour but no luck. Here is the code I have in my-app.js: var $$ = Dom7; var app = new Framework7({ …
squeekyDave
  • 918
  • 2
  • 16
  • 35
5
votes
1 answer

CSS Grid Repeat not working in Safari on Mobile

As far as I know, CSS Grid is supported by Safari as of last month. Yet, when I load a page with a grid container, my items aren't dynamically repeated -- they take up the whole container width. .selection-container { margin: 50px; …
David J.
  • 1,753
  • 13
  • 47
  • 96
5
votes
2 answers

How to remove highlighted text on Framework7 mobile web app when touch/tap on other elements?

For some reason, when I highlight text in the mobile web version of a Framework7 app and touch on other places I expect the highlight to be gone... it's being retained. However, on desktop web, when I highlight text and click somewhere else, the…
Woppi
  • 5,303
  • 11
  • 57
  • 81
1
2 3
58 59