Ionic 3 input item shows no caret on iOS
@mvrm wrote: I have an ionic 3 app. On a page I have a form with some fields. <form> <ion-item> <ion-label>First item</ion-label> <ion-input type="text" [(ngModel)]="title"...
View ArticleIonic 3 example of large textarea?
@mvrm wrote: Hi, I wonder if someone has a working Ionic 3 example of a page with a large textarea (larger than page height - keyboard height). If I add such a large textarea on a page and have some...
View ArticleIonic 2 Desktop Support
@palavisatpute wrote: Hi, I am creating a desktop application in Ionic 2 and want to run it on Windows 10 Edge Desktop Browser. I want to know Ionic2 supports which version of Windows 10 Edge Browser...
View ArticleRefused to display ' URL/' in a frame because it set 'X-Frame-Options' to...
@surumulluprudhviraj wrote: Posts: 1 Participants: 1 Read full topic
View ArticleRandom Value From Array
@Mickaelonic wrote: Hi ! I have a array that contains all the uid of my users. I would like to have a array that contains 3 of them that were randomly generated from my other array; But not duplicate...
View ArticleHow to go back multiple pages in ionic?
@Nulra wrote: Hi, I have the page flow like below: A->B->C->D Somehow I will do a function in page"D", after it need to go back page"B". How can I achieve that? Using .pop() just can go back...
View ArticleIonic pop in 3rd level view does not update 2 level page (stroage data change)
@arek_salaso wrote: Hi all I got 3 level deep nav views. In the first view I get data from local storage and output a list page 1 getPrograms() { this.storage.get("fetchedData").then(val => { if...
View ArticleRecord an Audio
@umutgur wrote: Hi, I want a page what can record audio with cordova plugin. Here it is created file for record this function; import { Component, Provider } from '@angular/core'; import { IonicPage,...
View ArticleA basic chat Ai -App that responds to dialogue flow
@zola wrote: Hi Guys, i want to create a simple App which i can pre-programme the response for it…something simple like something similar to a Bot diagram-flow but app on a phone. Me: “what is you...
View ArticleHow to use Cordova Mqtt plugin in my Ionic App
@keegan007 wrote: Hi there, I have been trying to use the Cordova Mqtt plugin in my Ionic 2/3 app: https://github.com/arcoirislabs/cordova-plugin-mqtt I installed the plugin using the following...
View ArticleBuild Android - Multiple dex files define Lorg/apache/cordova/PermissionHelper;
@boang2000 wrote: I tried to build my application to Android platform with QR scanner plugin to test it on a device but encountered this error, I already installed Android SDK, JDK. BUILD FAILED in 1s...
View ArticleIon content goes below the ion header
@EnzoDLP wrote: Hello, My goes below the top bar ! the ? It does not do it all the time, but very often when I sail a moment the content is well placed and another one goes below … I do not understand...
View ArticleIonic build iOS failed
@jonasli wrote: Hi All, I failed to build the iOS package. Below is the command I used , Looks codesign can’t find the file libswiftCore.dylib. Can you please help me on that ? ionic cordova build ios...
View ArticleIonic Search Bar with Sqlite Database
@pendora7 wrote: Hey ! I am wondering how to implement ion-searchbar with Sqlite Db. I want to search all the contents in local storage. Posts: 1 Participants: 1 Read full topic
View ArticleIos Storage does not work
@nikalsboehner wrote: Hello, any storage functions does not work on IOS. (Android & Browser: no problem). constructor(public navCtrl: NavController, public navParams: NavParams, public http: Http,...
View ArticleNeed help with ionic header
@Srks wrote: I’m very new to ionic and just started learning it. I’ve spend a whole day looking for how to change color of ionic header (Top Title) and I’ve tried everything but I am not able to...
View ArticleStay dualknobs range values when they are selected using ion-range
@Priyanka4010 wrote: i want to stay the dualknobs values when i selecting the range values. actually i want filters the drivers according to the price range, ratings, and vehicle . when i select all...
View ArticleWay to use Cordova-plugin-sqlServer : problem
@enoram wrote: Hi, I’m new on ionic and I’ve some problem with cordova non-native plugin. After few long hours of search and reading I don’t find out how to use non-native plugin… When I use import {...
View ArticleHow to create pipe
@81surajjadhav wrote: how to create pipe to sort data with date Posts: 1 Participants: 1 Read full topic
View ArticleIonic Native Vibration on IOS
@perenyitamas wrote: Hello guys. I have a small problem with Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one...
View Article