FabContainer
@carlosbz wrote: Can some one help me? I am trying to import FabContainer in Ionic 4 this way import { FabContainer } from ‘ionic-angular’; But it says that module ionic-angular is not found. Someone...
View ArticleTrying to do a Production Android build -- Stuck First Dex now...
@helpmelearn wrote: Code had gone through QA, was ready to do build for production and started to get the Dex: Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. Thought...
View ArticleIOS numeric Keyboard Conflict BITMOJI KEYBOARD
@drenix wrote: Hello everyone. I noticed a problem in my application on ios only. To open the numeric keyboard in my html code I use input type = “number” pattern = “[0-9.] *” Decimal = “true” If the...
View ArticleIonic 4 upgrade File to import not found or unreadable: ionic.globals
@mosta2 wrote: I am trying to upgrade ionic 2 app to Ionic 4, stuck at the an issue ERROR in ./src/theme/variables.scss...
View Articleionic 3 - cannot install mixpanel plugin for ios
@healthpetips wrote: I executed $ ionic cordova platform add ios the below error occurred, I spend all day but not able to find the solution apple-ios version check failed...
View ArticleHow can I add a drop down select option to an alert?
@mlandgrafstl wrote: Hello! I am creating a small ionic list application. When users want to add or edit an item on the list, an alert prompt pops up and they have the option to type a name in the...
View Articlethis.navCtrl.push() not working but alerts does
@lunneyd wrote: this.navCtrl.push() is not working even though the alerts are. If I put alerts below the nav.push they don’t show. Why is this like every thing works par this.navCtrl.push(‘Page’);...
View ArticleIonic3 app Crashes on Distribution but works on TestFlight - iOS
@devringvoz wrote: Recently we have updated our Xcode to comply with new Apple requirements since March 2019, but since then I’ve been having problems to get my Ionic 3 app working in production. Once...
View ArticlePrevent back to login page when click back button after login ionic 4
@saged2 wrote: Hi, i’am creating app with ionic 4 and when login and navigate to home page if click back button the app return back to the login page is there anyway to make the app close instead of...
View ArticleProblems with the CORDS api distancematrix
@marvinug wrote: I made in service that sticks to the api distancematrix of google in the browser I returned the JSON and I even show the data on screen but Android studio gives me the following error...
View ArticleIonic 4 substitute for app.viewDidEnter? (Hook for all navigation events)
@mugwhump wrote: Hi y’all So in my old app (I think it was Ionic 1 or 2), I used myApp.viewDidEnter.subscribe to hook into all navigation events. This let me attach google analytics tracking in one...
View ArticleIonic4 TypeError: navigator.app.exipApp is not a function
@WLHY wrote: this.platform.backButton.subscribe(() => { if (this.router.url === '/home') { if (click_times === 0) { this.toastService.info('click again to exit app'); click_times++; setTimeout(()...
View ArticleHow update history stack after state change in ionic 1
@bikash336 wrote: I was try to erase and push new page in history to prevent view a page when user press back button or through header back navigation arrow. My Navigation flow is : Home -> Quiz...
View ArticleBLE write doesn't work after requestMTU
@arun-electronut wrote: I am working on an app that Bluetooth LE feature, thus requires the plugin https://ionicframework.com/docs/v3/native/ble/ , the app works fine if i dont request MTU. The...
View ArticleSelecting a different tab programmatically
@obinnae wrote: My app has 3 tabs. In tab 0, there’s a button, which when pressed, calls the following function this.navCtrl.push('NewRequestPage'); which redirects to a page with a request form. The...
View ArticleIonic 4: How to get ion-content scrollTop
@thruthesky wrote: I want to watch if is at the top position. When I scroll down and scroll up, I cannot get right scroll top position. This is my code. <ion-content [scrollEvents]="true"...
View ArticleWhich is the best project type in Ionic?
@Arulmano wrote: Which project type is best for implementation Please kindly suggest me? ex: --type ionic-angular or --type angular Posts: 1 Participants: 1 Read full topic
View ArticleIon-range with prefix/postfix for slider value
@Hassan_Mehmood wrote: Hi Is there any way to add prefix/postfix for ion range Like here ionden.com Ion.RangeSlider - Basic demo | IonDen.com Learn how to use Ion.RangeSlider on several practical...
View ArticleIonic chips issue
@rajputsachin wrote: hello all, i want to use mutipleselection chips in ionic3. and i want functionality chips is selectable like we select and unselect chips.when we select chips , we got value of...
View ArticleProblems with scroll in Ionic App on iOS
@annmirosh wrote: I have an Ionic + Angular app that I run on iOS device. I have a set of views there and I use a standard Ionic’s animation to go from one view to another (view1 -> view2 and etc)....
View Article