Posts by Tânia Sequinho • 120 points
9 posts
- 
		1 votes1 answer73 viewsA: Problem in Cordova buildCheck that the build.bat file is actually in the directory C: test android Platforms Cordova; If yes: try to eliminate the platform by doing Cordova Platform rm android in the Console, then add… apache-cordovaanswered Tânia Sequinho 120
- 
		1 votes1 answer202 viewsQ: window.location.href does not work on Windows PhoneI have an application made in Cordova that uses window.location.href to transfer two values between pages. Everything works fine on Android, iOS and even IE, but when I test directly on Windows… 
- 
		0 votes2 answers449 viewsA: Barcode Scanner for iOS, Android and Windows Phone (Phonegap)I finally got the three operating systems working of this tutorial. The final project was what helped me the most, for anyone who might be in the same trouble, you can find it here.… 
- 
		0 votes1 answer60 viewsQ: Has anyone already managed to integrate the card.io plugin into a Cordova project for android?I’m trying to make a plugin integration Card io. on a Cordova project for Android and the only reservoir I found was this and the instructions are not consistent with zip (namely the name of one of… 
- 
		2 votes1 answer2118 viewsQ: How to fill an xml (request of a WS SOAP) with JavascriptI have an Ajax function doing a POST for a SOAP webservice and I need to insert values into the request XML elements based on what the page user inserts into an input text. How can I do that? My… 
- 
		1 votes1 answer111 viewsA: How to overcome Same-Origin Policy and consume a SOAP webservice with JavascriptI managed to solve the problem. To achieve this we had to make a change to the webservice project, allowing CORS in Jboss. You can read about the change we made here.… 
- 
		3 votes1 answer111 viewsQ: How to overcome Same-Origin Policy and consume a SOAP webservice with JavascriptI’m building a mobile app using Phonegap for iOS, Android and Windows Phone and need to connect to a SOAP webservice for various app features. I have tried to do it using Ajax, but I always have the… 
- 
		1 votes2 answers449 viewsQ: Barcode Scanner for iOS, Android and Windows Phone (Phonegap)Good morning, I’ve been looking for months for a plugin or function that allows me to scan a barcode through my app developed in Phonegap for iOS, Android and Windows Phone. Does anyone know of a… 
- 
		1 votes1 answer1155 viewsA: Barcodescanner at Phonegap/Cordova?I was working with André in the search for this plugin, so (and for future searches) I share here the only plugin I found and that worked on Android: Phonegap Barcode Scanner Plugin with Eclipse and…