Make a Select-List with Database Data
@regisoliver wrote: I'm having trouble making a select-list with data from the database.I followed some internet tutorials, but to no avail.If someone can post an example or point out what I am...
View ArticleInternationalization not working on device (ionic cordova run android) but...
@gauz09 wrote: I am trying to implement Internationalization in my app. It works as required with ionic serve on desktop but fails on Android device after I run ionic cordova run android. I get the...
View ArticleStorage, performance: get values from keys that begin with the same characters
@tandler34 wrote: I'm looking at https://ionicframework.com/docs/storage/ and i'm questioning myself on the possibilty to store keys that begin always with the same characters (e.g "tan1 tan2 tan4")...
View ArticleMedia-Capture Recording Video and upload server
@sehasteam wrote: I record video and select libary but not upload and watch..video.html Please Select Image! Select Image Upload video.tsimport { Component } from '@angular/core';import { IonicPage,...
View ArticleIonic 3 Refresher startY
@sampath wrote: Can you tell me how to use startY with the Ionic refresher? I have used like below.But it is not working? My use case: At this moment where pull to refresh can be triggered from...
View ArticleInappbrowser how to figure out the launching app is in the background?
@vikceo wrote: so i have a app which has a button. on clicking the button a url is opened using the inappbroswer plugin. my requirement is to change the button text only once the user switch back to...
View ArticleAudio dont working my file
@Cankaya wrote: Hi,please help me.First file is true run.but second file dont work. FIRST FILE export class DurumPage { cocuk: string ="assets/genel/erkek.png";...
View ArticleConnect multiple users with a Ionic app
@rafaeldcastro wrote: I need to connect 2 or more users using the same app. Its like a chat app, but I'm not looking for that function. Anyone knows what I need to build that?I'm a solo and newbie...
View ArticleIonic 3.5.3 Angular lifecycle hooks declared but not used lint errors
@media4learning wrote: Hi everyone. I have updated to 3.5.3 ionic-angular and I am getting a massive stream of linting errors on ionic serve. 'OnInit' is declared but never used.'AfterViewChecked' is...
View ArticlePrb with my app not working ( white screen )
@Senpai1 wrote: i have a problem with my app i get white screen every-time i test my App on my android device Screen Shot 2017-07-18 at 01.20.00.png1878x1298 220 KB Posts: 1 Participants: 1 Read full...
View ArticleHelp to add google maps native v2 ionic 3
@wuilmerj24 wrote: I have installed and made a compilation, which worked correctly. Then install ionic-native / googlemaps and perform and compile and install which worked well. Import the provider...
View Article(.\ionic.config.json) is not valid JSON format
@ShuaKo wrote: In order for me to proxy, I decided to edit the ionic.config.json file from { "name": "dummy", "app_id": "", "type": "ionic-angular" } to this { "name": "headsup", "app_id": "0",...
View ArticleFlexbox CSS doesn't works well in ion-content container
@netsesame wrote: Test mobile: Android 6.0Global packages: @ionic/cli-plugin-proxy : 1.3.2 @ionic/cli-utils : 1.5.0 Cordova CLI : 7.0.1 Ionic CLI : 3.5.0 local packages: @ionic/app-scripts : 2.0.1...
View ArticleHTML video tag does not display video correctly
@MatTaNg wrote: I am trying to use Cordova Media Capture to play video however, it does not work. Here is my JS: function video() { navigator.device.capture.captureVideo(onSuccess, onFail, { limit: 1,...
View ArticleIonic 2: Uploading file from google drive/cloud to my own server
@vasanthb wrote: In my application I have a functionality where user can upload his resume(of format .doc,.docx,.pdf). I'm using Ionic File Choosing plugin to choose the file and to upload I'm using...
View ArticleProblem with cloud building (android)
@wnpiispanen wrote: Has anyone noticed that the cloud building has been broken for a while? Seems to be a Java / SDK problem on their end. It...
View ArticleHow to get json data in array in ionic 2?
@Prg_pathe wrote: Hi. I am new in ionic-2. I need to get json data using http request and store the data in array. below is the sample json data. { "data": [ { "id": 4, "date": "2016-11-17",...
View ArticleOne signal using ionic2
@anivaishu wrote: Hi, I tried push notifications for ionic app. First i installed the one signal plugin. ionic cordova plugin add onesignal-cordova-plugin npm install --save @ionic-native/onesignal...
View ArticleHow to implement a basic Slide animation?
@saidatta123 wrote: Hello, I have never implemented ionic animations. How do I implement a basic slide animation to left, on-click of a button ? Thank you Posts: 1 Participants: 1 Read full topic
View ArticleI want to implement firebase in my ionic2 app
@espl_Abhishek wrote: I want to use firebase in my project but, as firebase plugin is still in beta and i also don't know to how to use it in my app. Can anyone help me.? Posts: 1 Participants: 1 Read...
View Article