Service worker ionic store body request http
@HamdySdiri wrote: I have this interface that contains a save button. This button has role to send a post request to the server. What I am looking for is to use service worker to store the request’s...
View ArticleError on getting PlayerId from OneSignal service
@Catweazle101 wrote: Hi I try to implement the PushNotification feature in my app using the OneSignal service. Everything works at the moment, but now I’m trying to get the PlayerId from the OneSignal...
View ArticleERROR: Template parse errors: Can't bind to 'eventSource' since it isn't a...
@RenanFialho wrote: Someone find this error: Template parse errors: Can’t bind to ‘eventSource’ since it isn’t a known property of ‘calendar’. (" <calendar [ERROR ->][eventSource]=“eventSource”...
View ArticleHow build a specific configuration according to target?
@clemdesign wrote: Hello, I would like to know if there is possible with Ionic to build a specific configuration according target… i.e. When I use “ionic serve”, backend API of localhost server is...
View ArticleTransition between two pages
@Quiesan wrote: Hello, Is it possible to do some transition between two pages please ? Posts: 1 Participants: 1 Read full topic
View ArticleUpload image from Camera/Gallery to server
@sajalsuraj wrote: Hi, I am following this tutorial for uploading image on server - https://devdactic.com/ionic-2-images/ After implementing, I am getting an error while copying file to local...
View ArticleSMS url on android with ionic 3 framework not opening messaging app
@sparkingx250 wrote: The sms url works fine on iOS and opens the messages app fine but on android it does not open the messages app and just crashes. Does anyone know why its not opening the messages...
View ArticleIonic url redirecing
@AdrianKokula wrote: I’m creating personal testing Ionic application with QR Code Scanner and virtual tour generated in Panotour(for simlicity). I have written code for scannig and decoding QRCode...
View ArticleInput with 3 decimal places without entering the decimal
@kbezold wrote: What is the best way to create an input where the user enters digits and the decimal is automatically after each keystroke? For example, if the user types 1 2 3 4, the field would...
View ArticlePost request is not working
@Akgul wrote: Hello. I am trying to save data to mongodb with post request after Firebase fb login. I have a login provider and I am calling it from login page. I think I have a problem with the logic...
View ArticleIcon in ion-tab special
@Quiesan wrote: Hi ! Is it possible to just change the size of one of the icon in ion-tabs ? Just for example, I would like 3 icons with the first and third normal size and for the 2nd icon, much...
View ArticleInsane padding-bottom
@SaltySpaghetti wrote: Hi all I tryed to make a register page with some using an My problem is that when I try to fill the inputs, the gets an insane amount of padding-bottom It goes from 16px that...
View ArticleNgx-translate problem on ionic cordova run - Solution
@FrancoisIonic wrote: Hi guys, I had this problem today with ngx-translate, it was because of an issue to relative path of assets: This is the tutorial: export function HttpLoaderFactory(http:...
View ArticleProperty 'captureVideo' does not exist on type 'typeof MediaCapture'
@wandie wrote: how to fix this error to capture video import { Component,ViewChild } from ‘@angular/core’; import { NavController } from ‘ionic-angular’; import { MediaCapture} from...
View ArticleHow to set and retrieve preference value using app preference plugin?
@anespa wrote: Friends, I am using ionic 3 . I need to save/fetch 5 preference values according to the user need. In default, need to select one too. How it can done ? please advise Thanks Anes Posts:...
View ArticleHtml element on the google maps
@rafaelmoura wrote: I would like to put an elemtent html (input) on the map of google maps with css ? <ion-content> <div #map id="map"> <ion-item> <ion-input type="text"...
View ArticleIonic Cordova Pause Event Not Triggered
@piashsarker wrote: Below is my source code that I am using in my app.component.ts file in the constructor. platform.ready().then(() => { console.log('Platform is ready. ');...
View ArticleHow to fix button location at the bottom
@rsa wrote: I want button to be stay at the bottom not in center <ion-content class="cards-bg social-cards"> <ion-card> <ion-item> <textarea #myInput id="myInput" rows="1"...
View ArticleIONIC 3: Execution failed for task ':app:processDebugResources'
@ansibraza wrote: Execution failed for task ‘:app:processDebugResources’. This error comes when execute “ionic cordova build android”. Searched for a long time but no luck. Anyone can help? FAILURE:...
View ArticleIonic 2 android scroll bar not showing
@murthyjvm wrote: Hi, I am a beginner of ionic android app, The docs helps me to use native storage,fcm its nice and worked. But still I am struggling to visible the scroll bar on android device....
View Article