HTTP post appends null to the data
@AviQode wrote: I have this data coming from form using <form #form=“ngForm” (ngSubmit)=“myFunction(form.value)”> I am sending the form value to HTTP post method as myFunction(formData){ let...
View ArticleAny way to load a website without using InAppBrowser?
@akaruppur2021 wrote: Hello I would like to embed a website into my app. However, I have used the InAppBrowser and would not like to use it again. Is there anyway to embed websites without the...
View ArticleNative Storage Issues?
@stemsoftware wrote: Hello All, I had a general question regarding the issues with native storage I was wanting to implement native storage with SQLite, but I was getting errors in my command line:...
View ArticleSwipe down to dismiss toast
@joe_scotto wrote: Is there a way to allow a user to swipe down to close a toast? Posts: 1 Participants: 1 Read full topic
View ArticleAnybody else can't scroll lists in chrome browser?
@helpmelearn wrote: Some new bug. One of our apps we hope to use as a website too. We have kind of a wizard using ion-slide (which does not work well in a browser/mouse). One one screen we use a...
View Articledocument.getElementById('myCard').clientHeight wrong value
@lolaswift wrote: I was setting up clickable area for a ionic card to the full height of the card and I tried to get the height of the card like this: document.getElementById(‘myCard’).clientHeight...
View ArticleIonic Medical UI Theme
@Lasithavw wrote: Want to see awesome design or just want to create an app for medical center? Here is the best template Just for 3$ Ionic Marketplace Ionic-medical-theme Ionic Medical Super Awesome...
View ArticlePhonegap App
@nrsantos wrote: Hi, I’m new here so appreciate any help. Currently, I have an app build with phonegap but I need to have some tool, like Ionic Pro, to help me moving to next step since app is...
View ArticleHow to have multiple methods in a module and how to display the result in a...
@elieobeid7 wrote: I’m new to ionic/angular. I created a rest api for my custom theme taxonomy in wordpress. I created a provider called ads retrieveAds() { return this.http.get(this.api_url) .map(res...
View ArticleMouse click not always working
@erl4nc wrote: I’ve successfully implemented a leafletjs map with leaflet search control in my ionic 3 app. However, the search results returned by leaflet search control are not always selectable by...
View ArticleLarge navbar materail in ionic
@ynsmtkl wrote: Hi everyone, Please how can I make a large navbar in an ionic app like this: 1_epmDGNCu5FLf-xdvteYbtA.png852x852 40.1 KB Thank you. Posts: 1 Participants: 1 Read full topic
View ArticleMaking external URLS when working with WordPress content
@stephenmonro wrote: Hello all, I’ve been reluctant to ask, 'cause I’m a can-do, rather than a can-ask person… I’ve got an app I’ve been working on, and it’s getting JSON data from a WordPress site...
View ArticleHow to create a countdown timer
@flycoders_sourav wrote: How to create a countdown timer please help me out Thanks in advance Posts: 1 Participants: 1 Read full topic
View ArticleHow to parse only single data from file in ionic 3 using HTTP
@umeshionic1234 wrote: hello all , I have to display only single user data from Json file . I know to display multiple User data from json file we Use *ngFor =" let item of items " like this …But to...
View ArticleError: Source path does not exist:
@MuhammadRameez wrote: hi i started new project and run command ionic cordova platform add android@6.3.0 --save and i got this error Adding android project… Creating Cordova project for the Android...
View ArticleCordova is not defined error in ionic-v1 project with...
@EmreErdogan wrote: Hello guys, I use 1.2.1 version of cordova-plugin-ionic-webview plugin in an ionic-v1 project. When I run it on an Android device I get Uncaught ReferenceError: cordova is not...
View ArticleNo provisioning profiles found: No non–expired provisioning profiles were found
@Masterdoc wrote: When I run “ionic cordova build ios” I get this error Check dependencies Code Sign error: No provisioning profiles found: No non–expired provisioning profiles were found. ** ARCHIVE...
View ArticleUsing ionic liverealod I am not able to login..basically all my http request...
@siddharthray wrote: If anyone can help that will be huge. below my cordova version not sowing but it is installed and working fine. cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils :...
View ArticleJquery prob
@PierreLittoo wrote: Hello, how can i solve this problem ? exportButton.disabled = true; document.body.style.cursor = ‘progress’; var format = document.getElementById(‘format’).value; var resolution =...
View ArticleCannot read property 'selected' of null ionic 2
@DMoney wrote: The tab index is null on the initial login to the app. I have to close it then re-open it in order to be able to navigate. I’ve tried the solutions here to no avail:...
View Article