Open url in the app
Hello all, I have an app that create cards with short data and when click on it I want to use an in app browser sort of thing. Is the only way to use InAppBrowser plugin or are there also other/better...
View ArticleIs it possible to get District , City by giving pincode in ionic 3
Hello, pin code is in india similar to a postal code. If you need database look here https://data.gov.in/catalog/all-india-pincode-directory or npm here...
View ArticleAPI Request Being Blocked
Hi @zyzmoz, Chrome extensions would only work in your machine, so it’s not a solution you can use for production apps. Check out the new CORS Errors docs page to check how it may be impacting your app...
View ArticleOpen url in the app
Hi @RenzoM78, I recommend the SafariViewController plugin from Ionic Native. Despite the name, it also works on Android (through Chrome Custom Tabs) and provides a more modern browser in a native...
View ArticleIonic 3 and Node version
Currently im using ionic 3 with node version 8.11.3. i was wondering if i get the latest version(10.15.1), if ionic 3 would brake? i google around, but couldn’t find anything about it… thanks all
View ArticleIonic state restore alternative
when use this command ionic capacitor run android In the android-studio project when compiling this error occurs:...
View ArticleVersion 3 ou 4?
Hi, I used ionic 4, but I do not find it stable so I switched to version ionic@3.9.2 and cordova@8.0.0 but only I can not use Ionic DevApp anymore. from which version can I use ionic dev App? please
View ArticleHTTP Post with form data on iOS renders an incomplete request body when ‘=’...
Environment Info: cli packages: @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global packages: cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1) local packages: @ionic/app-scripts : 3.1.8...
View ArticleIs it recommandable to update the ionic client during APP development
Velmurugan: Can you give the short notes(different) for Ionic CLI & Ionic Frame work… I don’t understand what you mean.
View ArticleIonic 4 in creator
Follow the link I posted above. It shows that Creator will (and does) not support Ionic 4.
View ArticleIONIC 4 - Cordova file plugin
Hello! I’m currently trying an app on ionic 4 and i need to use the file plugin (https://ionicframework.com/docs/native/file/). Here’s what i made: Installed the required packages with ionic cordova...
View ArticleHTTP Post with form data on iOS renders an incomplete request body when ‘=’...
Hi @daustinstreamlinx, Have you tried using encodeURIComponent on the form data before sending it? Most clients do this automatically, but maybe this plugin isn’t. As you may know, the ?, & and =...
View ArticleIos, building but not running on simulator
Hi thanks for the reply. On a real device, I’m not getting the error, but it’s stuck on splash screen too though. In the console I only see [Debug] Ionic Stop Scroll injected! (user-script:1, line 50)...
View ArticleIONIC 4 - Cordova file plugin
Hi @ratedam, You have to wait for the plugins to be ready before you can use them, by using platform.ready(): import { Injectable } from '@angular/core'; import { Platform } from '@ionic/angular';...
View ArticleAdding "Simple Sharing" to an app?
Hi @SubEffect, This can be done with the Web Intent plugin on Android, but unfortunately, you will have to code a native Share Extension for iOS. This share extension works as a separate target inside...
View ArticleIonic 3 and Node version
Hi @adsfelipe, I’m using Node 10 with the lastest Ionic CLI (4.10.3) and I’m able to use projects with Ionic 3.9.2 normally, so you should be okay if you’re not using really old versions. If you have...
View ArticleIONIC 4 - Cordova file plugin
FdezRomero: import { Platform } from ‘@ionic/angular’; Hello Rodrigo, Thank you for your amazing explanation however after impleting and adapting the code mentioned above i’m getting the following...
View ArticleIONIC 4 - Cordova file plugin
FdezRomero: await this.platform.ready(); Sorry, I wrote it from memory and missed a this. before. It should be await this.platform.ready();. I already corrected the example above.
View ArticleSet InAppBrowser or Themeable Browser height to show app's bottom tabs
Hi @marcelwade, That’s a great question. I don’t think you can, since the plugins don’t have any option to specify a view height. Besides, even if the browser were on top and don’t cover the tabs,...
View Article