Re: Ionic or CodeIgniter Programming Mobile Development by alan.davies Ionic is frontend and codeigniter is backend. Use both if you … to. Or neither. //edit Didn't want to sound flippant. Ionic is where you chose interactive actions and style/look. Codeigniter… Ionic Camera problem Programming Mobile Development by SimonIoa …I try to use both `import { MediaCapture, Camera, CameraOptions } from 'ionic-native';` home.ts import { Component, ViewChild } from "@angular/core…"; import { NavController, App, AlertController } from "ionic-angular"; import { AuthService } from "../../providers/auth-service"… Ionic Audio Script Programming Mobile Development by SimonIoa …;@angular/core"; import { NavController, App, AlertController, Platform } from "ionic-angular"; import { Common } from "../../providers/common"; import…;/ion-item> </ion-list> i am doing `ionic serve` and i am getting `Runtime Error this.audio is… Ionic ngfor problem. Programming Mobile Development by SimonIoa …/core"; import { NavController, App, AlertController } from "ionic-angular"; import { AuthService } from "../../providers/auth-service"…"../../providers/common"; import { Camera, CameraOptions } from "@ionic-native/camera"; @Component({ selector: "page-home", templateUrl… Re: Ionic 3 and Angular 4: Compatible framework for Ios and Andorid? Programming Mobile Development by hericles … that well, it's easy to pick up. Using Ionic will mainly come down to running some commands on the… that kind of thing plus, possibly using some of the Ionic controls in your HTML. They are very compatible with iOS… but you should probably understand the difference between how Ionic compiles an app (essentially into a webview inside an app… Ionic data is null Programming Mobile Development by SimonIoa Hello i have a Ionic Angular project. I haven't changed any of my files and i am getting an error `data is null` after `ionic serve` That means that i can't connect to my database. I havent made any changes on the database or change any of my files. Any help? Re: Ionic data is null Programming Mobile Development by SimonIoa …/core'; import { Nav, Platform, App, MenuController } from 'ionic-angular'; import { StatusBar, Splashscreen } from 'ionic-native'; import { TabsPage } from '../pages/tabs/tabs'; import… Ionic or CodeIgniter Programming Mobile Development by SimonIoa Hello i want to create an app -not native- to work with iOS, Android, and Windows. I am working with Ionic Framework to do that. A programmer told that i should use CodeIgniter because i am good with PHP. Whats your opinion about Ionic and CodeIgniter? Re: Ionic 3 and Angular 4: Compatible framework for Ios and Andorid? Programming Mobile Development by SimonIoa … i got it. I've downloaded an example app using Ionic Angular. How should i test and edit it? I have… Node.JS and use the commands to install the latest ionic and Angular npm install -g @angular/cli ng new PROJECTNAME… Re: Ionic 3 and Angular 4: Compatible framework for Ios and Andorid? Programming Mobile Development by hericles … you say yes to both, use it. For any Angular/Ionic project you can go into the root folder and run… the command to send it to the browser, using either 'ionic cordova ...' or 'npm ....' for whichever way you initially set it… Re: Ionic data is null Programming Mobile Development by SimonIoa But other projects i use on localhost work just fine. Only my Ionic project with authservice doesnt work. WHt should i check first? Re: Ionic or CodeIgniter Programming Mobile Development by SimonIoa He confused me because he said that i shall use CodeIngiter instead of Ionic. I knew that there are not something of the same to choose from Re: Ionic or CodeIgniter Programming Mobile Development by SimonIoa @alan.davies angular. I use an PHP api provider to connect the Ionic project to my database. Why should i use CodeIgniter as a backend? Thats what confused me Ionic Creator Programming Mobile Development by SimonIoa Hello has anyone build an app using Ionic Creator? Re: Ionic Creator Programming Mobile Development by rproffitt The answer to your question is yes. Folk have done such. Can you ask a deeper question like "How does Ionic Creator handle my dozen different platforms and screen rotation?" My look into this one found it lacking. Not bad for a quick thing but for a quality app, I'm back to Android Studio. Re: Ionic Creator Programming Mobile Development by rproffitt …://developer.android.com/guide/topics/ui/settings.html#PreferenceHeaders While Ionic looks to be fast, it's also leaving much behind… Re: Ionic Creator Programming Mobile Development by rproffitt Your app will work on your gear and the machines you test on. Three are long debates about the end of Flash or not which I won't repeat or enter. I shared why Ionic doesn't work for me but maybe it will work for you. ionic newbie issue with ng-show Programming Web Development by BenWard Hi Guys, I've been playing around with Angular and Ionic tutorials and I'm attempting to put together things I'… Ionic linking with PHP and MySQL Programming Databases by Ashley_12 I am using the Ionic framwork for the mobile app and Bootstrap for the web app, this has been set by my University as what we have to use, so we can't change them, but is there a way to link the data base to both services? Thanks in advance Ashley Re: Ionic linking with PHP and MySQL Programming Databases by rproffitt I didn't look at Ionic but to merge the data from two systems I'd use a database to host the shared data. My choice over the years has been MySQL so here's that google. https://www.google.com/search?q=bootstrap+database+connection So yes, bootstrap talks SQL so there's your common data area. Ionic 3 and Angular 4: Compatible framework for Ios and Andorid? Programming Mobile Development by SimonIoa Hello how do you feel about Ionic 3 and Angular 4 frameworks? Are they compatible with Ios? Do i need to know Java to use them? Re: Ionic 3 and Angular 4: Compatible framework for Ios and Andorid? Programming Mobile Development by Janet_4 Hey, I tottaly agreed with @hericles. Thanks for the sugesstions Man! Yes, ionic 3 and angular 4 probably compatiable with ios and you don't need java for that. For more knowldge, https://viitorcloud.com/ Cheers! Ionic - Passing Data to another page Programming Mobile Development by SimonIoa ….uid }); userProfile.ts mport { NavController, App, AlertController, MenuController, NavParams } from “ionic-angular”; export class UserPage { public uid: string; constructor( public common… Ionic - SearchBar with Mysql Script Programming Mobile Development by SimonIoa Hello i made a ionic searchbar script returns the items[] ok but i want to … Re: Ionic - Pass value on another page Programming Mobile Development by rproffitt I think you asked this 9 months ago. Doesn't matter. Maybe folk are not replying since https://www.google.com/search?q=Ionic+-+Pass+value+on+another+page seems to find priors. Re: Runtime Error in Ionic App Programming Mobile Development by SimonIoa …on package.json and angular.core is installed, also ionic/native@core is installed and rxjs too. I … didn't solved it too npm WARN @ionic-native/media@4.5.2 requires a peer of….2.0 but none is installed npm WARN @ionic-native/media@4.5.2 requires a peer of… @angular/core but none is installed npm WARN @ionic-native/media@4.5.2 requires a peer of… Runtime Error in Ionic App Programming Mobile Development by SimonIoa Hello, i am trying to do an Ionic app and i am getting an error. Any suggestion? Runtime …/core'; import { NavController, Platform } from 'ionic-angular'; import { Media, MediaObject } from '@ionic-native/media'; import { File } from '@ionic-native/file'; @Component({ selector: 'page… Re: Runtime Error in Ionic App Programming Mobile Development by SimonIoa …/core'; import { NavController, Platform } from 'ionic-angular'; import { Media, MediaObject } from '@ionic-native/media'; import { File } from '@ionic-native/file'; @Component({ selector: 'page… Re: Runtime Error in Ionic App Programming Mobile Development by rproffitt It sounds like you need to get back to Ionic support. Also the install command you shared doesn't match what I read at https://www.npmjs.com/package/@ionic-native/core Re: Runtime Error in Ionic App Programming Mobile Development by rproffitt Now you make me worry that Ionic has blown their installer up. Get to the authors there and ask what's going on.