How to align text on ion-button tag to left
@skildfrix wrote: I wanted to align my icons and text on my button to the left but seems like it doesn’t work in my case. I tried declaring through HTML class and ID and applying text-align: left; and...
View ArticleHow to create IONIC component for intl-tel-input in IONIC 3
@izpapp wrote: How to create IONIC 3 component for https://github.com/jackocnr/intl-tel-input ? I would appreciate any help. Posts: 1 Participants: 1 Read full topic
View ArticleHow get :root scss variables from js in Ionic v4
@ArtoRomazotty wrote: Can someone help? In variables.scss i have: :root{ –ion-color-primary: #3880ff; –ion-color-primary-rgb: 56, 128, ;255; …e.g } How i can get them without overriding? This not...
View ArticleHow to create IONIC input with intl-tel-input in IONIC 3
@izpapp wrote: How to create IONIC 3 component for https://github.com/jackocnr/intl-tel-input ? I would appreciate any help. Posts: 1 Participants: 1 Read full topic
View ArticleStar Rating in ionic 4
@prabhashi1 wrote: Hi, I’m new to ionic frame work. I need to create an app with customer rating page. so far I refer some articles and couldn’t get an idea. Here’s my scss and html files. I’m looking...
View ArticleCan not create Icons android or IOS ERROR
@CreativeArtDesign wrote: ionic cordova resources ios -i [ERROR] Source image files were not found for the following platforms/types: - ios/icon Collecting resource configuration and source images -...
View ArticlePassing Data From Page 1 to Page 3
@harshm90 wrote: How can I pass the data of home(page 1) to ContactPage(page 3) along with DetailsPage(page 2) data? lets say HomePage has data of “UserId” DetailsPage has data of “UserName” &...
View ArticleIonic 4: problem on old iOS browser
@Daris wrote: Hi, on a Starter template: sidemenu, I encounter problems with the “ion-menu” on old iOS 10.0.2 - Chrome v.71.0.3578.89. The sidemenu not rendered content (see attachment)....
View ArticleGeolocation Issues
@evripides wrote: I am trying to use Geolocation but I get the below error TypeError: Object(…) is not a function at Geolocation.getCurrentPosition Ionic Version 3.20.0 cordova-plugin-geolocation...
View ArticleIonic 4 custom Pipes
@suresh9949 wrote: I have creating pipe on ionic 4 and angular 7. when I importing pipe in app.module.ts its giving Template parse errors, but when i importing in home.module.ts its working fine that...
View ArticleIonic Video streaming for part of screen and supporting streaming types by ionic
@srivanigorthi wrote: I am newbie and my requirement is to add streaming video in my application. As per the documents and tutorials I have gone through streaming-media plugin streams the video in...
View ArticleError: connect ETIMEDOUT 52.222.136.168:443
@tushargalfade wrote: got error Error: connect ETIMEDOUT 52.222.136.168:443 while creating app by following command ionic start IonicShoppingList blank Posts: 1 Participants: 1 Read full topic
View ArticleApplication boot time
@zabka229 wrote: Hi everyone, Recently I have received an order for mobile application with 3 possible choices of technology: Ionic 4, React native and Flutter. I had really good time in developing...
View ArticleGoogle Maps Referral fails
@videmort wrote: Hello guys. Since two days ago, google maps api is not working using the ionic web view plugin. I created this issue. If someone has got the same problem please vote this issue....
View ArticleIonic 4 : Bind data from page to tabs pages
@bbarascou wrote: Hello, I have one page ‘details’ with 1 object “BT” and 4 tabs <ion-header> <ion-toolbar color="primary"> <ion-buttons slot="start">...
View ArticleWhy AfterViewInit conference app map
@acarrasco wrote: Hi there! I don’t understant why in the conference app at the map.ts file it is used AfterViewInit? Why don’t we use OnInit? Posts: 1 Participants: 1 Read full topic
View ArticleHow to stopScan using BluetoothLE?
@samaybhavsar wrote: I am working on a project which involves scanning of Bluetooth devices. Can someone tell me which plugin to use BLE or BluetoothLE ? I tried using BluetoothLE. Can someone explain...
View ArticleHTTP Post nested array
@pierrephilipdp wrote: I am currently trying to POST data to an API and it seems that there is a problem with POST’ing an array within the JSON object. I am declaring the object as follows: let data =...
View ArticleSpecify Gradle version
@Kyrax80 wrote: Hello, I wanna specify which Gradle version to use when building my Android App. Is there a way to do this? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleSecurity vulnerability flagging
@pramod-nair wrote: One of our static security code analysis tool is flagging following iOS code for “Path Manipulation” vulnerability. /cordova-plugin-ionic-webview/IONAssetHandler.m NSData * data =...
View Article