Slides and backbutton event
@cristsaavedra wrote: Greetings, I have an application that works with sqlite database and authentication by api of google and facebook with firebase. When the application enters the login and the...
View ArticleUncaught TypeError: this._reflector.guards is not a function
@supriya16 wrote: While running the app getting runtime error . Posts: 2 Participants: 1 Read full topic
View ArticleDoes anyone know how to deny google login access by domain?
@KristhelPalacios wrote: Hi guys! I have to implement an app with google authentication. I read that I can use firebase to do it, but I can’t find information about to limit users access when they...
View ArticleCapacitor Camera.getPhoto Transparent Images
@rlfrahm wrote: Hey forum! First post so don’t slaughter me plz Anyways, I am trying to accept photos with transparent backgrounds on iOS using Camera.getPhoto but have been unable to configure it to...
View ArticleIonic 4 screen orientation - Lock screen in portrait or landscape
@Mothbeard wrote: I am trying to implement the screen orientation lock function found here...
View ArticleHide Tabs in desktop view
@sinergyamx wrote: Hi there I’m very new to ionic/angular and at developing overall, I want to implement tabs for my page routing in a phone or tablet view and when people view it on a desktop the...
View ArticleError while making a build using cordova
@riazfarooqui wrote: Hi Everyone, I need your help and support, I have developed a simple ionic app using visual studio code now I am making a ANDROID Build by using CORDOVA but receiving this error:...
View ArticleIssue with ion-radio-group with ngModel
@vinie23 wrote: I am using ion-radio-group with ngModel with hide/show functionality. Below is my UI code for view. <ion-button (click)="showSection()" size="small" >show</ion-button>...
View ArticleIonRow without IonGrid
@sabahang wrote: In Ionic 4 documentation, it says that IonRow is meant to be used with IonGrid but in the official conference app I can see many examples where IonRow is used without IonGrid. Which...
View ArticlehttpClient requests with withCredentials don't persist PHP sessions
@chandlerkelley wrote: I log a user in with this: this.http.post(this.endpointProvider.apiEndpoint + ‘/login’, this.credentials, { withCredentials: true }) and then I send a request like this:...
View ArticleUnexpected token s in JSON at position 0 at JSON.parse
@saad-ansari wrote: when i call php rest api using http post in ionic 3 my code throw an error "SyntaxError: Unexpected token s in JSON at position 0 ** at JSON.parse ()** ** at XMLHttpRequest.onLoad...
View ArticleIonic Store log or .txt Files
@husseinrubaie98 wrote: Hello, I want to create a very simple logger that logs into a .txt file, in order to track bugs later. I searched a lot on the internet, but couldn’t find any lead on how to do...
View ArticleHow to hide the status bar for a particular screen
@ir2pid wrote: I’m trying to hide the statusbar and make the content fullscreen but it doesn’t seem to work. in appcomponent.ts . //for most pages if (core.isPlatform(OsType.CORDOVA)) {...
View ArticleIonic4 React - how to avoid code splitting, or preload modules
@marcopeg wrote: Hello, I’m happily working on a Ionic4/CRA app but I face quite a lag the first time I use a Modal or PopOver due to built-in lazy loading. I’m struggling to find a viable way out of...
View ArticleCSS Grid support on android/iOS android apps
@rohitbhoite wrote: I am new to ionic and have started developing app for my company.We have a complex UI design for some the pages.I am planning to use CSS grid/flexbox to achieve this complex UI....
View ArticlenavController navigateForward with string url
@rashidi wrote: I have a string link like request?subCategoryId=172. this.navCtrl.navigateForward(['request?subCategoryId=172']); I treid to navigate with navController but throws below error Cannot...
View ArticleDevice crash logs reporting
@lparcshinoda wrote: Hello, I’m searching for an alternative to Crashlytics for logging all the crash logs - in particular I’d like to send all the logs to my rest service. Is there a native/cordova...
View ArticleCalculating difference between first element from iteration, which is =>...
@benzata wrote: Hi all! May the New Year bring all of you lots of health and happiness! I am working on Ionic 4 / Angular app, but I am stuck at a point where I want to compare the first element from...
View ArticleCheck Internet Speed in ionic 4
@pksquare wrote: How i can check the internet speed in ionic 4 app using Network plugin ? I used downlinkMax from the network plugin but it returns null. SomeOne if know Please help Posts: 1...
View ArticleLogin with Laravel and Ionic
@Rotschaedl wrote: I am new to Ionic and I need to send the following JSON post to my Backend Laravel application. { "user" : "amk1", "pwd" : "schule123" } I am new to Ionic and I need to send the...
View Article