Getting CORS error when trying to use http post to send data to the nodejs API
@dimithrab wrote: im getting this when debugging, XMLHttpRequest cannot load… has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin...
View ArticleHow to use auto complete in text box using ionic 5
@Ramji1980 wrote: Hi, How to implement auto complete in text box using ionic 5 Posts: 1 Participants: 1 Read full topic
View ArticleHow to make production build with out source maps?
@to2n wrote: I use command “ionic capacitor sync --prod” but there are still map-files in build folder and they takes 80% of all build size. Posts: 1 Participants: 1 Read full topic
View ArticleCan not post using native http method to the Nodejs API
@dimithrab wrote: Uncaught Error: advanced-http: “data” option is configured to support only following data types: Object anyone know how to fix this? below i have mentioned my code. thanks. don’t...
View ArticleIon-loading spinner color
@raffaello wrote: Hi all, I’m very new to Ionic and I need to know how to change the spinner color of the ion-loading component. I see in the documentation that I can set it via --spinner-color CSS...
View ArticleIonic 4 home page load every time when i close and open app
@ashfan077 wrote: When the user submits a name it saves in local storage in mobile and it redirects to the second page but the user closes and reopens the application it loads from the first page....
View ArticleIonic is not updating page content, always have to save 2 times to update
@DiegoEstacho wrote: I have a pretty annoying problem in my development environment, every time I make a change to my file.ts, I need to save this .ts twice so that the content and changes on my page...
View ArticleGetting old state in lifecycle events of ionic (using React)
@Rabter wrote: Hey there I am using Ionic with React for my App. I have a strange bug and i dont know if i am doing something wrong or using something in the wrong way… I googled like 10 hours and...
View ArticleCustom Component - Html between the start and end tag
@communify wrote: I understand how I can pass a parameter to a custom component. Is it also possible to insert html between the start and end tag? How can I display it?...
View ArticleKarma: NotSupportedError: screen.orientation.lock() is not available on this...
@jsteffen wrote: I’ve been trying to get my unit tests in Karma to work but keep getting this error: Uncaught Error: Uncaught (in promise): NotSupportedError: screen.orientation.lock() is not...
View ArticleGoogle Tag Manager - Problem connecting to GTM
@marlope wrote: Hi everyone, I´m developing analytics on my mobile app using Ionic 3.20.1 and I am having too many problems with the connection to Google Analytics. I can reach my Firebase project and...
View ArticleCreating multiple pages with similar functionality
@tslimone wrote: Hi! I’m not really used to app/web development. This doesn’t seem too hard to do, but I’m really not finding a good solution for my problem: I’m building an app in which I have to...
View ArticleIon-input not rendering in subcomponent v4
@Tanakasan1734 wrote: I have a sub component on a page to handle forgotten password. ion-input isn’t rendering in this sub component, is in the DOM as I can use the inspector hover thing to find it,...
View ArticleToggle switch ionic data not saved in dark mod theme
@nexoone7 wrote: hi i success fully create dark theme mod and its working in devices but after exit app toggle data not saved need help how to save toggle data in app hear is a my code...
View ArticleDisplay content from id
@MohamedTRIGUI wrote: good evening how i can display a value which is in another sql table, from its id which is displayed in ion-list example ion-list <ion-item *ngFor=“let session of...
View ArticleData does not update second time
@paskalnikita wrote: I have page: I write down products list -> send it to endpoint -> received data I am showing at the same page and on second one. search.page.ts // From this page I send...
View ArticleNGRX multiple subscription issue with Ionic 4
@abhi03 wrote: I am using ionic 4.1 with ngrx. I have a user selector on Page A and Page b both. export class ComponentA implements OnInit, OnDestroy { private readonly ngUnsubscribe:...
View ArticleBuild for Web - Inline
@cngodles wrote: Hello, Did a build for web on the app we are developing. I need to include a global HTML header/footer around the application itself. I can’t for the life of me figure out how to get...
View ArticleHow can I make ion-tabs like this? some can help
@akashahira wrote: Posts: 1 Participants: 1 Read full topic
View ArticleGetting Gesture To Work with Swiping Up and Down
@aaronksaunders wrote: using the new gesture api and for some reason movements left to right are passed down to my gesture, but up and down movements are captured by the IonCard? if someone has a...
View Article