[ionic4] How to close FAB button in ionic4
@pantarmj wrote: How to close FAB button in ionic4… my code was working in ionic 3 to close FAB button but the same code is not working in ionic4… my code is given below: <ion-fab vertical="bottom"...
View Article[ionic4] ion-reorder is not working in ionic4
@pantarmj wrote: ion-reorder is not working in ionic4… it was working in ionic3… some help pls… my code is given below: <ion-item-group reorder="true"...
View ArticleHow to print this kind of json data in console
@surumulluprudhviraj wrote: modedata [{…}]0: dur: "n:0.0"level: "n:8"val: "n:0.0"id: "pro"proto: Objectlength: 1__proto__: Array(0) i need to print the level Posts: 1 Participants: 1 Read full topic
View ArticleUnable to sign apk
@bedanta1998 wrote: I’m unable to generate signed apk. Here re the error messages I’m getting - When I entered this command $ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore...
View ArticleIonic 4, Firebase and Searchbar
@AmberS wrote: Hi, I need help with using the searchbar to find the names from Firebase. I have successfully been able to list all of the names from Firebase, but I am having trouble with searching...
View ArticleIos ion-menu/ion-title img css
@spacecadet wrote: Please help. Trying to expand image width to 100% of menu width in ios. Android works correctly (image expands to 100%) and height adjust automatically. Please see pics and code....
View ArticleDoes Ionic Storage in app get automatically backed up to IOS/Android cloud?
@royappa wrote: If Ionic is used to develop an Android/IOS app that uses only local Ionic Storage and nothing stored in a server backend, will that user’s data be automatically backed up to...
View ArticleBuilding ionic android project's signed apk with android studio
@bedanta1998 wrote: Is it possible to open my ionic 3 project for android in Android Studio and then generate the signed apk inside the Android Studio? Posts: 1 Participants: 1 Read full topic
View ArticleIonic post qith base64 string array
@razorachy wrote: array0.png1366×1024 214 KB array1.png1366×1024 211 KB pleae help me how to do that… i m able to swnd only one image… first image goes to api but after that it doesnt Posts: 1...
View ArticleUsage problem of featured_media in src
@ayubIonicpro wrote: Respected Ionic Community, I’m making ionic application and using WordPress API to fetch blogs but I’m unable to display image in app. API is providing me image ID but don’t know...
View ArticleMy Ionic 4 Starter with Side Menu & Tabs
@LacOniC wrote: Here is my starter with latest versions of ionic (4.1.1) and angular (7.2.9). You can view it at Github with additional info: GitHub Crypt0Graphic/ionic4-starter With tabs and side...
View ArticleNavigation Ionic 4 Javascript
@RiyadKhalifeh wrote: Hello, I’am using Vanilla Javascript in Ionic4 I want to route from one page to other but I don’t know how to add second page “such as Login Page for example” This is my HTML...
View ArticleIon-anchor doesn't close menu
@reedrichards wrote: Is it correct that navigating with an ion-anchor doesn’t close automatically the side menu? or did I forgot an attribute? <ion-anchor href="/" routerDirection="forward">...
View ArticleIonic V4 - How do you align text to left in ion-button
@avex wrote: How do you align text to left in ion-button? And how do you detail styling ion-button style in class .button-inner? It used to be very easy to style components in ionic v3, but w/ v4 easy...
View ArticleFormGroup: Cannot read property 'valid' of undefined
@juuny wrote: I have written the following code: html <ion-grid> <ion-row justify-content-center> <ion-col align-self-center size-md="6" size-lg="5" size-xs="12"> <form...
View ArticlePrint variable.id from JSON
@mateusscheper wrote: Hi! I’m trying to print variables from my JSON but it’s returning a blank page. My products.php gets values from my MySQL db and return this:...
View ArticleIOS over the air distribution issue
@aitimainc wrote: I use Ionic Package builds for IOS and Android. When I test my app using TestFlight, it works fine. When I use Over the air distribution from my local server, the app gets installed...
View ArticleLast checkbox Unchecked in Ionic 4
@venkat-chuchu wrote: In my scenario having checkbox if all checkbox are checked, then ‘any checkbox’ checked by default, that time all the checkbox are unchecked except ‘any checkbox’ but last...
View ArticleHelp on Promise(any) ionic 4, cannot find promise
@erwincalata wrote: getBloodPressure():promise(any) { let url = “http://localhost/readbp.php”; let request = this.http.get(url); return request.toPromise(); } error on promise(any) Posts: 1...
View ArticleHow to display a page with tabs in modal with Ionic 4
@laurineWermann wrote: I have a simple page in Ionic 4 with 3 tabs. I need to open this page in a modale, but if I do a simple : let profileModal = await this.modalCtrl.create({ component: MyPage });...
View Article