Ionic4 hamburger menu
@ratneshshukla wrote: is there any way by which i can open an external link in app browser from hamburger menu? if yes please explain Posts: 1 Participants: 1 Read full topic
View ArticleLoad dynamic URL in Inappbrowser
@nikhil7 wrote: Hi, I want inappbrowser to work on dynamic URLs coming from backend. Currently when I add any single URL, it is working fine. I want it to be work with dynamic URLs. Please help with...
View ArticleIonic 3 background geolocation not working
@darshan wrote: I am trying to track when the app is in background and to save latitude and longitude through java api service but i am unable to save the coordinates when app is in background. can we...
View ArticleDevapp issue with connecting web api url
@shinebalaji wrote: Hi, As of now, I am facing issues with devapp connecting my localhost web api base address. I used both localhost and ip address also. Still http response error comes. Please help...
View ArticleHow can i add search feature in ionic 4
@MaBbKhawaja wrote: can you give me a code to add search bar to my ion list with filtering Posts: 1 Participants: 1 Read full topic
View ArticleUnable to to start the daemon process
@leydar wrote: The build process is failing for gradle. $ gradle --stacktrace --info --scan Initialized native services in: /home/user/.gradle/native Removing 0 daemon stop events from registry...
View ArticleGet data from app's .plist file with keys
@liarg wrote: Hi guys, I’m looking for a solution to read out values from app’s .plist file with given keys. I’ve tried Cordova plugins as https://www.npmjs.com/package/cordova-plugin-app-config...
View ArticleInstall cordova ionic
@nandatiara wrote: d:\Ionic>npm install -g cordova ionic npm ERR! path C:\Users\My Acer\AppData\Roaming\npm\node_modules\ionic\node_modules.bin\esgenerate npm ERR! code EEXIST npm ERR! Refusing to...
View ArticleAuto-adjust font size on iOS based on system font size?
@Asixel wrote: Hi everyone! I have an app written in Ionic 3, and I want in iOS to have the same behavior as in Android regarding the font size. Atm, on an Android device, if I change the OS/system’s...
View ArticleIonic3 PayPal multi Merchant
@andrea-alfanet wrote: Hello, I am trying to create multi stores where different merchants should sell their products and each merchant must use his own PayPal account. I would like to jump in the...
View ArticleHow to add ion-refresher inside subcontent?
@Splinteer wrote: Hello, I want my ion-refresher to be inside a subcontainer. Because I have a image used as background but is in div with position absolute because I can’t add filter and the edit I...
View ArticleHandle click event from class
@AdamGelineau wrote: Hey guys, I’m trying to open a Popover page, but it’s always showing at the middle of the screen. I think it’s because the button I click isn’t an ion component in the html file,...
View ArticleMultiple routes with outlets named Ionic 4
@diolps wrote: const routes: Routes = [ {path: '', redirectTo: 'home', pathMatch: 'full'}, {path: 'home', loadChildren: './home/home.module#HomePageModule',outlet:'primary'}, {path: 'apple',...
View ArticleIon-fab-button frame issue
@irvingprog wrote: Hi Everyone. I’m experiencing an issue while using ion-fab-button and Angular’s [routerLink]. When I press the ion-fab-button on either Phone or browser i get an orange frame...
View ArticleIs not working build android (bad class file magic (cafebabe) or version)
@sysmodesenvolvimento wrote: Hello guys. I’m trying to generate an apk using the command: ionic cordova build android And is returning the following error: :generateDebugAssets :mergeDebugAssets...
View ArticleAccess ionic 3 page outside
@flvrm92 wrote: I am building an PWA application using Ionic 3 (without cordova plugin) and now i need to implement a recovery password feature. To do that i need to send an email to user with a link,...
View ArticleIon-select option - long text can't override .alert-radio-label
@BrentAshWilliams wrote: Hello, I currently have an ion-select with options that have fairly long text. The text does not wrap. After looking at various posts I have tried putting the following within...
View ArticleNumeric Form Input Limit for Max and calculate 2nd field with it
@egaldamez wrote: Hello everyone, im having a issue with a form i have a field called “puntoscanje”, the user can modify this field entering a number, i need to check the number the user set after...
View ArticleSrc and node_modules slip into prod build?
@morphist wrote: Hey guys, I was checking our “prod” build for Ionic 3 built PWA today and noticed the following in the devtools: Somehow src files and other node_modules content got into www folder...
View ArticleApplication error the connection to the server was unsuccessful help
@RiodaJS wrote: Hi, I debug my app and can find that local fonts, .json translate and a image is loading after 35 seconds, how can i make that the app init without load this resources? Posts: 1...
View Article