First ionic app: TypeScript error TS1005 on node module
@mtashrif after you updates the package.json, run the ‘npm install’ command in the myProject folder.
View ArticleRunning npx cap open android is displaying the "blank" ionic app
I closed down android studio & ran ionic build npx cap sync npx cap open android I made a change to a console.log to verify my latest changes were being pushed across, & that was being logged....
View ArticleWhy is my ionic app giving me the error 'Cannot GET /' when I run it?
I’ve just had this issue with nothing much helpful shown in the browser developer tools. What helped was doing a production build (this is with Ionic 5, but I’m sure it would help with earlier...
View ArticleProblems with Ionic 4 and Braintree on iOS - App Crashes
Hi, We had issue that PayPal plugin didn’t worked on iOS and we discovered that it was because of using Capacitor. When we used Ionic with Cordova it works perfectly
View Article'ng-select' is not a known element
After simply restarting the development environment and recompiling everything again, it worked!
View ArticleProblems with Ionic 4 and Braintree on iOS - App Crashes
hello! i’m using cordova-ios 5.1.1 and cordova-plugin-braintree (the last version available). The old version of Braintree worked like a charm but it has the deprecated api bug, so i need to update to...
View ArticlePayPal plugin does't work on iOS when Capacitor is used for build
Paypal works fine only when using Cordova. But when I used the Capacitor it doesn’t work on iOs. I understand that it is not on the Ionic side. But I just want to inform you that...
View ArticleRunning npx cap open android is displaying the "blank" ionic app
The updated console.log is being logged, but my map is not being displayed. If you see the log message then it’s clearly using the latest code now. So there must be some other reason why the map...
View Article[Solved] Ion Select Selected Option
You can also use the value property of IonSelect to set a value. Here’s an example: function App() { const INITIAL = "dog2"; const [value, setValue] = React.useState(INITIAL); const options = ["dog1",...
View ArticleGeolocation plugin issue
Sorry, I misspoke, the code without Geolocation is compiled successfully and everything else works fine… I meant that the update to Angular 9 is working, but hasn’t resolved the problem…
View ArticleIonSelect with IonGrid: Displayed Option too short
I’m using IonSelect inside an IonGrid. The displayed options text is shorter that it has to be. It is especially short when a Label is provided. Here are the images: The code: import * as React from...
View ArticleProblems with Ionic 4 and Braintree on iOS - App Crashes
Hi! How do you build your app? (Using Cordova or Capacitor). Maybe when you will try to build it with different runtime I hope it could help you
View ArticleError building app with appflow
how much space i have for appflow? my project volume with node_module folder takes about 500mb on my localdisk i got time out error while pushing is this because of limitation on my appflow? should i...
View ArticleProblems with Ionic 4 and Braintree on iOS - App Crashes
cordova, it works fine and build the app fine: the problem is when i launch the app and try to pay with paypal., Everything works untill I access the paypal account amd choose the card and the payment...
View ArticleITMS-90809: UIWebView API Deprecation (followed all instructions, however I'm...
When I’m uploading a build to AppStoreConnect (to test it via TestFlight for example), I’m getting the well known deprecation message: ITMS-90809: Deprecated API Usage - Apple will stop accepting...
View ArticlePlease can you tell me whats the problem
Hi @AKrayhan, It seems that Angular CLI version is different from Angular version of the project. Which version of CLI are you using? (Open the terminal and go to your project folder, then try typing...
View ArticleProblems with Ionic 4 and Braintree on iOS - App Crashes
Oh, understand now, sorry I can’t here, our issue was that because of Capacitor on iOS PayPal popup didn’t work properly
View ArticleIonic popover, set backdropDismiss to false on the popover component
NavParams are not used with popover in v4/v5. Do you have an example in a demo put together?
View ArticleIonic 4 Route Guard issue on browser back Button
Hi @abizit, Can I see the guard code? You are probably using a service to get/set user data on login and logout, so if I’m right, please can you show me also that service code?
View ArticleError building app with appflow
Have you reached out to the official support channel linked under “customer support”? Ionic Framework Ionic Support Get support building Ionic apps. Leverage our community forum, Social channels and...
View Article