Change/Remove Effect on ion-radio
@patrikd wrote: Hi all, I tried for hours to change or at least remove check/uncheck effect on the ion-radio button. I made several layout changes to some radios and the animation doesn’t fit any...
View ArticleStrange JIT/AOT compiler behavior with static boolean flag
@rbarriuso wrote: Hi all, We found an issue: depending on if compiling with ionic cordova build or ionic cordova build --prod --release, a ternary conditional operator considers the condition flag to...
View ArticleProblem in Blob creation in base 64. Please help
@anespa wrote: Friends, I am try to create a PDF file and successive download using “File opener” plugin . But my problem is in creation of Blob from base64 value… my base64 to blob function is...
View ArticleIonic Native HTTP Client delete function not works, it doesn't send the...
@Hanzo wrote: Hi, I’m trying to do a delete request to my api but it returns that the parameters are missing: this.http.delete(path, data,headers) .then(response => { return...
View ArticleCustomise node module and build is not working
@shijintr wrote: I have to customize an npm module that is available on GitHub.For this, i have done the following steps. 1.Download the entire file from https://github.com/HsuanXyz/ion2-calendar...
View ArticleFixed (sticky) positioning column in ionic
@coolwbs wrote: I am trying to position a menu within an ionic tablet application as ‘fixed’ and allow the adjacent column to scroll - without both of them scrolling. Have been experimenting with Sass...
View ArticleiOS 11 + Header overlay on Status bar
@min2kor wrote: i found App header is overlay on Status bar only on iOS 11+. i put <platform name="ios"> <preference name="StatusBarOverlaysWebView" value="false" /> </platform> at...
View ArticleIt possible to change the ionic2 height elements?
@KhaledRamadan wrote: Hello, I’m trying to change the ion-select height. This is my code: ion-select { width: 100%; max-width: 100%; height: 4rem !important; min-height: 4rem !important; color: white;...
View ArticleWhile Phonegap barcodescanner error it causing ionic build error
@arunpandiyan wrote: ERROR: In FontFamilyFont, unable to find attribute android:fontVariationSettings ERROR: In FontFamilyFont, unable to find attribute android:ttcIndex FAILED FAILURE: Build failed...
View ArticleHow to use cordova custom plugin in ionic
@subbut wrote: hi, how to use cordova custom plugin in ionic Posts: 1 Participants: 1 Read full topic
View ArticleMenu bar problem
@rijwan1234 wrote: when menu bar open and close my body content become white or half white in ionic 3 . I have problem in ionic 3 when I open the menu bar and close this in android device my body...
View ArticleCannot build on windows
@dnrn wrote: Hi I have some serious issues with ionic… I have created a small app added ios and android as platforms. I am able to run everything fine on osX, but on windows I am only able to run the...
View ArticleDetermine if any modals are open?
@richardshergold wrote: Does anyone know how I would be able to determine whether or not my application has a modal window open? I have a PIN entry screen which appears in my app if the user has been...
View ArticleCan we Deploy ionic developed application in web?
@sudgeek1 wrote: we are using ionic to prepare prototype, can we deploy developed prototype in web? are there any tutorials? Posts: 1 Participants: 1 Read full topic
View ArticleWhat's the default height of navbar of ionic 1
@_Ali94 wrote: I searched a lot to find the default value of navbar height of ionic 1 to make the default height of ionic 2 same. my current change is: ion-navbar.toolbar { min-height: 45px; } any...
View ArticleProblem with plugin BarcodeScanner
@rafaelmoura wrote: After install this plugin BarcodeScanner, I don’t can to make the build show me this error $ ionic cordova build android Running app-scripts build: --platform android --target...
View ArticleHow to Integrate ionic-datepicker by rajeshwarpatlolla in ionic 3
@ajaysingh13500 wrote: hay i am new in ionic and i want to inegrate ionic-datepicker by rajeshwarpatlolla (https://github.com/rajeshwarpatlolla/ionic-datepicker) in my ionic project. i already follow...
View ArticleGot error after call API in ionic3 Http failure response for (unknown url): 0...
@RomnEmpire wrote: //This is our code for pass the data in API tell me anyone how to fix this error? let headers = new Headers({ ‘Content-Type’: ‘application/json’ }); let options = new...
View ArticlePosition real time (Firebase)
@rafaelmoura wrote: Hello guys, I have one table User User id name email latitude longitude where I would like update position of the user in real time in my home.ts I have the following code...
View ArticleGoogle map Marker Userposition
@BHAVANIKUMAR wrote: how to move map along with user position in ionic 3 and angular 4 i google a lot still not found. any reference Thanks in advance Posts: 1 Participants: 1 Read full topic
View Article