Questions tagged as 'apache-cordova'

0
answers

Why onsen slide menu does not open?

I have a mobile application that I'm developing on phonegap with onsen and I have a page where I have the component <ons-sliding-menu> but when I click on the button open that menu does not open nothing happens I do not know what it...
asked by 19.06.2015 / 22:48
2
answers

Variable value undefined js

I'm developing a mobile application with the cord, in the mobile version there is a BD that is checking if there is any change in the BD online, if there is an update on the mobile phone, follow my code below: var serviceURL = "http://projeto....
asked by 07.07.2015 / 15:08
1
answer

Mobile application with error

I'm developing an application using Apache Cordova + JQuery mobile. At some point I'm doing the following: var nome = $("#txtNome").val(); var sobrenome = $("#txtSobrenome").val(); var sexo = $("#selectSexo").val(); var email = $("#txtEmail")....
asked by 26.04.2015 / 22:54
1
answer

Is it possible to create a multiplatform hybrid application with PhoneGap?

With the advent of creating mobile applications for various platforms using PhoneGap, as an example, I found on the Adobe PhoneGap website the chance to create a hybrid app using both native components of the chosen mobile platform and Cordova co...
asked by 13.10.2015 / 01:37
1
answer

Phonegap / Connection with MySql Remote without PHP

I would like to make a connection to a remote MySQL database through an application compiled for Phonegap without the need to use PHP. The bank would not be inside the device but the network on which the device is connected. Some websites say...
asked by 16.09.2014 / 18:34
2
answers

Transform text from string to image

Hello, I'm developing an app, and at some point I need to get a string that contains data from a voucher and turn that text into an image of the voucher and then share that image via whatsapp. I've never done anything like that and after some tim...
asked by 19.02.2017 / 19:26
1
answer

Installing IOS application without having to go into the store

Is it possible to install an IOS application without going into the store? So how can I just download .apk and install on android? An example of what I'm talking about: link If you access the link and click on download it will ask if you...
asked by 30.11.2016 / 20:32
1
answer

InAppBrowser plugin does not work (Unknown provider)

I have the following code: <input type="text" id="input-url" name="input-url" placeholder="URL do Servidor"> <button class="button button-block button-dark" ng-controller="AppCtrl" ng-click="openBrowser()">Definir</button>...
asked by 21.06.2016 / 15:57
2
answers

How to emulate an iOS application on Windows with PhoneGap?

Recently I'm developing applications in Windows 8 using the PhoneGap Framework. However, I want to know, how can I emulate the iOS application on my Windows operating system? Is it possible to do this without having to use Hackintosh?     
asked by 26.02.2014 / 18:07
1
answer

Ionic 1: Error compiling for iOS - [ERROR] An error occurred while running cordova build ios (exit code 1)

I'm compiling for the first time on the Mac, for the iPhone, when I type the command to compile: cordova build ios The error appears: [ERROR] An error occurred while running cordova build ios (exit code 1). I do not know what I'm doing...
asked by 25.10.2017 / 19:58