Route doesnt work redirecting page to tab
@Abraham94 wrote: Hi! Im trying to navigate from a page to a tab with a button. The problem is that when I try to navigate from the tab to the page, it works, but not in the oposite way. what am I...
View ArticleWait for localstorage inside http observable?
@Yukko wrote: Hey guys, i’m fairly new to observables and i’m currently trying to change some code to understand the concept as a whole. However, i came across a problem. I want to access my API using...
View ArticleNavigation is succesful but url doesn't get updated when on device
@curiousP wrote: I am using angular routing and when I test it on the device, the navigation happens the way it should be, but the URL doesn’t get updated. So when I use router.url I am not getting...
View ArticleTab navigation with query parameters - impossible?
@doron wrote: I am trying to navigate between tabs while passing some query parameters. I.e, when clicking on a tab button in the tab bar, I hope to pass some data via query parameters. This seems to...
View ArticleIs there a way to reopen the last opened directory to select a file and...
@leonardofmed wrote: I’m using the Cordova FileChooser[1][2] and facing a small problem. On the most current Android devices, file selection always starts at root. Is there a way to open the file...
View ArticleDeprecation of injectCapacitor method
@mandolyte wrote: There is currently a warning, followed by an error, when Electron is executed after the build: WARNING: injectCapacitor method is deprecated and will be removed in next major...
View ArticleHaving to call detectChanges() when using camera plugin
@Tanakasan1734 wrote: I’ve that adding the ionic-native cordova camera plugin seemed to break change detection such that I had to call ChangeDetectorRef to get some bound data to change in the UI...
View ArticleState Management In ReactJS Applications
@aaronksaunders wrote: I have a video and blog posts on different ways to manage state in reactjs all based off the simple concepts of sharing data between to Tabs in an Ionic App written in ReactJS...
View ArticleHow can I debug an Angular + Capacitor app in an android device?
@Pujy25 wrote: Hi everyone! I have an application created using Angular and Capacitor that stores some data in a SQLite database, so I can’t debug my application in a browser directly because I am...
View ArticleMailto doesnt work in InAppBrowser
@edbusquets wrote: If I try to open a link with mailto in InAppBrowser it doesnt launch the mail application and closes the InAppBrowser tab. <a href="mailto:someone@domain.com"> some...
View ArticleProduction build failing on iOS
@tofra wrote: Currently i’m kinda lost, tried several things, but I still get this error, and I can’t find any clue on where to look. I’m doing a production build (ionic cordova prepare ios --prod...
View ArticleHelp! Try to install does not work! Mac Catalina
@fgarcia73 wrote: owner@Owners-MacBook-Air ~ % npm install -g @ionic/cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! code EACCES npm ERR! syscall access npm...
View ArticleHandle alert action when keyboard enter key is hit
@shepard wrote: If I create an alert, how can I handle the Save button when the keyboard ‘Go’ button is pressed? this.alertCtrl.create({ header: 'YourAddress', message: 'What is your address?",...
View ArticleBackground image does not show if added dynamically
@erkinalan wrote: I am building an App with ionic 5 where the user should be allowed to customize the background image. My code: .html file: <ion-content [ngStyle]="{'background-image':'url('+...
View ArticleHow to add a share this app buton to my ionic app
@Galilo wrote: I am new to the ionic framework. I am using ionic with angular. I need to add a button to allow users to share the app on social media (facebook, email, whatsapp …) I am using firebase...
View ArticleProblem whenever npm install is executed in Ionic 3
@guatemala wrote: Hi everyone, I’m trying to update an Ionic 3 app from version 3.8.0 to 3.9.9 and I was following the guide on the GitHub repository...
View ArticleHow can I programmatically add a prior state using angular ui...
@nasaner-il wrote: ionicframework v1.3.0 After successful login, my users user see a landing page. Sometimes I want to have my user jump to a special page after login instead of the landing page, but...
View ArticleHow to navigate to a route that requires a parameter when none exists?
@Sweg wrote: I am trying to create an Ionic 5 / Angular app that provides the following functionality to users: Display a List of Mechanics on Mechanic-List page A user can click on a mechanic so they...
View ArticleCan't import Cordova Zip plugin
@leonardofmed wrote: After installing the Zip plugin ionic cordova plugin add cordova-plugin-zip npm install @ionic-native/zip and importing in app.module.ts import { Zip } from...
View ArticleIonic 5 Get Request to Slim API
@KTSB wrote: 0 I would like to make a get request from my Ionic app to an API build with the Slim Framework. This is the code of the API: <?php header('Access-Control-Allow-Origin: *');...
View Article