Set a value to a variable
@skeroch wrote: I need help, i’m a newbie on ionic 3 the app i’m trying to make its simple, 2 pages HomePage and ConfigPage the home page has a iframe the config page has a input and a button all i...
View ArticleConference template build fails
@MarkAurit wrote: Have gone though this process a couple of times: “start” the conference template, verify “serve” displays in browser, “ionic cordova build android --debug” always gives the...
View ArticleCan use on Ionic some service who looks for changes in a Json?
@temohpab wrote: I’m trying to add some functionally in my app to see into a Json and check if anything changes. I have a Rest API who returns a Json with some values. Could be possible that this app...
View ArticleProblems with Persistent Menu
@dadelcas_94 wrote: Hello there, I’m currently trying to create a persistent menu in my app but the “persistent” part of it is not working properly. The MenuToggle button appears and works correctly...
View ArticleArrange css with ion-col
@HamdySdiri wrote: I’m adjusting the style of the collar But I can not get a good screen can someone help me ? <ion-item-group> <ion-item-divider color="light" no-lines> <span...
View ArticleSave/Update/Upload Image Ionic 3
@rafaelmoura wrote: Hi guys, I need your helps, I want to save or upload image of user im my aplication How to do this, my questions: 1 - whats the best place to save a image: local or external link I...
View ArticleBest way to display a PDF from external URL?
@nb1990 wrote: I want to be able to view PDFs in app. What is the best way to do this? The document viewer plugin requires you to download to a temp directory first and I’m not sure I want to do that...
View ArticleIOS WKWebView CORS problems
@XFrEaK wrote: Hi all! I don’t have any problems with Android (as usual with Ionic my problems are always iOS related) but I cannot fetch data from my API (which has CORS enabled on the server - I own...
View ArticleError: No provider for Storage
@elpoir wrote: So I wanted to use a provider for saving my data in the application. It looks like this: import { Injectable } from '@angular/core'; import { Storage } from '@ionic/storage'...
View ArticleHow to make switch inside ion-item-sliding work?
@sergio21 wrote: I’m trying to make switch inside ion-item-sliding work, here is the plunker: plnkr.co Plunker Created on Plnkr: Helping developers build the web. It shows empty elements. How can I...
View ArticleError: Unsuccessful HTTP response on Google Native Authentication
@BohBoh wrote: Hello, I’m trying to use Google Native Authentication API, but I have this error, so please help me to solve this problem Screen Shot 2017-08-23 at 00.57.45.png1434x316 69.6 KB Posts: 2...
View ArticleKeyboard fully loaded event
@slick44 wrote: I’m trying to capture an event when the keyboard on an ios or android device is fully loaded. Right now I capture the event below: window.addEventListener('native.keyboardchanged',...
View ArticleIonic2 Mobile APP in below iOS 10 shows white screen after splash
@sandeepgovada wrote: Hi everyone, I’m facing an issue, when i installed the ionic 2 mobile applications in iphones which are below iOS 10 version. After installation, i can see splash screen then it...
View ArticleHow to list posts in specific category [WordPress, ionic & angularjs]
@soomit wrote: I am unable to list the posts in a particular category. I am creating a hybrid android app using wordpress json api, ionic and angularjs. Posts: 3 Participants: 2 Read full topic
View ArticleIonic 3 loader
@dhameer wrote: Hey guys I just wanted to find out how I would use a loader correctly in ionic3. I successfully create and display a loader. My issue is dismissing it after a webservice is called....
View ArticleAdd hyphenation in Ionic 3 app
@JayKay wrote: I use an ion-grid in my Ionic 3 app. The data to show, I receive as JSON object from my database. Some words don’t fit in the columns and are, hence, cut off and continued in the next...
View ArticleDrop down in card
@harniel1 wrote: hi can i ask how to integrate something like this in ionic? inside a card. Posts: 2 Participants: 2 Read full topic
View ArticleKeyboard like in WhatsApp
@dimitri320 wrote: I’m trying to implement a WhatsApp like messenger functionality, and ran into troubles with the keyboard. When I click on the input text area, the keyboard will move the whole App...
View ArticleCross domain issue from a device
@guyjoules wrote: So, I’m trying to use the google-translate-api-without-node module within my ionic app. From ioinc serve I got the CORS issue, solved by a chrome extension...
View ArticleWhen i run my app getting Provider - Error: No provider for Storage!?
@Arulmano wrote: i used storage in app.modules.ts file. import { BrowserModule } from ‘@angular/platform-browser’; import { ErrorHandler, NgModule } from ‘@angular/core’; import { IonicApp,...
View Article