Newbie: "ionic start" already failing with 404 (node-sass not found)
Yeah, we suggest in our setup docs that folks install LTS version of Node for this reason. The speed at which node can move/upgrades makes depending on Node9 pretty crazy. Constant updates make it...
View ArticleAdd Android emulator parameters to ionic cordova emulate command
For some reason the Android emulator does not rout to my local machine properly. As a work around I have to use the following commands to get live reload functionality in the emulator. ionic cordova...
View ArticleEXC_BAD_ACCESS in main.m
By running ionic cordova build ios, then running the app on device via Xcode, i get this error on app startup: UIApplicationMain(argc, argv, nil, @“AppDelegate”); Thread 1: EXC_BAD_ACCESS (code=1,...
View Article[SOLVED] Unexpected token
I had this problem, i took all my code to a new starter, and you know what, everything is ok, without crosswalk. So i you can you should do that, maybe there is one change we couldn’t figure out.
View ArticleDont work HTTP module
It all the same does not solve a problem, even having made all under the instruction (Can that that with my code not so?
View ArticleIs there a simple way to set cursor: pointer on (tap) items?
The problem: I want everything in my app that has a (tap) event handler to also have cursor: pointer css applied to it. I’ve done this in ng1 apps because the event doodad typically left an attribute...
View ArticleApache Cordova (PhoneGap) vs Ionic?
Hello Ionic Users. What do you guys think about Apache Cordova / Phone Gap? I know Ionic is based on Apache Cordova CLI… but two are not entirely same. I feel that Apache Cordova is much lighter...
View ArticleIONIC 3 - WKWebview CORS issues
In order to solve statusbar issues in IOS 11, IONIC team has become the WKWebview as default in the recent release. Since then, I am having CORS issues… I have tried many ways to sort this out, but...
View ArticleSolved: "ionic start" already failing with 404 (node-sass not found)
Downgrading did the job - thanks for the quick replies!
View ArticleIonic app on desktop using electron
My question: if you can build a desktop app with Ionic & Electron, what kind of desktop app is this going to be? is it going to be a regular software which can be installed using .exe file? or is...
View ArticleBrowser build doesn't work anymore
jfan29: Error: Uncaught, unspecified “error” event. (The platform “browser” does not appear to be a valid cordova platform. It is missing API.js. browser not supported.) I Hope this helps anyone in...
View ArticleUse custom javascript / third party javascript inside a provider
was the 3rd party an NPM package?
View ArticleIonic app on desktop using electron
Yes, you can build it out to an exe. It supports multiple platforms: ourcodeworld.com How to build (publish) a release (distribution) of an Electron Application with... Learn how to build a...
View ArticleFile.readAsText never resolves
@seevoovapp, like this; this.http.get(yourFile) .map((res: Response) => res.text()) .subscribe(data => { // data is the content of your file //do something with it }, error => {...
View ArticleError npm install -g cordova ionic
C:\Users\Lugo>npm install -g cordova ionic npm WARN deprecated node-uuid@1.4.8: Use uuid module instead C:\Users\Lugo\AppData\Roaming\npm\cordova ->...
View ArticleCan't get data from cordova sqlite
What I simply try to do is getting data back from sqlite db. import { Component } from '@angular/core'; import { NavController, NavParams } from 'ionic-angular'; import { SQLite, SQLiteObject } from...
View ArticleApache Cordova (PhoneGap) vs Ionic?
Ionic is the equivalent to this part in your “Apache Cordova” section: jamesharvey: JQuery Mobile, Javascript, HTML5, CSS3 So you if you decide to use Ionic, you chose your “UI Framework” - a Angular...
View ArticleUse custom javascript / third party javascript inside a provider
gischy: this solutions seems to work inside page but not inside a provide What’s the error you are getting?
View Article