Deeplinking and redirects in InAppBrowser
@tux wrote: Hello! I have an application, which opens InAppBrowser for performing auth, then redirects to internal link like myapp://example.com/login/TOKEN_HERE. But Android says...
View ArticleFullscreen or Immersive Mode
@cmarrin wrote: Hello All, I was playing around with Capacitor and have been really impressed thus far. I had a quick question about getting the device into full screen or immersive mode. And for...
View ArticleHow to update the user's location when the app runs in background?
@ioclaudio wrote: Hi, I’m using the Geolocation plugin to watch the position of the user. This is the code I’m using: this.geolocation.watchPosition(geo_options) .subscribe(position => {...
View ArticleYou need to use a different version code for your APK problem
@sboyeauqc wrote: We are developing an app using Ionic and Capacitor. Builds are generated using Ionic’s new AppFlow service, so I don’t build them locally. Uploading my app with a new package I get:...
View ArticleSlider - buttons overlapping only on first slide?
@WhoSketchy1997 wrote: Video here: As shown in the video: css positions them correctly but only the first slider. <ion-slides pager="true" class="slide-zoom" [options]="slideOptsOne" #slideWithNav...
View ArticleWhen add to my page, all buttons won't click
@leonardofmed wrote: I decided to put a side menu in my page, following the documentation I should insert the <ion-router-outlet> tag in this page or else the menu won’t activate. The problem...
View ArticleHow to break text with ellipsis on the second line in JavaScript?
@AaronRogers3 wrote: stackoverflow.com How to break text with ellipsis on the second line in JavaScript? javascript, jquery, html, css asked by Arif Zoel on 06:47PM - 28 Apr 16 UTC Posts: 1...
View ArticleInappBrowser open new tab with option _blank - Platform Browser
@Jeffersonveloso wrote: Problem When I try to open a url in my app on the browser platform using the blank option, it was supposed to open inside the inappbrowser iframe as it is in my app in the...
View ArticleCreate follower role and followers
@christophertrevo wrote: How could create function follow user (like social network) with ionic? I’m creating a social network Posts: 1 Participants: 1 Read full topic
View ArticleIonic v4 i did try build apk but terminal is wait to > Task...
@hasretsayar wrote: i try again, i try wait but not finish image.png1538×324 10 KB Posts: 1 Participants: 1 Read full topic
View ArticleCustom icon with ion-tab
@lsantaniello wrote: Hi all, I need to add custom icon into ion-tab but I don’t understand How works. <ion-tabs [selectedIndex]=“mySelectedIndex” name=“conference”> <ion-tab [root]=“tab1Root”...
View ArticleIonic 4 with Capacitor: Load local file as image source on iOS
@cockpitmobile wrote: Hey all, we’re trying to build in an offline mode into our application. A part of that requires storing images in the local filesystem so we can retrieve and display them...
View ArticleNetwork plugin + Observable = UI not refreshed
@bdesprez wrote: A simple page with data and async pipe is not reloaded when observable emits new value. I created a blank page with Ionic CLI. I add the Network plugin. In the home page I listen...
View ArticleThis.http.get is not a function at TranslateHttpLoader.getTranslation
@miqueiasmaia wrote: I’m receiving the following error when I try to execute ionic serve: ERROR TypeError: this.http.get is not a function at TranslateHttpLoader.getTranslation (http-loader.js:15) at...
View ArticleERR_FILE_NOT_FOUND ionic start myApp tabs --capacitor --type react
@Velocissimo wrote: I am brand new to ionic and I just tried to create a new ionic app with electron support by running ‘ionic start myApp tabs --capacitor --type react’ and then I did ‘ionic build’...
View ArticleChart cannot be displayed by Echart with ionicv3
@roy800227 wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 side menu backdrop (shadow-root)
@Taraa wrote: Hi everyone Im developing a website (PWA) using ionic 4 and for side menu of the pages I am using overlay version of “ion-menu” and it works just fine; but the problem is, the component...
View ArticleIonic starter
@rajeshwarpatlolla wrote: I have built a starter for ionic applications. It has many pages which includes lots of features. Please take a look at it. Ionic Marketplace Ionic-v-starter Awesome starter...
View ArticleIonic 4 ionic serve
@physedo wrote: ERROR in ../../../../../node_modules/ionic-angular/umd/components/app/app-root.d.ts:1:56 - error TS2305: Module '"../../../../@angular/core/core"' has no exported member 'OpaqueToken'....
View ArticleHow to use local notifications
@AnibalJeesus wrote: Hello I hope you are well, I would like to know if I can use LocalNotification at the time of receiving messages or orders (modules that I use in the application I am doing) maybe...
View Article