Ion Segments not working with InAppBrowser
Hello everyone, i have a strange performance problem on my ionic application. I use the cordova inappbrowser to open an external url for an authentication process. After successfull login, the browser...
View ArticleMultiple Geofence of same location
I have a multiple geofencing in my project. I check the 10KM and 3KM of the same location. when I on the 3KM range app notify me both notification message. Actually, i need when in the range of 10...
View ArticleIonic iOS status bar
Same issue here. I just put the whole content down a bit like you said already to avoid the problem.
View ArticleIon-datetime ionic use iphone format how can change it to android format
Hey !there , i’m using ionic 3 to build cross platform , when i trying to run “ion-datetime” on android the format look like iphone format on android and iphone : aaa.png412x740 15.2 KB i want change...
View ArticleGoogle Maps marker
check the following link. this will may help you. http://jsfiddle.net/geocodezip/3b3j61pq/4/
View ArticleGoogle Maps marker
export class MapComponent { text: string; processID: any; oldPos: any; myMovingMarker: any; latandlan: any; mapView: any = 'roadmap'; latt: any = 11.1877268; lngt: any = 77.2768788; isLoad: boolean =...
View ArticleSelect item in ionic 2
That’s great. I was gonna suggest you the exactly same thing because i am not sure that you can access your variables Defined by “let” in your html file. Always define variables right after you start...
View ArticleIn one project function for create pdf and download not work in another...
Sorry I used already existing code . So don’t know the project is ‘super’ or ‘blank’
View ArticleIn one project function for create pdf and download not work in another...
I modified my code as shown below , but no pdf generation and opening occur import { Component } from '@angular/core'; import { NavController, NavParams, Platform } from 'ionic-angular'; import {...
View Article'FIREBASE_VERSION' in firebase google analytics cordova plugin
After i installed ionic cordova-plugin-firebase-analytics api it showing error firebse_version not found. Where i should mentioned firbase_version?
View ArticlePWA desktop form inputs
Instead of media queries, you can also use platform to detect if you are on a desktop device. import { Platform } from 'ionic-angular'; @Component({...}) export MyPage { constructor(public plt:...
View ArticleProper syntax to run app-scripts build: --prod --platform android --target...
I would have to run ionic cordova build android --prod with increased memory. I’ve seen I can run ionic cordova build --prod with node --max-old-space-size=8192...
View Article'FIREBASE_VERSION' in firebase google analytics cordova plugin
github.com/chemerisuk/cordova-plugin-firebase-analytics Issue: Could not get unknown property 'FIREBASE_VERSION' for object of type opened by michaeljcoyne on 2017-11-27 * What went wrong: A problem...
View ArticleENOENT: no such file or directory, open 'platforms/android/AndroidManifest.xml'
Hello, I’ve just reinstalled Ubuntu 16.04 lts, so I installed Android SDK, Node, NPM… There is my ionic info output : cli packages: (/home/dlazzy/.nvm/versions/node/v7.8.0/lib/node_modules)...
View ArticleMy ionic does not work on some Android devices
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIon-datetime ionic use iphone format how can change it to android format
Hi@abdabughazaleh Please refer ionic docs ion date time
View ArticleHow to avoid the hardware back button to close a modal view in Android?
mich356c: const overlay = this.app._appRoot._overlayPortal.getActive(); const nav = this.app.getActiveNav(); if(overlay && overlay.dismiss) { overlay.dismiss(); } else if(nav.canGoBack()){...
View ArticleHow to avoid the hardware back button to close a modal view in Android?
ViewController is not working in app.component.ts . now what to do ? should i write that backbutton code in other file ?
View ArticleENOENT: no such file or directory, open 'platforms/android/AndroidManifest.xml'
Hey@Dlazzy Try this it may help you ionic cordova platform add android
View Article