Background Geolocation in ionic 3 is not working as expected on IOS device
@chinmayksolves wrote: Here is the config for the background geolocation in ionic 3 : let config = { desiredAccuracy: 0, stationaryRadius: 10, distanceFilter: 15, stopOnTerminate: false,...
View ArticleGeocode API Google Maps
@youssef_tdi wrote: Problem of recovery of coordinates with the geocoder displayLocation=(latitude,longitude)=>{ this.geocoder = new google.maps.Geocoder; var latlng = new...
View ArticleIonic build android --prod throwing error
@NarendraGumma wrote: hi, When i am trying to build the app using “ionic build android --prod” its giving me error typescript error Error encountered resolving symbol values statically. Reference to a...
View ArticleiOS black screen after splash screen
@Tsila wrote: Hello, I have a slight problem with my application, which was done under ionic, in AngularJS. The application launches and works very well under android, but on the iOS part, just after...
View ArticleHow to solve the 18:9 screen, the status bar shows the problem
@yuhai2017 wrote: How to solve the Android 18:9 screen, the status bar shows the problem, android-full-screen plugin, but 18:9’s status bar is black and does not show my view area. I want it to be...
View ArticleAPP stuck on splash screen when using –prod (IOS 10 or lower)
@bachlongkocanh wrote: The app works fine in both android and ios (11.3 or hight), when I used to run the app using commands: ionic cordova build ios But as soon as I run the app using ‘–prod’ in...
View ArticleBuild failed android with error :app:compileDebugJavaWithJavac
@a7mdFo2ad wrote: I’m trying build app include google maps plugin latest version please help I’m trying to solve this problem from yesterday "@ionic-native/google-maps": "^4.8.2",...
View ArticleDisplaying user given data dynamically in table format when user click on add...
@Ramsk wrote: Hi, Here in the first screen, the user will give some inputs as showing in screen and click on the Done button it leads to display the second screen, 2. add_donate.PNG1360x459 5.85 KB...
View ArticleLi list show shuffle on page
@min2kor wrote: Hello, i have a question about array list. i have product list and products are shown in reverse order by product id. <ion-item-group *ngIf=“timeList” no-lines> <ul...
View ArticleShare instance of component between pages
@vicentllinares wrote: Hi all! I would like to know how to share an instance of component between some pages. I mean, I don’t know if there is any way to put another component on the root of the app...
View ArticleStrange behavior with UniqueDeviceID
@DanielAccorsi wrote: Hello my friends. Today, for the first time happened a strange behavior with UniqueDeviceID Native Plugin (https://ionicframework.com/docs/native/unique-device-id/). The plugin...
View ArticleUnzipping plugin example
@champion007 wrote: Hi Team, I am trying to unzip a file using cordova-plugin-zip plugin as mentioned in the example of ionic native. Not working, it always gives me -1 result. My code is below -...
View ArticleHow to manually generate main.css and output to OTHER file?
@Abascal wrote: Hi. In IONIC v3.9.2 how do I manually (as in a node/npm command) run the command that compresses all the SCSS files (app.scss, variables.scss …) and generates the final build/main.css...
View ArticleHello! How to passe data between pages in an Ionic i used api and data with xml?
@sonia0101 wrote: i need help and thanks Posts: 2 Participants: 2 Read full topic
View ArticleURL for ionic page
@rajbasilio wrote: In my project, I have a page called ListPage. I want its URL when I click on that URL that particular page (ListPage) should open. Is it possible if yes how can I do it? How can I...
View ArticleI want to know how to navigate between ion-tabs with an ion-button
@brandorubio wrote: I would like to change the page with a label instead of pressing on the label <ion-tab [root]=“tab2Root” tabTitle=“About” tabIcon=“information-circle”> Captura1.PNG370x650...
View ArticleBuild error Can't resolve './app.module.ngfactory'
@amin9 wrote: Can you get me any idea to resolve this error. “ionic cordova build android --prod --release” giving the following error: D:\mypath>ionic cordova build android --prod --release...
View ArticleIonic sqlite where clause
@tejakumar wrote: this.db.executeSql(‘SELECT * FROM rm WHERE day=?, month=?, year=?’, [day, month, year]); need to execute above query but getting error like TypeError: Cannot read property...
View ArticleIonic Push Small Icon
@Navil wrote: I want to show an icon on my Phone when a notification is sent. I managed to show the big Icon which is working fine. But the small icon in the notification bar is a white square. I have...
View ArticleGeolocation is always returning speed and heading as Zero
@sherifabdulmawla wrote: Hi All, I’ve a problem with Ionic Native Geolocation Plugin. When i use watchPosition or getCurrentPosition methods while the device is moving, lat and long are changed when...
View Article