Desktop apps - Data table
@Coelho wrote: Hi, I’m trying Ionic for a desktop app. The major problem I can see is the data table. In conventional desktop apps ( Angular 4 + Bootstrap ) it’s easy display tabular data on tables....
View ArticleHow to load custom directive inside custom component
@squiggie wrote: First off, I’m following this code here. github.com NinjaDevsIO/offline-ionic offline-ionic - This project shows how to use cache and use offline images and sql storage I’m trying to...
View ArticleReturn data happens before changing it, async/sync problem
@freezacoder wrote: My problem here is when I call the first block of code my return is undefined, cause return diarios is called before I define my “diarios” array, notice that my return of...
View ArticleIonic3 Div position changed after pop from another page (keyboard is used)
@samikoren1 wrote: Problem scenario: 1.Lets say you have Div with 20px margin-top in page 1 content. 2.Push (and move) to page 2 3.enter text on textarea and save content to firebase 4.pop to first...
View ArticleMathlive.io in ionic
@physedo wrote: How to fix this? github.com arnog/mathlive mathlive - Beautifully typeset math made easy Posts: 1 Participants: 1 Read full topic
View ArticleKeep app running when memory is cleared (Android)
@nathantaal wrote: Hello everyone, I’m creating an stopwatch like application that’s needs to keep running on the background -> solved with ionic native background. However, when the android memory...
View ArticleManually control whether ion-toggle actually toggles
@willow301 wrote: I am trying to figure out how to control whether a toggle actually toggles on after it is clicked. I haven’t been able to figure it out, even after searching the forums for other...
View ArticleBuild Error upgraded from 3.7.1 to 3.8.0
@newelementdesigns wrote: I’m getting this error when trying to build: Error: Metadata version mismatch for module /… /node_modules/@ionic/storage/dist/src/storage.d.ts, found version 4, expected 3...
View ArticleHow to delete cache/storage if app has been updated/reinstalled?
@drozay007 wrote: How can I check if the app has been updated and delete the cache and storage on the phone for ios and android? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleIon refresher does not refresh thumbnails correctly
@riconsch2016 wrote: Hello Ladies and Gents, first of all, great framework, great community! I have a very strange issue with the ion-refresher. I use it in combination with a list. When I pull down...
View ArticleCopy Text from Ionic Website
@hintona wrote: I’m using the latest version of ionic to build a website to be used in a desktop browser. I want to be able to copy text out of the app so it can be pasted elsewhere. It appears to be...
View ArticleHow to pass data from Sidemenu to other Page while navigating
@prudhvirajdandi wrote: my sidemenu control is in app.component.ts and html in app.html… know i am Navigating from sidemenu to a page… here i need to transfer a data from tab to page but my control is...
View ArticleIonicServe won't launch
@wolftra wrote: Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser - Ctrl+C to cancel [11:10:51] watch started … [11:10:51] build...
View ArticleIONIC3 HOW TO UPLOAD MULTIPLE FILES (e.g. IMAGES ) IN SINGLE POST REQUEST?
@reymarkdivino wrote: (IONIC 3) I’m encountering a problem which is uploading files (e.g. images) i’ve already tried the filetransfer and it only uploading single file image. my problem is how can i...
View ArticleHow do I dynamically add html to template from a class variable
@rwillems wrote: I’m trying to write a large set of html text related to a custom widget to one of my tabbed pages. The set looks like “<div id=‘myTableDivSet’ style= …”. To keep it simple, assume...
View ArticleTestasdasdasdasdasd
@testtest1212 wrote: testsadsadsadasdasdsadasdsadtestsadsadsadasdasdsadasdsadtestsadsadsadasdasdsadasdsadtestsadsadsadasdasdsadasdsadtestsadsadsadasdasdsadasdsad Many Thanks! Kind Regards, Posts: 1...
View ArticleChange the background color dynamically in ionic 3
@MoreFlores wrote: Hello I wanted to know how I can change the background color, with a button and tried this without any positive results: what I try to do is that with a button I change the color of...
View ArticleNeed help getting started with Ionic 3
@Youp13 wrote: Hi everyone! I am new to Ionic and I have some troubles getting started even with the step by step guide of Ionic. When I run the command ionic start myApp tabs I get the following...
View ArticleiPhone ion-textarea click away works bad
@dimitri320 wrote: I’m working on iPhone 7 plus, iOS 11 with ion-textarea. When I try to tap away from theion-textarea, in 95% of the cases I need to tap several times for the keyboard to disappear....
View ArticleCan't find module Chart.js among node_modules
@AllartSoftworks wrote: Hi all, I’m following this tutorial: joshmorony.com Adding Responsive Charts & Graphs to Ionic 2 & 3 Applications I encourage people who are subscribed to my email list...
View Article