App is not loading content console says error vendorjs
@Blast07 wrote: I run ionic cordova platform add android@6.4.0 and when i run my app with android studio: I can log in well, but when the homespage comes, the data does not load, and in other pages as...
View ArticleBackground mode geolocation is not working
@rajamcasoft wrote: As per the documentation in Ionic documentation, I created android app using Ionic 3 with native background geolocation plugin. But it is not working, when app goes to background....
View ArticleProblem when i build
@tnase wrote: Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 Beta: Object(...) is not a function
@dtaalbers wrote: Hi, I just upgraded my app to beta 4 but I’m having some troubles when running ionic serve. The page stays blank and I get the following in my console. index.js:197 Uncaught...
View ArticleError when i build my apk file
@tnase wrote: cordova build android --optimizejs --minifycss --minifyjs --ant Android Studio project detected ANDROID_HOME=C:\Users\la tontantine\AppData\Local\Android\Sdk JAVA_HOME=C:\Program...
View ArticleIonic Error Cannot find Module
@donsplash wrote: Please can some one help me out with this? i have tried to install ionic again and even uninstalled node js and reinstalled it. But i keep getting this Ionic Error C:\n\Fs>ionic...
View ArticleIonic 4 -> ng add @angular/pwa
@robinyo wrote: If you are experiencing issues when running ng add @angular/pwa using the latest version of the Angular CLI (6.1.x), for example: ng add @angular/pwa Error: Path "/ngsw-config.json"...
View ArticleDisable "Pull" screen in iOS
@randyrocketship wrote: ionic version: 4.0.5 iOS version: 11.4.1 If you create the ionic tabs starter project, and run it on iOS, you’ll be able to pull the content on the page and watch it bounce...
View ArticlePage navigation based on a value from firebase database
@mah-rakib wrote: I have a profile node where each profile has got a type key which can be of two types(ie. Home user, Technician). Now i have the function of navigating a user to tabspage or...
View ArticleCaching data from returned from wordpress json api for array of objects
@ah127 wrote: I am trying to cache the the data returned from a wordpress news website for perfomance. The app is working fine.Now I need caching in my app. How to define the interface for this array...
View ArticleVariable dinamyc value not work with popOver & Event subcribe
@bistungki wrote: export class popOverControlPage{ ps : any; aa : any; constructor(public vewCtrl : ViewController, public events : Events, public toastCtrl : ToastController){ this.aa="Yesh ...";...
View ArticleIonic login returning 410 response
@likeikelike wrote: Hey, I’m a bit new and trying to link my ionic app. I made and am logged in with my browser, however when I try to log in on the CLI it gives me this: $ ionic login Log into your...
View ArticleLazy loading a rootPage calling the constructor twice
@ssyedmo wrote: In component when we set the root page it will load twice. why its happening? if (condition) { rootpage = "Homepage"; } else{ rootpage = "LoginPage"; } When I am reloading the page, It...
View ArticleI have following error in ionic lab . ionic serve is working fine but ionic...
@rajputsachin wrote: events.js:183 throw er; // Unhandled ‘error’ event ^ TypeError: Cannot read property ‘0’ of undefined at Object.exports.parseConfig...
View ArticleIOS TrueType font scalling
@codesafe wrote: How to add support for iOS TrueType font scaling? Posts: 1 Participants: 1 Read full topic
View ArticleHow to detect platform using Ionic 4
@dvtopiya wrote: How to get platform information using Ionic 4. In Ionic 3 , we can do as mentioned below. if(this.platform.is('android') || this.platform.is('ios') || this.platform.is('core')) { }...
View ArticleRuntime error: cannot set property 'date' of undefined
@mcndoungerii wrote: Upon pushing data from my Form Model to Data Model,I’m failing to set the date automatically upon the form submission.(JavaScript Date toISOString()) This is my comment.ts import...
View ArticleCall value latitude and longitude geolocation to view html
@kurangajar577 wrote: hello myfriend, i have a problem, how to call value long and lat to view html. this value can appear on console.log. ionic.jpeg1027x483 57 KB i want to call value to form html....
View ArticleIonic 3 in app broswer
@paulbuscano003 wrote: Hi, How can I disable auto full screen when a specific page has in-app browser? I want to insert it on my Screen Shot 2018-08-13 at 3.37.07 PM.png375x587 9.61 KB my .ts...
View ArticleGet Cookies From Same Domain Ionic 3 Web
@satriantorobimo wrote: Hello Guys, I want to ask something. Is it possible to get cookies from same domain? Example : i have domain with 3 web application, user login with web application 1 using mvc...
View Article