Ionic Native FCM Plugin Breaks Android Build
@JMooreo wrote: I have a working Angular 8, Ionic 4 application that breaks as soon as I install the fcm Cordova plugin for push notifications. I’m getting this error message from Android Studio: at...
View ArticleIonic 4: Ionic cordova resources fails with node error
@daveshirmancandc wrote: I’ve used NVM to install my Ionic 4 environment. Trying to run: ionic cordova resources getting the error: Davids-MacBook-Pro:synergyzed-app daveshirman$ ionic cordova...
View ArticleIonic AuthConnect
@soucyborg wrote: Could someone please help on how to achieve authentication in Ionic app using a custom Oauth UAAA service and not any other providers? Posts: 1 Participants: 1 Read full topic
View ArticleGoogleplay doesn't like googlemaps!
@clopio wrote: Hello, I am currently developing an application based on googlemaps and geolocation. The googlemaps map is correct with ionic run browser The googlemaps map is correct with the file...
View ArticleIONIC 3 migration to IONIC 4
@INLANDLIGHT wrote: We are looking for an experienced IONIC dev that can assist us with completing the migration to IONIC 4 from 3. The app was originally built about 1 year ago, so we also want to...
View ArticleConnecting Ionic app to Bitbucket repository
@dmg-developer wrote: Hello, I am attempting to connect my Ionic app in Appflow to its corresponding repository in Bitbucket. However, I am presented with the following message upon trying to do so:...
View ArticleI need some help with where in sqlite
@maxworld77 wrote: const data = JSON.parse(localStorage.getItem(‘userData’)); this.userDetails = data.userData; this.userPostData = this.userDetails; this.gov.id=this.userPostData.gov_id;...
View Articlecursor problem
@Ahm000 wrote: Cursor in a custom input misplaced position on ios while scrolling Posts: 1 Participants: 1 Read full topic
View ArticleIs there a way to ask geolocation every few metters?
@luchillo17 wrote: I have a very specific requirement, track GPS every few meters (around 250m) or every 15 min, whichever happens first. i’m looking at the navigator.geolocation.clearWatch for the...
View ArticleIonic 4 with FB Instant Games
@jawnwee wrote: After running ionic build I compressed the build folder to fb instant games. however when attempting to test, there is an issue where the chunk js files are not being located properly....
View ArticleStorage not persistent using ionic storage
@dennisdh wrote: I am attempting to utilize the Ionic Storage library to keep track of settings for my app. However, I am having an issue where each time the app is restarted, the storage is wiped. At...
View ArticleA busy question! Solving the message ' Cannot find module 'typescript''
@Morimura wrote: Thanks for your visiting. I am a beginner in Ionic so I want to run the first example. But ‘Cannot find module typescript’ message is shown, I am tired to solve it. Help me. Thanks in...
View ArticleUI not working properly after add api level 28
@sagar1412 wrote: https://drive.google.com/open?id=1BnFXoA2ClpYc8uD5UIR5gD7bmxyOyvQX i am upload video about issue Posts: 1 Participants: 1 Read full topic
View ArticleProblem in ion ripple
@sunny58 wrote: I need ripple in whole element. But if there is routerLink only, then it ripples the whole element. But if there is a padding and I am putting ion-ripple-effect, it ripples the area...
View ArticleIONIC 4 [React]: passing history props to IonReactRouter doesn't work as...
@ashionik wrote: I have a separate history.ts file. // history.js import { createBrowserHistory } from 'history'; export default createBrowserHistory({ /* pass a configuration object here if needed */...
View ArticleTake a free demo of PAN Card API
@ajsharma wrote: Hello Guyz, You can get a free demo of PAN Verification API Posts: 1 Participants: 1 Read full topic
View ArticleIonic documentation error
@Zaidi11 wrote: Ionic framework website is not opening. It’s returning 520 error. Error image is here: ion1920×1080 296 KB Posts: 1 Participants: 1 Read full topic
View ArticleCreate build issue
@narayanjha wrote: cordova.cmd build android Preparing Firebase on Android ERROR building one of the platforms: Android SDK not found. Make sure that it is installed. If it is not at the default...
View ArticleGoogle map issues
@flycoders_sourav wrote: when i try to import google map showing an error . the error is node_modules/@types/googlemaps/index.d.ts’ is not a module. and am install like this npm install...
View ArticleIonic components - variable in variable, attribute variables
@didimmova wrote: In my component.html I got this. <ion-text> <h3 class="error-message purple">{{errorMessage}}</h3> <p class="error-text"> {{errorText}} </p>...
View Article