Data is null or 'Unable to get property of userData of undefined or null...
@simonioannides wrote: Hello i am getting an error on my Ionic 3 Angular 4 app. It used to work fine but i did an update on my Windows 10 since then my app doesn’t connect to AuthService. I keep...
View ArticleUpdate Information!
@Saenz wrote: Hello everyone! Sure, you can help me here because I do not know how to look for my little problem. I’m quite new to Ionic and angular and it turns out that I have my soccer application,...
View ArticleRef child and set firebase
@rafaelmoura wrote: I’m trying add data in Authentication module and Database module through this code createUser(user: any, path: string): Promise<any> { return...
View ArticleIonic 3rd-party-licenses in my app
@Dovel wrote: Is there an option to generate all 3rd-party-licenses like in angular the 3rdpartylicenses.txt file. I think it’s important to show all licenses including ionic and cordova in my app. Or...
View ArticleHow to display user data in side menu?
@a7mdFo2ad wrote: i have 2 questions 1 - i’m getting Data from storage and i want to display the user name and image where i can put the code ? i put it in app component and its some time disappear...
View ArticleStorage / LokiJS
@DFull wrote: Hi! I’d like to share my experience with persistence storage with ionic Offline applications have to store a lot of (complex or not) objects. Solution 1 :...
View ArticleServe ionic 1.3 in ionic 3
@fendio0511 wrote: Hello Im from indonesian, i have problem with the ionic, i have project with ionic 1.3 before, in my pc have latest version of ionic (3) my question is :: 1.if i want to continue my...
View ArticleHow to stop auto downloading and saving of pictures and videos on Ionic App
@H-Nzau wrote: I have a chat application, where there is the possibility to send and receive media (photos and videos), so when I open the message page, it automatically downloads and saving up the...
View ArticleIonic.config.json in www folder
@JosueMartinez wrote: Hello. I need help with an issue: I have an ionic.config.json file with various proxies, i want to know where i can find the proxies in the ‘www’ folder after i generate with npm...
View ArticleIonic serve on OSX puts Chrome in a corrupt state
@XCarrel wrote: Recently, my tuple (OSX / Ionic / Chrome) went haywire. I ionic serve --lab --browser 'google chrome' like I’ve done hundreds of times without problem, and this is what I get Capture...
View ArticleHow to override Android styles by iOS'?
@Kyrax80 wrote: I’m using <ion-app class="ios"></ion-app> But I’m still getting the Android component’s theme Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleVideo fails on iOS after multiple page loads
@bens00 wrote: I’m seeing a local video fail to load on iOS only. It only happens after loading the same page several times by navigating to and away from the page. The first 10 or so times the video...
View ArticleOauth2 and ionic - one solution for web and mobile
@pliablepixels wrote: Hi there, I’m very new to OAuth2. I’ve been reading posts in the forum on how to do OAuth2 logins and was wondering if there is a common approach that will work on both mobile...
View ArticleProblems with the LocalStorage of the telephone
@marvinug wrote: It turns out that when the user registers or loguea I store the token in the storage to validate which screen I should direct it to, what happens is that the computer works for me but...
View ArticleShow fields of two webservices in the same ion-item populated with * ngFor
@julianluis wrote: I would like a tip, I populate a list with data coming from a webservice, through code: <ion-list> <ion-item *ngFor="let item of itens"> {{item.id}} {{item.date}}...
View ArticleHow to fix and drop marker with leaflet in Ionic
@rsa wrote: By using Google map API in ionic I can fix marker in the center: #centerMarker { width: 22px; height: 40px; display: block; content: ' '; position: absolute; top: 50%; left: 50%; margin:...
View ArticleTHREE.js webGL rendering works w "ionic serve", but not for iOS xcode build
@alejandrosklar wrote: I’m building an app for iOS (must be built using xcode), that sets up and renders a webGL scene using THREE.js. Running with ionic serve everything works well in Chrome, and...
View ArticleProblems with YouTube Videos - .zip Ionic Creator Project
@mestrelamb wrote: Hello, guys I just downloaded the ZIP file to run my project in my MacBook, but the YouTube Videos don’t works anymore. What I must to do? This is how the video must appear:...
View ArticleIon-fab-list button click not working
@NoahTanenholtz1 wrote: I am not sure why its not working because my code is perfect down to the documentation provided, but for some reason the buttons inside my ion-fab-list are not working...
View ArticleHow to use the same Component view at multiple URLs in Ionic 2’s DeepLinker?
@Overton wrote: I’m trying to achieve the following configuration in my Ionic (3.9.2) app using the Ionic 2 DeepLinker, where I have regular versions of my pages at index.html, /terms, and /card, and...
View Article