Ionic 5 Starter App from IonicThemes
Ionic 5 is here with huge improvements and at IonicThemes we built a premium ionic template using Angular 8 and Ionic 5 that has everything you need to jump start your app development Ionic 5 Full...
View ArticleError building app with appflow
yes but i made a request here : (https://ionic.zendesk.com/hc/en-us/requests/new) but still have error i have a question should i have to push the node_modules folder?
View ArticleIonSelect with IonGrid: Displayed Option too short
This looks correct to me. stackblitz.com react-8b3s7s - StackBlitz Starter project for React apps that exports to the create-react-app CLI. The value text and its size getting cut off is to be...
View ArticleError building app with appflow
No, do not put node-module. Please wait until support gets back to you.
View ArticlewebRCT client module connecting to kurento server
There is so good webRTC media server : http://www.kurento.org/ 10:49 Could anybody suggest me ionic v5 webRTC client module connecting to kurento ?
View ArticleIonSelect with IonGrid: Displayed Option too short
I assumed this is the straightforward way of placing two select’s in one row (on desktop)
View ArticleCordova + Service Workers - I this possible?
Posting the twitter thread regarding this… twitter.com Todd Halfpenny (toddhalfpenny) Anyone know if it's possible to use service workers in hybrid remote cordova apps? It seems the call to...
View ArticleError building app with appflow
@mhartington tnx i have a another question about another my project : i did not push node_module folder because it has high volume but the thing is i use a module ->...
View ArticleSuddenly unable to start new Project
Everything is working fine but suddenly unable to start new project with error. > npm i npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due...
View ArticlewebRCT client module connecting to kurento server
I don’t think this is much of an Ionic related question, but if you’re using angular, this could be helpful GitHub chrisguttandin/rxjs-broker An RxJS message broker for WebRTC DataChannels and...
View ArticleSuddenly unable to start new Project
Hmm, I’d say look at what npm ERR! /Users/.../.npm/_logs/2020-03-26T13_55_17_902Z-debug.log error log is printing? not a lot of to go off of from that, so not sure really!
View ArticleSuddenly unable to start new Project
3424 silly saveTree └── zone.js@0.9.1 3425 verbose stack SyntaxError: Unexpected end of JSON input while parsing near '...PEoRwOKujGhqr8zgLGlNc' 3425 verbose stack at JSON.parse (<anonymous>)...
View ArticleSuddenly unable to start new Project
Still not a lot to go off of from that… Could you try $ ionic start tmp-ng blank --type angular --verbose Let me check with the team and get their thoughts.
View ArticleSuddenly unable to start new Project
Same, received this error. The full log is too long to post here. 2473 silly pacote range manifest for ts-node@~7.0.0 fetched in 23ms 2474 silly resolveWithNewModule ts-node@7.0.1 checking installable...
View ArticleHow to update a cordova plugin?
Hi when I add a Cordova plugin to Ionic I use this code ionic cordova plugin add cordova-plugin-inappbrowser npm install @ionic-native/in-app-browser To update the same plugin do I have to run these...
View ArticleRes.ionic.io not running?
core-js@3.6.4 postinstall /Users/journey/IdeaProjects/kundenapp/apps/si/node_modules/@angular-devkit/build-angular/node_modules/core-js node -e “try{require(’./postinstall’)}catch(e){}” added 1991...
View ArticleRes.ionic.io not running?
Hello! This is expected. Please update your CLI and use the local resource generator. This has been added since v5. npm uninstall ionic -g npm install @ionic/cli -g The Ionic Blog – 4 Jun 19 Ionic CLI...
View ArticleGoogle Maps inconsistently displaying in Ionic app on Android device
I am adding Google Maps Javascript to my ionic app below. The map is displaying as expected when I run ionic serve , However, when I try to run on my android device using below commands, the map is...
View Article