Appflow Deploy in subdirectory
@sujan12 I understand how to set it up, my ionic project is just in /app/mobile rather than the root of the project. I just need to know for to point to that rather than the root of the project.
View ArticleNo www folder and slow compiling process
This doesn’t really answer your questions, but if you’re just starting out, I would highly recommend using modern framework versions instead of Ionic 1 and AngularJS. Documentation is here.
View ArticleChrome.sockets.tcp problem to receive onReceive.addListener
Hello! I’m using the cordova plugin chrome.sockets.tcp. I have created a provider for managing sockets operations in my Ionic 3 app. Whenever I use the “invioPacchetto” (english -> sendPackage)...
View ArticleWriting files with commas in the string - resulting file is truncated at the...
That doesn’t show the @capacitor/android version (you can check the package.json file). But considering you are using beta 22 for cli and core you are probably using the same version for android too,...
View ArticleChrome.sockets.tcp problem to receive onReceive.addListener
Maybe I could use: (<any>window).chrome.sockets.tcp.setPaused(_socketTcpId,false); after (<any>window).chrome.sockets.tcp.connect if set .setPaused on false, when a socket is connected and...
View ArticleChrome.sockets.tcp problem to receive onReceive.addListener
andreamori: (window).chrome.sockets.tcp.setPaused(_socketTcpId,false); This is not the solution because default value of “chrome.sockets.tcp.setPaused” is “false”. Help me please!
View ArticleWriting files with commas in the string - resulting file is truncated at the...
Excellent…thanks mate, the upgrade sorted it.
View Article[Ionic4] - ion radio group on Reactive Forms
Hi! I’m trying to set up a very simple reactive form using Angular7 and Ionic4, my problem is that I’m not being able to use the formControlName on myion-radio-group. I have 2 different radio buttons...
View ArticleError when adding @angular/pwa: Invalid rule result: Instance of class Promise
After I create a project with Ionic 5 CLI, I tried to publish project as PWA and follow instruction in document I run this command in project ng add @angular/pwa which shows result in terminal...
View ArticleIonic 4 select option
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleFirebase Facebook login error iOS only...
Hi all, I’m following this guide to add Firebase social login to my Ionic v 4 app: https://firebase.google.com/docs/auth/web/cordova On Android, everything works fine. On iOS I get: ERROR:...
View ArticleIonic 4 select option
I want to add event to ion-select-option to close select without click button 1.png1058×74 11.2 KB
View ArticleChrome.sockets.tcp problem to receive onReceive.addListener
you’ve got a timing window \ create { connect send } ---- onReceive.addlistener({ }); onReceiveError.addlistener({ }); --- move the connect/send AFTER adding the listeners… ----...
View ArticleIonic obfuscation
@kumaresanp Hi Kumerasn, I want to remove the vendor.js and polyfills.js from obfuscation. Am using Azure devops pipeline to build the app. Please share how did you remove the vendor.js and...
View ArticleChrome.sockets.tcp problem to receive onReceive.addListener
Ok, I moved onReceive.addlistener and onReceiveError.addlistener before Create -> connect -> send. This is the code updated: (<any>window).chrome.sockets.tcp.onReceive.addListener( info...
View ArticleDocumentation or examples for component property on ion-popover-controller
UIService has generated using: ionic g service services/ui This service has methods to handle toast, alerts, inputs, etc… is just with the popovers that I am having problems, because it requires a...
View ArticleIonic 4 infinite scroll not working
I have checked today by updating Ionic(npm i -g ionic) and Project using Npm Update(npm update). Now Infinite Scroll is working fine.
View ArticleIon re-order item inside unclickable (HELP) (V-4)
I just implemented this yesterday in a Stencil project. Both reorder and click are working together in my case if I do the following: <ion-reorder-group onIonItemReorder={($event:...
View ArticleIonic3 admob not displaying
I am trying from last 7 days to run Google AdMob in Ionic 3 application. Steps I followed as shown here By using below code, the ads is not displaying! I have followed this tutorial. Current issue: No...
View ArticleChrome.sockets.tcp problem to receive onReceive.addListener
I found another “( window) .chrome.sockets.tcp.onReceive.addListener” on 1 page of app. On this page, the operations related to this addListener do not always work well. I think this “listener” on the...
View Article