Problem with modals on iOS with inAppBrowser or SafariView
@temohpab wrote: I’m using inappbrowser to display a webview of a site, but i have a problem… If i select a modal on this webview and select a field, all the entire modal “lost” the focuses and i can...
View ArticleView excel sheet in app or external Application!
@vijayanand wrote: Tried using fileopener not working! Suggest me how to do it, Please,… Posts: 1 Participants: 1 Read full topic
View ArticleStoring of data
@RobertLow wrote: Hi, I would need to store data, but how can I do it? I am thinking of array but is it the way? I need to be able to CRUD function too. Please advice me thankyou. Posts: 1...
View ArticleI want to creat a EMI calculator but showig some error
@flycoders_sourav wrote: there is my code. onChangehomeloaninterest(ev: any) { // alert(this.homeloaninterest); this.monthlyinstrest=12/this.homeloaninterest/100;// calculate the monthly instrest...
View ArticleHiding accessory bar iOS
@MarkHupperichs wrote: Hello, I just want to hide this bar with the buttons: “previous, next and done”, but I tried different solutions and nothing seems to work. This page is an external webpage with...
View ArticleHow can I link my local sqdatabase with ionic 3 mobile app?
@AnbuR wrote: I have SQL database in local file. How can I connect my database with my ionic v3 mobile app? Posts: 1 Participants: 1 Read full topic
View ArticleRetrieve image from pouchdb
@trollanfer wrote: I have stored images in a local pouchdb, and want to retrieve them… my html <img [innerHTML]="getimage('png.png')"> page function getimage(file){...
View ArticleGit push ionic master error
@lorenzogr wrote: Hello, I’ve already developed a project with Visual Studio and is there’s already a git repository on Visual Studio Online. I wanted to try the Ionic Pro service so I linked the app...
View ArticleHow do I get multiple value stored into a property?
@RobertLow wrote: Hi, i am having this HTML code <div> <ion-label>Fruits</ion-label> <ion-select [selectOptions]="selectOptions" [(ngModel)]="fruits" multiple="true" okText="Done"...
View ArticleDelete image from device Ionic
@markedjani wrote: Using Ionic 3 File pkugin for removing images from device, deleteFromDevice(data){ for(let i=0; i<data.rows.length; i++){ this.file.removeFile(data(i).location,...
View ArticleConstant white screen on android
@Dule84 wrote: Can anyone explain me what is the problem with this? While i was working in chrome I had no errors but when i try to run app inside emulator or on real device I get constant white...
View ArticleCrop image in rectangular shape in ios
@khokhardheeraj wrote: Hi, I want to crop the image in which is taken from camera in ios. Is there any plugin to crop a image in rectangular shape? I am using this plugin crop image plugin it provide...
View ArticleHow to check first run app with ionic app?
@durvilchat wrote: Hello please help me I want to check first run app on ionic application? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleIn chart.js, how do I add data to a chart based on its date?
@markbackhouse wrote: I have an array of objects, each containing the date (using new Date()) in which the object was added to the array. I want to show a bar chart that tells you how many of these...
View ArticleAdd Tabs in a new page
@karthikcp wrote: I am navigating from a non tab page to another page. Using this.navCtrl.push(AbroadstudiesPage); But i need to add tabs to the new page. How can i do this… Please refer this link for...
View ArticleFingerprint registration and login Ionic
@yeeqinghew wrote: I am currently creating an application where the user will be required to register with their username, password and also their fingerprint on the application itself and all of...
View ArticleFacebook login in Ionic Creator
@Dario1 wrote: Hello, I want to implement Facebook login in my application “TuLugar”, which I am developing in Ionic Creator. Is it possible to do this completely from Ionic Creator, or should I...
View ArticleIonic and Laravel ip address
@Dule84 wrote: I am working on Ionic app where backend is done with Laravel. Can anyone tell me which ip address to add in providers when I want to test application on real device or in emulator....
View ArticleIonic-tabs data is not shown after loading from backend
@mdline wrote: Hello, I am loading data from backend which takes a while for fetching. The problem is that the data will not be shown on the initial selected tab (here allPage) after loading. Only...
View ArticleI would like to know how to reduce my ionic application when I press the...
@durvilchat wrote: Hello help me please, I would like to know how to reduce my ionic application when I press the return key of my Android phone. Thanks Posts: 1 Participants: 1 Read full topic
View Article