To add values to ion-option from comma separated values
@arjunramdas123 wrote: pic.jpg680x648 27.9 KB Here is my StackBliz link https://stackblitz.com/edit/ionic-vdjegs How to add “Each” values to ion-option from comma separated values here is my ts file...
View ArticleSeperate html files for desktop web build
@HinderiksR wrote: Hi, We’re having a hard time making our mobile app working in desktop and looking good. So a little while ago nativescript announced seperate html files for dekstop and mobile which...
View ArticleIonic 4 : PWA and routing for tabs
@niouf4 wrote: Hi everyone ! I’m trying to build a PWA application with ionic using the Tab component. Everything works fine but there is one important point that is missing especially for SEO. When...
View ArticleOpening facebook page and app store using ionic 3 in iOS
@mbhutto wrote: Hey Guys, I wanna open my facebook page link using the ionic: It’s working in Android using: window.open('fb://page/620967164688741', '_system') and through some tutorials I came to...
View ArticleIon-refresher with json data
@RenzoM78 wrote: Hello all, Ion refresher works without using databasedata. But when using data from database or json file not. Is there an other way to refresh when having data on a page or is the...
View ArticleCan't use custom icon in ion-tab ionic v4
@abhayjani wrote: hello, i can’t use custom icon ion-tab ionic v4 Posts: 1 Participants: 1 Read full topic
View ArticleUse ionic radio value in if conditions
@abdulbasitchippa wrote: <ion-item> <ion-label>Gender</ion-label> <ion-select [(ngModel)]=“gender”> <ion-option value=“m”>Male</ion-option> <ion-option...
View ArticleI use firebase signInWithRedirect with google for signin, back button is not...
@Luca79 wrote: I click on button for login in google signin (open google login), if login is in error (error google), the back button for retun app is not visible. I Use IOS. import {...
View Articleimplement download notification file ionic 3
@cristsaavedra wrote: I have the following dilemma, I am working with Ionic 3 and I have a class that downloads a file from a URL that brings me a REST service. This download the file without problems...
View ArticleCan't run my app with "ionic cordova run ios" after updating to IOS 12
@AleBlender wrote: Hi, I used to test my application using the command: ionic cordova run ios -lc Today I had to update to IOS 12, now that command does not work anymore. Even without -lc. The only...
View ArticleDon't return to home page
@AminePro wrote: Hi. I’m a beginner in Ionic! I create an application that contains an authentication page that allows users to access their accounts. My issue is how to forbid a user to return to the...
View ArticleSrc={{ FILE_URL }} Produces Not allowed to load local resource error
@jpandaconnor wrote: Hi everyone, On my app that uses my camera at the moment, I’m trying to take high quality images so I’m saving down the images first rather than base64 encoding them and moving...
View ArticlePackage build error: "Failed to restore plugin "WebViewer" from config.xml....
@pedronieto1984 wrote: I get the following error when I try to build through Package -> Builds. npm run build success $ cordova platform add android --no-fetch WARNING: Your kernel does not support...
View ArticleTwo tabs on a single route?
@a11smiles wrote: I need some help configuring tabs. I’m creating an angular app using v4 of the framework. The desire is to have a single page with two tabs. The first tab has some configuration...
View ArticleIonic + Sentry (Raven JS) = Cannot install APK anymore
@PierreSchwang wrote: Hey, at first, I don’t know if this is the right category, sorry if not :c So, today I have integrated Sentry with this tutorial:...
View ArticleIonic 3 found error in build and run Android platform
@teerasej wrote: After create a new project, add android platform, then try to run: ionic cordova run android I encountered this error: :app:transformClassesWithDexBuilderForDebug FAILED 36 actionable...
View ArticleConvert to Integer
@Motero69 wrote: Hello a have this code image.jpg991x455 110 KB I want to show the integer part, any suggestion. please Posts: 1 Participants: 1 Read full topic
View ArticleThis.app is undefined
@Yepes wrote: Hi, I get the error: ERROR TypeError: “this.app is undefined” when I call the logout function. I search around and I read something related the “undefined” errors but I don’t solve it. I...
View ArticlePayTm integration with ionic3
@kumarkvinoth wrote: Hi , I was integrate paytm to my ionic application . i have some error to redirect to the paytm server. var headers = new Headers(); headers.append("Accept", 'application/json');...
View ArticleApp groups are not working after deployment on test flight
@sid0204 wrote: I am working on an ionic iOS application. I have a shared extension in the application, to share information between ionic application and my iOS shared extension I have been using app...
View Article