CORS Error
@Spendy wrote: Hey, I keep getting CORS errors on my project: Access to XMLHttpRequest at ‘http://127.0.0.1:8100/api/proses_api.php’ from origin ‘http://localhost:8100’ has been blocked by CORS...
View ArticleHow to activate the any event when press the same option into ion-select
@cristsaavedra wrote: Greetings everyone, I have the following dilemma, I currently have a selector that dynamically charged the options, once I select an option this activates the event (ionChange)...
View ArticleIONIC 4 You provided 'undefined' where a stream was expected. You can provide...
@hannatawk wrote: hey guyz im facing an error while trying to refresh the token from the interceptor ERROR TypeError: You provided ‘undefined’ where a stream was expected. You can provide an...
View ArticleXcode error : Distill failed for unknown reasons
@sigautomacao wrote: Hello, I have a compilation problem that I can’t solve … when trying to compile the project on xcode 11, I got an error: Xcode error: Distill failed for unknown reasons, I don’t...
View ArticleHow to customize style of header on select popover
@davech wrote: Hello I am using Ionic for react. I would like to control the styling by adding my own component into the header/subheader for the popup on the select control. Is this possible? Posts:...
View ArticleHow to fill marker by result of latitude and longitude from json result?
@ahmedsa wrote: How to fill marker by result of latitude and longitude from json result? using angular 7 ? this.partDetailsService.getLocationData(locationArr).subscribe(res => { console.log(res);...
View ArticleIonic vue capacitor cannot preview/open files
@manishkoju wrote: I am using capacitor in my vue ionic project. I need to preview/open the files in my app. Capacitor’s FileSystem only reads the files from app. I need to preview the file from some...
View ArticleHow i check the Internet Strength in ionic 4 App
@pksquare wrote: I just want to chec my internet speed inside ionic 4 App. How i can achieve this?? Posts: 1 Participants: 1 Read full topic
View ArticleBackGround Service is enabled or not?
@pksquare wrote: How i check that the background service is enabled for my app in ionic 4. I want to check regarding this permission by using android permission plufgin and i not access the ask for...
View ArticleQuestion about App Size (to be publish on play/app storws)
@YXUN wrote: Greetings to all, I have a question about my on going developing simple application. My app is actually a news alike app, basically, it stores tons of articles/information of a certain...
View ArticleToast when app is closed or minimize
@shubhamappstec wrote: Ionic Info Ionic CLI : 5.4.13 Ionic Framework : @ionic/angular 4.11.7 @angular-devkit/build-angular : 0.801.3 @angular-devkit/schematics : 8.1.3 @angular/cli : 8.1.3...
View ArticleUpdate google marker with watchposition
@TaimoorMughal wrote: I am creating a map to track user position, i am using @geolocation plugin and showing map using: <script src="https://maps.googleapis.com/maps/api/js?key=API_KEYscript>...
View ArticleNot able to use scrollToBottom in Ionic 4 with React
@Amiisharma23 wrote: I’m using the Ionic V4 with React for Capacitor in that I want to use the ion-content. like scrollByPoint, scrollToBottom, scrollToPoint, scrollToTop, getScrollElement etc. This...
View ArticleUpdate marker with watchposition
@TaimoorMughal wrote: I’m creating a map which will track a person. I am using: <script src="https://maps.googleapis.com/maps/api/js?key=API_KEY&callback=initMap"></script> For maps...
View ArticleIs there any way to access tag inside a page?
@adityapalam wrote: I am new to ionic. I am using an npm package called “ionic-multi-camera” to capture multiple pictures in a single instance.The app requires the following styling in app.scss...
View ArticleArial Narrow font is not working for Ionic 4 by default for iOS
@user-rudra wrote: In ionic 3, I used Arial Narrow and it worked without downloading any font family files. However, in Ionic 4 there is some problem. It is still working for android. But for iOS it...
View ArticleHow to make content center in ion-row
@rahimhaji wrote: iam creating a page with three div’s and center div i have 1 row with content. i want to make that center row content in center of the screen with responsive. my code is as below:...
View ArticleCreating session after you login with Ionic 3 and Mysql
@devpassion96 wrote: Hi, i need help on how to create a session after i login with my app. Am using ionic 3 and Mysql. Below is my login.php file: <?php if (isset($_SERVER['HTTP_ORIGIN'])) {...
View ArticleHow to select list in ionic 4 from firebase and display it into another page
@wanaisa wrote: I’m having an issue right now since I’m still a newbie here in ionic firebase’s world. I don’t really know how to pass a list selected from a page into another page. Can somebody help...
View ArticleIonic sqlite giving error after some data insertion in table
@Subodh18 wrote: Hi Guys , I am having issue in sqlite in production .if possible anybody can explain me the limitations or sqlite in context with data size . i have overwritten the apk file with new...
View Article