[noob question] Trying to build an app and this error occurs
@dmgdev wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleOn ionic chart js...how to not displaying value on graph
@pdj wrote: I really don’t want to display value on the bar…how can I get rid of it? this.painChart = new Chart(this.painCanvas.nativeElement, { plugin: [ChartDataLabels], type: 'bar', data: { labels:...
View ArticleManipulate navigation history for mobile app
@MarioZeta wrote: I’m working on an app which has these pages: Select procedure => Select item => procedure 1 form Select procedure => Select item => procedure 2 form When the user...
View Article'Access-Control-Allow-Origin' header is present on the requested resource
@Hammad6264 wrote: Hi friends hope you will be fine! actually i’m working with ionic 4 and woocommerce app.When i register account from app i get error ‘Access-Control-Allow-Origin’ header is present...
View ArticleIonic 4 Upload Error
@ElDiabolus wrote: Hi, I updated my app to ionic 4, did some changes and wanted to upload it to the iOS AppStore. PlayStore worked fine but the AppStore is creating an error message Upload failed App...
View ArticleIm getting dat from the server not able to display on ui?
@surumulluprudhviraj wrote: Data getting from server i need to display the val value in html im binding the data {{ data.Message.val }} in data where object is storing {abc-egr-7001: Array(0)}...
View ArticleIonic 4 initial slide loads with delay
@tobiasduelli wrote: I updated my Ionic 3 project to Ionic 4 and since then my slider first loads slide with index 0 and after some seconds it loads the initial slide. Could lazyloading be the...
View Article[Tutorial] How to implement StartApp Ads in your Ionic App
@reinerluke97 wrote: Hello guys today Im exited to tell you that I have created a Cordova Plugin for StartApp Ads to use it with Ionic. Many of us dont want to use Admob anymore because they got...
View ArticleHow to make non-scrollable in ionic2?
@michschu wrote: Hello, I am using Ionic CLI Version 2.2.2 (which is absolutely sufficient for my app) and do have the problem that I need a <thead> within <table> non-scrollable in...
View ArticleHow to get json data to variable?
@birolcaglar97 wrote: Im trying to get my json data to array and i need to control it how can i do that can u guys please help me ? login() { let hash =...
View ArticleFirebase UI iOS redirect
@reedrichards wrote: Anyone using Firebase UI? What are you using as redirect URL for iOS? I’m following the Google documentation https://firebase.google.com/docs/auth/web/cordova and I was able to...
View ArticleHow to implement feature like Youtube offline save video in my ionic app?
@omarbakry wrote: How does youtube offline feature works. I want to implement this feature in my app.Is there any solution? Please reply as soon as possible. Posts: 1 Participants: 1 Read full topic
View ArticleHow to save fcm notification in storage when app is closed
@BhaskarBhakare wrote: I am using ionic 4. And FCM plugin to receive notifications. I am trying to save notification in storage. When app is open i am able to save notification. Also when user tap on...
View ArticleHelp wanted for styling
@Kyrax80 wrote: Hello, I am making an Ionic App which will be deployed both on web and mobile. I am having some problems making it responsive and I’m looking for someone to do this. The pages are very...
View ArticlePush Notifications in capacitor
@AnderGo wrote: Hi, Im trying to implement push notifications in my app, but i want o know which is the most easy and useful way to do it. I want to know if i can use one signal with capacitor or is...
View ArticleData is not passed on to id page
@Caturix99 wrote: I want to pass data of items to a details page. The navigation works fine. But if I want to use string interpolation to output the chosen item, there is just nothing (an empty...
View ArticleHow to control when to ask for notification permission with FCM plugin
@kwanite wrote: I am using FCM plugin for notifications. I would like to ask for notification permission when my users click a button within the app. But, now the app asks for notification on launch....
View ArticleHow to increase the version of my app
@AnderGo wrote: I want to upload other version of my app in playstore but i dont know where i need to increase these version, ims using capacitor. thanks for aswer Posts: 1 Participants: 1 Read full...
View ArticlePass data from Subscribe to service
@Luxaaa wrote: Hello! I want to subscribe to a Service and pass the data to another Service and subscribe it. I triet the following but the second result is Always undefined. ngOnInit() {...
View ArticleIonic 4: Example of `` together with React
@topcatcreatives wrote: Hi, could anyone provide an example … or knows of how React works with this component. The example provided is pure javascript. I basically want navigation in a modal that is...
View Article