Working offline mode, + synchronization (ionic 3)
thank you ,… but this tutorial … just for local Storage with sqlite (=offline ), I’m looking for a way to sync my data to PosgreSql database(=onlline mode )
View Article[SOLVED] It possible to make this JavaScript to Typescript?
In general, you want to avoid calls to document if you are using a framework like Angular. It would be better to figure out how to do want you want with Angular. Typescript isn’t really the issue here.
View ArticleDeleting a user
So I tried what you said but I got stuck in one place i.e I load the User Id from the database(rest api) and then I used ion check box to select the user whom i want to delete but as I have all the...
View ArticleIonic cordova run android --prod not working properli
I have installed ion2-calendar in my ionic application using npm install ion2-calendar moment --save and i have made some changes on its files located in...
View ArticleIonic side menu issue when selecting pages
I resolved this issue by removing lazy loading in root page. If your root page is a tab, then remove lazy loading on root tab and it’s child pages.
View ArticleWorking offline mode, + synchronization (ionic 3)
@pierreLitto, For sync data from the offline database to online you have to add boolean type field like(isSync BOOLEAN) in the offline database table and append false value by default. when your app...
View ArticleAutosize ion-textarea
Ow, weird. This link should do the trick: https://stackblitz.com/edit/expandable-input-wdhixf
View ArticleHow to detect when a user leaves a page in Ionic 2?
john_hohm: onPageWillLeave Where do you see that?
View ArticleWorking offline mode, + synchronization (ionic 3)
Thank you !! the the algorithm is clear …but i need some documentation for the good start …because I tried to do these but without success !!
View ArticleSplit screen icon
Hi, I have managed to change the app custom launcher. Screenshot_2018-03-07-17-34-13-898_com.miui.home.png720x1280 782 KB But the small icon appearing at split screen still uses default ionic icon....
View ArticleCapture Images without opening camera
Article. It’s better to get special camera to get image in secret - apps do the job quite rare. Tried it a few times and almost all the time it has failed, so i actually gave up on idea making my...
View ArticleCould not download PDF from base 64 data from web service . Why?
Dear Sathasivam, The exact base 64 data shown in console and Network tab show contents( in chromium) as preview.png949x603 134 KB preview1.png1275x267 71.2 KB preview0.png868x621 217 KB but no actual...
View ArticleAutosize ion-textarea
Without directive: https://forum.ionicframework.com/t/solved-ion-textarea-resize-height-dynamically
View ArticleSuddenly chrome showing blank page when debugging?
showing this error Not allowed to load local resource: file:///android_asset/www/assets/icon/favicon.ico
View ArticleIonic 3 create checkbox dynamic
Hi@sreejith13 You can use ionic select component for checkbox functionality with multiple=true condition You can create checkbox dynamically something like this <ion-select multiple="true">...
View ArticleHow to get Ionic checkbox value?
I load the User Id from the database(rest api) and then I used ion check box to select the user whom i want to delete but as I have all the users param same i.e uid, when I use ngmodel to get the...
View ArticleIonic 2 Signature Pad resize image
var canvas = document.getElementsByTagName(‘canvas’)[0]; this.resizeCanvas(canvas); public resizeCanvas(canvas) { var ratio = window.devicePixelRatio || 1; //canvas.width = canvas.offsetWidth * ratio;...
View ArticleIonic 2 Signature Pad resize image
whether i have to create another function and call inside ngafterviewinit()?? where ? Thanks in advance
View ArticleLooking for a doc about Ionic components used in PWA Toolkit
Hi everybody, Does someone knows where can I found a doc about Ionic components which are used in Ionic PWA Toolkit ? I just start an experimental app using Stenciljs and Ionic PWA Toolkit with Josh...
View ArticleIs application version can be increased automatic?
I’m asking if there is any way to enable thing that increase the application version automatic better than manual (by edit it JSON file)? as usual I edit the version before generate and upload the...
View Article