ionDrag event not firing
@kevred wrote: In my app there is a code snippet as below: logDrag(e){ console.log(e); } <ion-item-sliding (ionDrag)="logDrag($event)"> <ion-item>Item</ion-item>...
View ArticleIos Face ID integration
@keithchop wrote: Hi, are there any works or anything related to integrating the new Face ID of iOS for iPhone X ? Cheers. Posts: 1 Participants: 1 Read full topic
View ArticleArchive failed : Fastlane with Ionic 3
@vpivet wrote: Hello, I try to deploy my Ionic 3 App on Testflight in a first time. But When I run my command : “sudo fastlane beta” I always have this error : Check dependencies Code Signing Error:...
View ArticleIonic 3 media scanner
@markedjani wrote: Is there any media scanner plugin that works with ionic 3? i need it for scan images after their removal, because after i delete image from device, it needs to be restarted. Posts:...
View ArticleSave data on Android to external Directory
@anton_klochko wrote: Hi all ! Could anyone suggest please … how to save data on Android to external directory ? I am trying like this, but file also saved on dataDirectory. if...
View ArticleCustom Icons Ionic
@Quiesan wrote: Hi ! How can we change the size of a custom Icon in Ionic 3. In fact, font-size doen’t work… Posts: 1 Participants: 1 Read full topic
View ArticleHow to add form validation for input fields?
@anespa wrote: Dear Friends, I am a newbie in ionic with 1 day experience. I created a page with a form , but I have no idea how to add form validation . My View file is : <!-- Generated template...
View ArticleCannot determine the module for class Button command: ionic cordova build...
@Naaziya wrote: Hi, My application runs properly when i take build using this command ionic cordova build Posts: 1 Participants: 1 Read full topic
View ArticleButtons are not clickable within ion-content
@dimitri320 wrote: I’ve got buttons which are not clickable when within the ion-content. When I bring them out, they work just fine. Here’s my HTML and SCSS. <ion-content no-bounce> <div...
View ArticleHow can I connect to difference firebase storage 'in app'?
@khcy82dyc wrote: on the firebase website there is FirebaseStorage storage = FirebaseStorage.getInstance(“gs://my-custom-bucket”); but i don’t think this is for ionic. i wonder if there is a solution...
View ArticleFramework resource bundle 'GoogleCastResources.bundle' not found
@djmaxisauce wrote: Hi, I started for second time to add chromecastios plugin ( https://github.com/ghenry22/cordova-plugin-chromecastios ) to an app. My app crashes after a few seconds ( two or three...
View ArticleIs it posible to export as .aar?
@chelinho139 wrote: Hello guys, I have an Ionic application. There is a request from the client that he wants the ionic app run inside a native Android application that he owns. Is there a way that I...
View Article([ngModel]) and ngFor and concat
@david_bc wrote: Hello everyone. I have this model : public attrs_right = { attr1_right : "", attr2_right : "", attr3_right : "" }; This 3 “Attrs” are optionnal .I can have for example : attr1_right...
View ArticleKeyboard issue
@Arugama wrote: hello everyone i have two question, the fist one is someone know how to fix this issue image.jpg712x542 63.7 KB How can I redirect to the first page by inactivity after two minutes if...
View ArticleI need to deploy to my client's mobile app, is it possible to do without...
@codiqa1000101513 wrote: Hi, My app is pretty much ready to go, and works in --prod mode. This app is for private internal use in a company, so I don’t really want it on the Google Play store. I have...
View ArticleProtractor cannot find element by css ion tab
@Crazypigs wrote: I want to be able to navigate app using e2e by binding to the tab button to make a click. I wanted to name a ion tab in the html so that i could grab that element by its css...
View ArticleIonic serve errors that go away when file is re-saved
@fantata wrote: When I first run ionic serve, I get a page or errors along the lines of: Property ‘user’ does not exist on type ‘Object’ If I re-save any file, ionic reloads and all the errors...
View ArticlePush notification - how to reliably detect when you tap the notification vs....
@pliablepixels wrote: Not really an ionic issue, but hopefully folks here have some advice to share. I’ve been trying to solve how to “reliably” detect when a user taps on a notification vs. tapping...
View ArticleReg container app with local data sync frequently
@suryabg2000 wrote: Team, Let’s say I want to develop container app, which will store data in local machine but whenever it sees latest data available, it updates local app when sync/update button is...
View ArticleWhite Screen after loading (iphone 7)
@nanocode wrote: screen_loading.png429x779 49.1 KB screen_problem.jpg454x806 18.7 KB Hello guys. After the panel loading, the content becomes blank (but only hidden, it can still be clicked). This...
View Article