Ionic studio prebuilt theme / template
@TKTDSNG wrote: Hey there! In case i haven’t noticed - is there any prebuilt theme/template on the market which i can use for the ionic studio? Posts: 1 Participants: 1 Read full topic
View ArticleIonic browser + Onesignal web push
@elierak26 wrote: Hi everybody, I use ionic 4 firstly. I have a problem on Onesignal web push. it works well on my android application. But this is not the case on the browser after following the...
View ArticlePerformance problems with dynamic components
@MichBerg wrote: When add components to a modal in Ionic 4 it slows down my performance terribly. modal.html <div *ngFor="let app of room.apps">...
View ArticleIonic(v4) React Menu controller
@rodvind wrote: Hi everyone, I really need some help with this ion-controller things in React. This is the issue: I wanted to have a Menu (hamburger) which when I clicked on, open the Menu for me...
View ArticleProcess Global
@edsonnets wrote: I need to perform a process that runs throughout the application that does not depend on the view or the module … Posts: 1 Participants: 1 Read full topic
View ArticleIs there a way to log the user once, have a valid session for some days, then...
@leonardofmed wrote: My app should be used in the field work, where sometimes users don’t have internet connection. I already have a login system that uses JWT, and every DB requisition uses this JWT...
View ArticleIonic 4 can't upload image to server php
@sehsah2020 wrote: hi , when i upload image with input text . input text only send to database code add.ts let postData = { "username": this.username, "fullname": this.fullname, "cat": this.cat,...
View ArticleError during ionic serve
@lsantaniello wrote: Hi all, I downloaded official conference app from git hub “https://github.com/jarodms/ionic3-sidemenu-tabs” I installed using npm install but when I execute “ionic serve” I...
View ArticlePassing data via AuthGuard
@winningtech wrote: I have a couple pages in my app which require authentication, and several that don’t. Instead of making everyone login, I’ve set up an AuthGuard that restricts access to those to...
View Article[Ionic 4 React] touchstart delay in Chrome for Android?
@benallfree wrote: The following code will respond instantly on iOS Safari and Chrome Desktop, but Chrome Android seems to have a touch delay. I can’t tell if it’s the device or something in Chrome....
View ArticleNumber Counter for Ionic 4
@jaggarapu wrote: Hello There, Does anyone used the Number/Numeric Counter in Ionic 4?. Thanks Jagga Posts: 1 Participants: 1 Read full topic
View ArticleImage thumbnails performance
@halloland wrote: Hi there. I want to create many thumbnails for images, I dont need to save them locally, just need base64 or smth else. I tried it with canvas and ImageResizer but I have got bad...
View ArticleArea shape to call a function
@pimol wrote: Hi all. I had an HTML page with this code inside: <ion-content class="ion-padding"> <img src="..\assets\RTLife.png" usemap="#imgmap"> <map id="imgmap" name="imgmap">...
View ArticleIonic 4 cli g page error: More than one module matches
@agentsimons wrote: Hello, i’m very new her (and new to ionic) I do hope I’m posting in the right place! I’m having a rather pressing issue with ionic/angular cli. I have searched google and SO...
View ArticleNavParams references deleted but still causing errors after migrating to Ionic 5
@rafarco wrote: Hello! I’m getting the following error after migrating my code to Ionic 5 with Router. I was using NavParams to pass parameters between the different pages of the app but now I’m using...
View ArticleHow to Ionic4 webview use "in app browser whatsapp allowed"
@keshavking111 wrote: constructor(private iab: InAppBrowser){ const browser = this.iab.create( ‘https://abc.cbc.com’,’_blank’ ,{ location: ‘no’}); } i want to use “whatsapp” in app browser(webview )...
View ArticleIonic 4 infinite scrolling (only on native ios device) jumps to top / forgets...
@outspoken_mag wrote: Hey everyone! I am facing a challenge in regards to infinite scrolling What is happening in detail: I created a minimum project where I implemented an infinite scroll with...
View ArticleBackground Mode audio not working in iOS
@nutnonsee wrote: We’re trying to play audio that still playing after the app is in background with our Ionic + Vue project. We’re using web audio API to play audio. const audio = new Audio(url)...
View ArticleIonic application generating TOTP tokens
@odorakel wrote: Hey folks, does anyone have an idea how to code an application like FreeOTP - generating OTP codes for 2FA. I did not found any components on NPM so far. Thanks in advance, Oliver...
View ArticleIonic 4 Nfc not reading
@Shadifong wrote: So I’ve been trying to make an NFC reader, I’ve tried every example on the internet and nothing seeems to be working, this is my code right now, the nfc listener starts but it...
View Article