How works with react ionic native elements
@jhoncbernal wrote: I had problems with react in ionic to use de File transfer someone can help me? import { FileTransfer, FileUploadOptions, FileTransferObject } from ‘@ionic-native/file-transfer’;...
View ArticleHow to use mode="ios" for a single component in Ionic 5?
@j-carignan wrote: Hello, I want to use ion-router-outlet with mode=“ios” to have the horizontal page transition. It worked well in Ionic 4 but now in Ionic 5, the mode is applied to every children of...
View ArticleAuth Persistence using Ionic/Vue and Firebase
@tkclark wrote: I’ve written an PWA that uses Ionic/Vue and Firebase. What I’d like is to keep the user logged in even after a browser refresh or the app relaunches if they’ve successfully...
View ArticleError TS2304: Cannot find name 'Let' ,'headers', 'options'
@lily28 wrote: I am a beginner, I try to follow a tutorial and end up getting these errors: Cannot find name ‘Let’ Cannot find name ‘headers’. Did you mean ‘Headers’? Cannot find name ‘options’. Did...
View ArticleError: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
@kennRoss88 wrote: Any of you guys encouter this issue when building for android? ionic: 6.3.0 Android Studio project detected ANDROID_HOME=/Users/kenneth/Library/Android/sdk...
View ArticleWMIC problem, Ionic 5
@landsfiskalen wrote: In later versions of Windows 10 WMIC seems to be deprecated. For example, if i try ionic info I get an error message: Error: Command failed: wmic os get Caption ERROR:...
View ArticleCannot get '@ionic-native/file/ngx' to work
@alexmehler wrote: my app always fails with in the console : Error: Uncaught (in promise): NullInjectorError: StaticInjectorError(AppModule)[CustomersPage -> File]: StaticInjectorError(Platform:...
View ArticleHaw do i change the font size of all pages using ion-range in ionic 4
@kawarien wrote: Hello, How can i change font size of all pages using ion-range. this code work only in my home page home.component.html <ion-range min="1" max="6" snaps="true"...
View ArticleNot allowed to load local resource: file:///
@codiqa100079737 wrote: I have to update and publish an Ionic V1 app. Due to UIWebView issue with Apple, I followed Ionic instructions - Updated to cordova-ios 5.1.0, installed the WKWebView plugin...
View ArticlePlease help me with native file
@alexmehler wrote: this.file.readAsText(this.file.externalRootDirectory + “xtracker”, filename).then(???) i want to read a json from android sdcard/xtracker and then JSON.parse it. but i dont know how...
View ArticleQrCode and Barcode scanner with Ionic5 and Capacitor
@ioclaudio wrote: Hi, I have to update an App from Ionic3 to Ionic5. It is a small app, with a few pages and uses some Cordova plugins to read Barcodes, to read QR codes and to take photos. I think...
View ArticleScreenOrientation problems
@etarom wrote: Hi, I can’t make to work a @ionic-native/screen-orientation/ngx “@ionic-native/screen-orientation”: “^5.23.0”, module.ts: import { ScreenOrientation } from...
View ArticleRxjs add/remove timeout operator dynamically
@Vartex05 wrote: hi, in my app, iam working with on a service, which i use to communicate over udp. Responses from udp communication are sent through subject which i created. Here is the method, for...
View ArticleError: Could not find or load main class org.gradle.wrapper.GradleWrapperMain...
@Himanshurahi wrote: when i run ionic cordova run android am getting this error Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=C:\Users\Himanshu Rahi\AppData\Local\Android\Sdk\tools\bin...
View ArticleIon-popover missing enter animation (bug?)
@AlenDK wrote: Hey, I am currently using ion-popovers in my application, but i noticed that there is not an enter animation. It just starts up with the popover on top. I looked at the source and found...
View ArticleTrying to pass Id value from this component to price component, but it's...
@samdawit wrote: // LotItem Component const LotItem = props => { const { lotName, id } = props.lot; return ( <IonGrid> <IonRow> <IonCol size-md='6' offset-md='3'> <IonList>...
View ArticleButton relative to scroll-content background
@stefani0 wrote: I have a background image and have set this image at scroll-content class. I want to make a button that stand always in the end of background. Until know with some css is possible to...
View ArticleIonic 5 does not work on android 4.4
@missoufou63 wrote: good evening I create my ionic application but its does not work on version 4.4 my ionic info Ionic: Ionic CLI : 5.4.5 (C:\Users\ISSOUFOU...
View ArticleIonic 4: HttpClient is giving me a “http error response 0 unknown error”
@feliperiverot wrote: I am working with Ionic 4 developing and hybrid app. I am trying to consume an API URL. I am calling the API with the below code. import { HttpHeaders, HttpErrorResponse,...
View ArticleBadge count does not increase (Capacitor-PushNotification-Plugin)
@Catweazle101 wrote: Hi all I made following tutorial to integrate the PushNotifications plugin into my app. https://capacitor.ionicframework.com/docs/guides/push-notifications-firebase/ Everything...
View Article