Ionic 4 native http timeout when 2+ devices are in the same wifi network
Hi! Im using ionic-native-http / cordova-plugin-advanced-http. The app makes api rest calls (GET, POST, PATCH) to my server hosted on goDaddy (Economic, cPanel, No SSL). Everything works perfectly...
View ArticleLocal Notifications: schedule to a time and repeat after that
So… I have been losing my mind with this over the last few days. I’m using the Local Notifications plugin and I need to send the notifications after scheduling them to a specific time. Such as...
View ArticleIssue with iontextarea
Import React, {useState}from ‘react’; . . . Const example:React.FC =() =>{ Const { text , setText }= useState (); Return( … <IonTextarea placeholder value={ text} onIonChange={e => setText (...
View ArticleIonic React - IonRouterOutlet - Animation Builder
Has anyone here tried to override the animation for navigation? Docs about AnimationBuilder was pretty vague i dont know where to look at, Main issue was the double rendering of IonPage for every...
View ArticleHow can I show an ion-datepicker as popover in iPad
How can I show an ion-datepicker as a popover only on iPad? I have no problem showing the picker, the problem is that I want to show it as a popover, like on an iPad (same style) Example: I’ve been...
View ArticleOpen existing DB
Hello, I’m novice in IONIC. I’m trying open existing DB (SQLite) with a table and this table is populated with data. I copy my DB into *www* folder directory of Windows10 My code: this.sqlite.create({...
View ArticleIonic 5 - iOS Rendering
Hi, i’m using Ionic 5 to develop my application. If i run the application forcing mode on ‘md’ in the browser simulation it works well (User Interface) on android or ios device, but if i run the...
View ArticleWill ionic can detect ng -if dom rerendering in ionic view did load?
will ionic can detect ng -if dom rerendering in ionic view did load, else how we can get event trigger 1 post - 1 participant Read full topic
View ArticleIonic 5 - Select Option InterfaceOptions Doesn't Work
Hi, i’m using select option in my Ionic 5 application and i’m using ion-select component with action-sheet interface. If i pass the interfaceOptions parameter with header and buttons, only header is...
View ArticleDetermine if site accessed by webview or in app browser on ionic
I create an app (ionic-react /will not matter) that has In app browser implemented. I have auto fullscreen on that website(will be visited by inappbrowser) that will cause error on InAppBrowser. How...
View ArticleIn Ionic Framework (v5), how do you use blob images saved in the data...
I have also posted this on Stack Overflow… I created a function for downloading and saving the blob images so that if the user is offline, the images can still be rendered. I have to do it this way as...
View ArticleEmulate mouse click/drag as tap/swipe
I am using Ionic Framework 5 for app development. I have created app that is designed for touch screen. I can try it quite well in iOS simulator or Android emulator. However, since I don’t have a...
View ArticleHow to preload modules only if run on device?
How to use preload all strategy on device and nopreload on browser? we can load all module like this: imports: [ CommonModule, RouterModule.forRoot(appRoutes, { preloadingStrategy: PreloadAllModules...
View ArticleIonic 5 capacitor call-number failing
@ionic-native/call-number@5.26.0 call-number@1.0.1 Installed with: npm install call-number npm install @ionic-native/call-number ionic cap sync In package.json: "dependencies": { "@agm/core":...
View ArticleIonic Angular - How to render documents(.xlsx, .docx, .ppt)
Hello, Is anyone knows how to render documents(.xlsx, .docx, .ppt) inside the Ionic application without any third-party apps? Thanks in advance. 1 post - 1 participant Read full topic
View ArticleAdding a resource in order to use it in local notifications plugin
Hello, I’m using Loca Notifications plugin from capacitator and I’m trying to customize the notifications by adding an icon and a sound but I have no idea where exactly should I put the files in order...
View ArticleIonic video editor is not working with latest android devices
Hello Team, I am trying to make a video uploading app. To reduce the size of the videos I am using native ionic video editor plugin. For up to android version 8 plugin is working fine, but for above...
View ArticleWrong video duration with video editor plugin
Hi, I am working on ionic-v4. While retrieving the file info i’m getting wrong video duration. I want to validate video under 120 seconds with this wrong duration info i couldn’t proceed with the...
View ArticlePhonegap Barcode scanner issue in io13
Recently build ionic app with xCode 11 and testing on iOS 13 iphone. Phonegap barcode scanner opens in background and i have to close the app and then click again then ask for camera permission and...
View ArticleIonViewDidEnter not firing on stacked navigation
I’m facing an issue when navigating with ion-item routerLink. <ion-item lines="none" routerLink="user/orders"> <ion-label> 📃 My Orders</ion-label> </ion-item> As I initially...
View Article