Using service workers in a non pwa app
@HinderiksR wrote: Hi, Would it be possible to add the angular/pwa and with that service workers, but still production build it as an ios and android app ? And will the service workers still work...
View ArticleIonic AuthService or login providers
@rustypaul wrote: Hi, I’m trying to create a simple login page in an ionic app to connect to a custom laravel website (which uses the standard boilerplate laravel 4.4 auth class). I can see quite a...
View ArticleConfusion about Ionic v4 architecture
@Firoux wrote: Hey everyone thanks for your time reading and helping ! I’m learning Ionic / Angular and I read a lot of doc and tutorials but there is still things I can’t figure out : In Angular...
View ArticleHow to destroy GoogleMaps on Ionic 3?
@trbarbosa wrote: On my rootPage I call another page(mapPage) where the map get Load(loadMap()) and then when I pop this page or return to the root I need to destroy the map, cause everytime that I...
View ArticlePrioritizing Web with Ionic Framework
@_Ty wrote: Hey there, My goal is to create a new PWA with a shared code base. I have used Ionic in the past for mobile only, however, this time I want to prioritize web. I am considering the...
View ArticleIonic project directory
@rurinewman wrote: I’m new to ionic, and I’m trying to link my ionic app to a WPLMS app which I bought recently. The app will help me to link it to my LMS website so that the website becomes an app....
View Article[ionic v4] - ionScroll bug when trying to get event's scrollTop
@Nigdor wrote: Hello, I have updated ionic 4.0.2 to ionic 4.0.3 and a problem came with this update. When i try to get the scroll amount through “ev.detail.scrollTop” i always get 0. So i tried to...
View Article[Ionic-V4]How I import new Fonts?
@Marcel0365 wrote: Hey guys, I have a question. I’m having a hard time importing fonts from Ionic. I honestly do not know how to do this. I would like to add the font San Fransico, which is available...
View ArticleIonic app on ios device tapping wrong place
@tasinsahin wrote: Hi, I have an app with side menu. I open my app on iphone 7 with ios 12 device. Logging in successfully. After loading side menu and home page, ion-header does not show up on home...
View ArticleGesture Ionic 4
@ankeetas wrote: Hello, First of all, I think you need to add a category for ionic-v4 for the forum. Secondly, we are working on to migrate Ionic 3 app into Ionic 4. We use (tap) in Ionic 3. In Ionic...
View ArticleIonic Native Google Plus not working on Android
@flaviotobias wrote: I’m trying to login using Google. I’m using the Google Plus native plugin Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile, web,...
View ArticleIonic-3-Dynamic-CSS-Theme
@alanmm wrote: How can we do for ionic 3 GitHub Alan4747/Ionic-3-Dynamic-CSS-Theme Ionic-3-Dynamic-CSS-Theme - Uncomplete program of an unsolved problem. If you can solve this, please push it. Thanks....
View ArticleGuide needed to set environment variables in ionicv3
@elim wrote: I will refer to the link below: https://ionicframework.com/docs/cli/configuring.html I am confused with $ export HTTP_PROXY=“http://proxy.example.com:8888” # also used by npm $ export...
View ArticleHttp get not working on mobile
@DarrenSpielman wrote: I’m using http get to receive data back(json), this is working good in ionic serve, but doesn’t work on mobile(android), my data and session variables turn up null which means I...
View ArticleInfinite slider
@codiqa100078139 wrote: Hi there, I am implamenting a calendar in my app and I want to add option to swite to next/prev month So I was thinking to do it with the slider element. I will need to make...
View ArticleSocket.io need url define in page.ts, not in module.ts ionic-v4
@anupzone wrote: in app.module.ts import { SocketIoModule, SocketIoConfig } from 'ng-socket-io'; ........ const config: SocketIoConfig = { url: 'http://localhost:3001', options: {} }; ...........
View ArticleIonic select using a http json file
@PleaseHelpMeIWillLov wrote: So I want to make all the options from the json array example i open the ion item and all the options are from the option array { "name":"John", "age":30, "option":[ "1",...
View ArticlePopover Not Scrolling In Ios
@Himanshutongya wrote: I have applied popover in ionic . Scrolling in popover is working in android but not working in ios. please suggest any solution. Posts: 1 Participants: 1 Read full topic
View ArticleHow to do images editing in ionic3?
@MaheshKarumuri wrote: Hello there, I want to create responsive boxes on image by user. I mean user can select the objects in image. By tapping on image we need to show one responsive box and that can...
View ArticleHow to put an icon over images which are within a slider
@Kyrax80 wrote: Hello guys, I have the following code: <swiper> <div *ngFor="let video of lista.videos" style="padding-top: 0px;"> <button class="boton-slider"...
View Article