ionic

Crash Flashlight by the camera

I am needing to leave the flash on continuously when opening the camera. I'm using the ionic framework for APP development. B ... the same problem. I want to know if anyone knows how to fix this problem, or know another solution to leave continuous flash.

Does not load splash for iOS in Phonegap Build

Hello, I have tried in several ways to build an app for iOS using the PhoneGap build. The app is generated normally. First ... href="itms-apps:*" /> </platform> </widget> Anyone have any tips on how to make it work? Thanks.

Click on an item and send to the specific page

I'm new to ionic and wanted a tip from you . I have a fixed list in my app with the services it has after creating this list ... {nome:'barco'}, {nome:'aviões'}, ]; } goToPage() { this.opcoes[0] = this.navCtrl.setRoot(carro); }

Random background images with AngularJS

I am using AngularJS with Ionic to make an app. On certain screen, I need to display a random image. I searched a lot here an ... pg', 'dasd.png' ]; $('#elementID').css('background','url('+backgrounds[Math.random()*10]+')');

Find nearby restaurants registered in the database through google maps

I'm in need of some help. I have a PHP system with a mysql database with several Registered restaurants, with fields such as: ... it is possible through the Google maps api to make an application like this: http://www.starbucks.com/store-locator/search/?

How to pick up the mobile number in ionic using cordova or phonegap

I'm developing an app and I need to pick up the phone number. I searched a lot on the internet and couldn't find much. One of ... sapn> <p id="simInfo"></p> </ion-content> </ion-pane> </body> </html>

Plugin InAppBrowser not working (Unknown provider)

I have the following code: <input type="text" id="input-url" name="input-url" placeholder="URL do Servidor"> <butt ... e to validate whether the URL is valid or not before loading an invalid page for the user. Any idea what might be happening?

How to do by clicking on the ok of the alert, only then go to another page?

Good Guys, I'm learning ionic now in college, and I would like to know if it is possible, in an alert, to make it only after ... text: 'Sim', handler: () => { console.log('Clicou no Alterar'); } } ] }); alert.present(); }

Redirection to external Link

Good afternoon. When I open an external page from a link in my ionic app, does it render in the common browser or the app's own webview? If it is rendered in the webview itself, how could I get it to open the browser or something like that?

When not writing anything ,it does not appear " enter a name"

I'm messing around with an application made in Ionic. In it, when I search for a photo in Google and select it, the name fiel ... </div> </div>--> </div> Someone do you know how to solve this problem?

Ionic / OneSignal - error changing default notifications icon

I've been trying for some time to change the default OneSignal notifications icon using Ionic, but so far, to no avail. I fo ... <app-root>/platforms/android/res everything works normally, but without the icon I need to insert in the notifications.

Create rotating banner with AngularJS?

I am trying to create a rotating banner with AngularJS. I want the acada 1 minute to be drawn a position of an array of image ... ;div class="bar bar-footer bar-balanced" ng-controller='BannerAnuncios'> <img ng-src={{banner}}> </div>

Convert image to base64 with IonicFramework

Is there any library that allows converting images to base64 with the Ionic framework ? I tried to use the angular-base64-u ... rks: I want to get the uploaded image both from the camera with the Cordova , as well as the image gallery of Android .

How to save Base64 in ImageFiled Django/data: image/jpeg; base64,?

I'm trying to save a base64 image in my model, but not succeed. My code is; Model: class Image(models.Model): img = ... R46pSILZeLlcygCR16ZbvCMCLHZckMtJStN1Q9jixYpU4Q1Dlkw4PUXFoeX9y3VHmJyWkf1J7VixYpT8g63cecoUATZOLFiywI/9k= Can anyone help me?

Change app icon after installed - IONIC

I'm developing an APP in ionic 1.x and I would like to know if it is possible to change the app icon after it installed on the user's mobile. I saw some solutions but all in native code of your devices. Does anyone have this knowledge?

What is the difference between Apache Cordova and Ionic?

I have some doubts regarding Apache Cordova and Ionic. Both, to me, seem the same thing with the same purpose, to allow the c ... ce between Apache Cordova and Ionic? What does it do with that one is dependent on the other to create applications hybrids?

Ionic emulate-error running on machine with AMD processor

When I try to give the ionic emulate android gives the following error: Emulator: Requested console port 5584: Inferri ... e to ionic and ended up bumping into the same error. I use a Windows 7 Professional SP1 machine with AMD 64-bit processor.

Open Google maps app via link by ionic 3

I need to make a link that opens external app of google maps on android and ios (apple maps) that opens with marker in a cert ... ap</a> The problem with this code is that I don't know how to format the location. Has anyone ever been through this?

Difficulty navigating between views using Ionic Framework

I recently started in Ionic, and I think that as a beginner doubt, I'm having doubts about opening pages, IE, navigate betwee ... board.disableScroll(true); } if(window.StatusBar) { StatusBar.styleDefault(); } }); }) Home

Ionic-problems pulling data from PHP database

Hello, I would like to know how I can pull the data from the database already with the tags in html. I pucho the data and th ... ;/p> And wanted him to show: example example example example Type already with html tags worked, can anyone help me ?