Not reciveing my bluetooth device
@Qwerty10110 wrote: ive been trying to use the scan function of the BLE plugin. how ever while thought it apparently does scan im not receiving any data. i tried connecting it directly but that's not...
View ArticleHiding and (showing) the list of items in the card
@muthukumar02 wrote: hi to all, i new to ionic. i want to create a card with card header and it has list of items, When i clicked on card header it shows the list of the items. else it should hidden....
View ArticleGET request with nested JSON object
@ricardos wrote: Hi, When performing a GET request with a nested JSON parameter, its value is being serialised into a string, which then needs to be parsed in the Rails backend: Started GET...
View ArticleIonic CLI Verifying each time my libraries version
@Flassh wrote: Is there any way to bypass the initial ionic latest version verification? I am waiting 1 minute sometimes when I want to recompile my code because of this. I want to start directly with...
View ArticleIonic 3 Ionic View does not show any styles
@texasman03 wrote: I just created a fresh ionic app, ionic v 3.4 I applied some styles in my app.scss and changed some styles in the theme variables.scss I did ionic upload to upload the app, I see...
View ArticleAdding Windows platform is trying to add cordova-plugin-wkwebview-engine and...
@peterjc wrote: I have an existing Ionic application where I have had all of Android, iOS, and Windows platforms included. I have left out Windows for a while, but now have the need to build a Windows...
View ArticleUsing Rabbitmq push notification service with ionic without FCM
@imtanmoybanik wrote: Hi... How can i use self hosted rabbitmq push notification service without the help of FCM in ionic 2.... Hope someone can help. Thank you!Regards. Posts: 1 Participants: 1 Read...
View ArticleNative transitions "slide" and tabs navigation
@lujakob wrote: Hi, has anyone tried to use Native Page Transitions "slide" with a Tabs navigation? I get the native animations to work in normal navigations or push/pop pages, but I have problems...
View ArticleIonic when test in ionic lab its ok but when realase app very delay for anything
@wildwolf2015 wrote: hi when test my app in ionic lab very good but when create apk file and install to device very slow. delay for click on buttondelay to push pagedelay to open modal Posts: 1...
View ArticleRefactoring: Object in provider need to define in conmponent?
@SannNL wrote: Hello, I'm trying to refactor this because I think it can be cleaner but I'm not sure how. It's about the 'notification' object. I have this provider, which defines the possible...
View ArticleError: Failed to fetch platform cordova-android@^6.2.3
@FnnHuman wrote: Whenever I try to run cordova platform add android --save comman i get this error, is anyone able to help me with this? Posts: 2 Participants: 2 Read full topic
View ArticleIonic cordova platform add android: npm ERR! Error: EPERM: operation not...
@lakshmanankuppan wrote: I am getting the same error after updating npm. $ ionic cordova build android --verbose --debug [DEBUG] Loading global plugin @ionic/cli-plugin-proxy [DEBUG] Throwing...
View ArticleCan you build iOS app on Windows?
@FnnHuman wrote: I was trying to run the following command: ionic cordova build ios But it gave me an error: Error: xcodebuild was not found. Please install version 7.0.0 or greater from App Store...
View ArticleCannot display contact's image using the contacts plugin
@aspiringuserapps wrote: I'm using the contacts plugin for displaying the contacts on the device as a list. All the fields are returned and displayed properly except the contacts' image. For the photo...
View ArticleCan't display a base64image like a thumbnail
@elfedac wrote: Hi,I'm trying to display a base64Image but I can't make it work.Here's my html code : <ion-list> <ion-item-sliding id="refresh" #slidingItem *ngFor="let signal of...
View ArticleHow Remove Dropped map marker?
@rsa wrote: I wan to make android back button get one step to back and remove the dropped marker in is there any possible way to do that? public AddMarker(){ let image = '/assets/img/rsz_marker.png';...
View ArticleLonger running background process (synching huge amounts of data) - general...
@Audrey84 wrote: I am working with an API that is used to sync bigger amounts of data (JSON arrays mostly, later maybe also images) to the device. Unfortunately there are lots of endpoints to call to...
View ArticleSave data string image to gallery in cordova app
@vishnurevolve wrote: Hi Guys..I just try to save the data string(data:image/png;base64) formated.But i get an error says "Error while saving image" .This the callback error from...
View ArticleHow to read this file JSON
@amine216 wrote: { etalon: { 8: { course: [], cheval: {} }, 235: { course: [], cheval: {} }, 345: { course: [], cheval: {} }, 355: { course: [], cheval: {} }, 468: { course: [], cheval: {} } }, }...
View ArticleIOS application, ID bundle problem on XCode
@CarolineKo wrote: I created an application with the Ionic Framework that allows me to make hybrid applications.When I open my project on XCode, I have errors from XCode that I can not solve. My...
View Article