Ionic @Input() Interface Class Issues
@SD1985 wrote: HI, In my app I face a problem every time I declare a interface or a class using the @Input() decorator at the top of my components. Example: Not Working export class UserDisplayPage{...
View ArticleProblem with viewController in IOS
@mansdahlstrom wrote: I have fully functional code when i run my ionic application with ionic lab ionic emulate ios --prod but the problem is when i upload it to ionic view ORif i try to run the app...
View ArticleUseing BLE, connecting to my HC-06 module (Ionic 2)
@Qwerty10110 wrote: im new to ionic 2 and im trying to understand how to use ionic 2 plugins but the documentation is very vague on how i actually implement them. my ultimate goal is to connect to my...
View Article'App' events don't fire
@chrisjpalmer wrote: If I get access to the App class using injection, I can hook into a bunch of events listed here in the Ionic documentation. ionicframework.com Ionic Framework The easiest way to...
View ArticleForm inside modal returning undefined
@mpreyes wrote: Hello! --v2I am trying to create a simple form inside a modal that takes the information the user entered and displays it in the previous page. I have called the form: addform and the...
View ArticleMigrating to Ionic v2. Best approach for storing lots of small images?
@MichaelCPG wrote: Hey all, Our company has an iPad/Android tablet app developed in Ionic v1 which is used by our clients for keeping track of time that their employees have worked. We have two...
View ArticleCustom Component with data isolated
@lalogrosz wrote: Hello!I've created a custom component with a property. I use this component in 2 pages of my app. When go to a page, I change the property with a value, then when I navigate to the...
View ArticleBLE scan returns [Object object] instead of any devices
@Qwerty10110 wrote: im trying to use the scan function to pick up devices. everything seems to work but it doesnt return anything. ive tried it on my phone through ionic view. but still returns...
View ArticleGenerate Page fails with TypeError: AppScripts.processPageRequest is not a...
@roxiecat wrote: Updated to ionic 3, but may not have done so correctly. When running:$ ionic g page AssetOneTimeList --verbose I get the following error, which I can't seem to resolve: [DEBUG]...
View ArticleDark background when I run ionic serve (not an error)
@sedusa wrote: Hi everyone, I noticed that when I run $ >ionic serve --lab for one of my projects I get a really cool dark background with a few new additions (screenshot attached). Not sure how I...
View ArticlepickerOptions link broken
@sahyun1 wrote: Go to https://ionicframework.com/docs/api/components/datetime/DateTime/Scroll down to near bottom or search against pickerOptions. The 'Picker API docs' link is broken...
View ArticleProblem With Deeplinking URL
@vinayulphi wrote: Hi, I was exploring Ionic Deeplinking. http://localhost:8100/#/nav/n4/login My page name is login, but in the URL the /nav/n4 is getting added before the page URL. I am not able to...
View ArticleFacebook Login Hask Key configuration issue
@SaeedAnsari wrote: Hi I am able to get to the FB login section and use the Native plugin. the issue when i am logged in through FB, Facebook shows this error on the FB App "errorMessage":"Facebook...
View ArticleSet days for each month in ion-datetime
@rashidi wrote: I want to set special days for each month in ion-datetime.for example: Nov 2-20 Oct 1-15 Dec 1-10 how to set days for each month ? Posts: 1 Participants: 1 Read full topic
View ArticleAnimations don't work from Events handler published from a provider module
@nikmartin wrote: I have a page with this code: import { Component } from '@angular/core'; import { animate, state, style, transition, trigger } from '@angular/animations'; import { NavController }...
View ArticleUnable to close the side menu on button click
@dhivya_sync wrote: I want to close and open the menu programmatically on the button click. I have injected MenuController in corresponding .ts file and tried using the below code. Though i get the...
View ArticleHow to create number scanner?
@Cypher18 wrote: How to create number scanner? Posts: 1 Participants: 1 Read full topic
View ArticleHow to get Facebook user data post login
@SaeedAnsari wrote: Hello i am able to login to Facebook. I am not sure on what i need to do to be able to get the user email, picture, name, city etc i am logging into facebook like this...
View ArticleiFrame iOS Error
@dennis-kent wrote: Hi everyone, at the moment I have an issue regarding implementing an iFrame into my ionic app. Everything is working if I open the Page, where the iFrame is embeded, on Android....
View ArticleIonic 2 show submit form in iframe
@wildwolf2015 wrote: hi guys i want show post form in iframe. this is worked in html page but not working in ionic html page <ion-content padding> <form id="form1" target="myIframe"...
View Article