<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap">
    <title>gmane.comp.handhelds.phonegap</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48829"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48828"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48827"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48826"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48825"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48824"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48823"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48822"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48821"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48820"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48819"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48818"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48817"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48816"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48815"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48814"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48813"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48812"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48811"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48810"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48829">
    <title>Updating read-only Android app</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48829</link>
    <description>&lt;pre&gt; 

So, I've been looking in to different options now for months, but I still 
haven't found the right one for my question. What's the best way to update 
a read-only Phonegap app, that primarily is ment for offline use?

Additional question: how can I update images that need to be visible when 
the app is offline?

&lt;/pre&gt;</description>
    <dc:creator>Anneleen Vaes</dc:creator>
    <dc:date>2013-05-19T16:22:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48828">
    <title>Re: Dialer!!! call function</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48828</link>
    <description>&lt;pre&gt;Write a plugin.

http://docs.phonegap.com/en/2.7.0/guide_plugin-development_index.md.html#Plugin%20Development%20Guide

Simon

On Saturday, May 18, 2013, Beker wrote:



&lt;/pre&gt;</description>
    <dc:creator>Simon MacDonald</dc:creator>
    <dc:date>2013-05-19T15:36:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48827">
    <title>PhoneGap 2.4 Android - quality parameter ignored selecting video via getPicture</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48827</link>
    <description>&lt;pre&gt;Hi&amp;lt; at &amp;gt;all,

I seem to run into an issue/bug when using PhoneGap 2.4 on Android (tested 
on 4.0.4 ICS).

When selecting a video via the getPicture method it seems that the quality 
parameter is ignored and the video is not recompressed:

                var options = {quality: 60};

                options["sourceType"] = 0;

                options["destinationType"] = 
navigator.camera.DestinationType.FILE_URI

                options["correctOrientation"] = true;

                options["allowEdit"] = true;

                options["mediaType"] = 1;

                options["saveToPhotoAlbum"] = true;

                options["popoverOptions"] = { x : 224, 

                                              y :  893,

                                              width : 320,

                                              height : 480,

                                              arrowDir : 
Camera.PopoverArrowDirection.ARROW_DOWN //ARROW_ANY

                                            };
I am using the same &lt;/pre&gt;</description>
    <dc:creator>Alex Wilhelm</dc:creator>
    <dc:date>2013-05-19T11:36:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48826">
    <title>Re: 2.7 on Android, inappbrowser show prompts (deviceinfo, networkstatus, app, gap_poll)</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48826</link>
    <description>&lt;pre&gt;Here is a screen capture of this issue (Device is in spanish):

&amp;lt;https://lh4.googleusercontent.com/-c936Wqe2rJY/UZiut-vkP9I/AAAAAAAAAB4/A97W6NCIEl0/s1600/Screenshot_2013-05-19-12-50-59.png&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>litiobat</dc:creator>
    <dc:date>2013-05-19T10:51:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48825">
    <title>2.7 on Android, inappbrowser show prompts (deviceinfo, networkstatus, app, gap_poll)</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48825</link>
    <description>&lt;pre&gt;Hi!

First time using "inappbrowser" on phonegap 2.7.0 (I used phonegap for the 
last year, always ok):


&amp;lt;script&amp;gt;
function vpf() {
var ventan = window.open('http://www.google.es', '_blank', 'location=no');
}
&amp;lt;/script&amp;gt;

And always show many prompts "The page file:// says" with data request, 
like "deviceinfo", "networkstatus"...

It's a bug or I'm doing anything bad?

Thank you!!

&lt;/pre&gt;</description>
    <dc:creator>litiobat</dc:creator>
    <dc:date>2013-05-19T10:28:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48824">
    <title>Re: Strange Issue Phonegap/Android "html interface looks freeze"</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48824</link>
    <description>&lt;pre&gt;Hi Luis,

Did you got any solution for your issue please update i am facing the same 
issue.

Regards

On Wednesday, 19 December 2012 14:59:02 UTC, LuisPinto90 wrote:

&lt;/pre&gt;</description>
    <dc:creator>Ahsan ullah</dc:creator>
    <dc:date>2013-05-19T00:58:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48823">
    <title>Re: Geoloqi with PhoneGap</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48823</link>
    <description>&lt;pre&gt;&amp;lt; at &amp;gt;deepanaresh  - Have you made any progress regarding geoloqi and Phonegap 
?  I am also interested.

thanks!

&lt;/pre&gt;</description>
    <dc:creator>Matias Barletta</dc:creator>
    <dc:date>2013-05-18T16:25:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48822">
    <title>Contacts API</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48822</link>
    <description>&lt;pre&gt;Hello,
can any one help and tell me why do I get "Unknown chromium error: -6" when 
I run the code in 
file:///D:/phonegap-2.6.0/doc/cordova_contacts_contacts.md.html#contacts.find
thanks in advance .

&lt;/pre&gt;</description>
    <dc:creator>MOtasem Alwazir</dc:creator>
    <dc:date>2013-05-18T13:54:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48821">
    <title>Re: Here is a working phonegap sqlite application example/tutorial for you to use</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48821</link>
    <description>&lt;pre&gt;after launch in simulator ios, can enter data, but nothing happen when 
click . not save/cant retrieved.

On Monday, 21 February 2011 03:10:37 UTC+8, Dean-O wrote:

&lt;/pre&gt;</description>
    <dc:creator>fakhrul zakry</dc:creator>
    <dc:date>2013-05-18T10:08:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48820">
    <title>Phonegap folder structure for building app</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48820</link>
    <description>&lt;pre&gt;Hii

i am using phonegap in eclipse to create mobile apps. But i dont know what 
is the folder structure for making an app through Phonegap build service. 

Should i use eclipse folder structure or any custom folder structure.

Plz help...

&lt;/pre&gt;</description>
    <dc:creator>bibudha ranjan</dc:creator>
    <dc:date>2013-05-18T14:12:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48819">
    <title>Canvas Support in Cordova</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48819</link>
    <description>&lt;pre&gt;I am completely new to Cordova and was looking how this could be
leveraged to create an application I need right now.

I need to have a drawable region in my application through which I
could accept the user drawn gestures to an image file to be stored in
my device locally. This seems to be doable with simple javascript and
Canvas. Is there any api from the framework which could make the job
easier ?

Some pointers to sample application would be really helpful.

Thanks

&lt;/pre&gt;</description>
    <dc:creator>Arun</dc:creator>
    <dc:date>2013-05-19T03:30:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48818">
    <title>want to run js file as background service please help urgent</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48818</link>
    <description>&lt;pre&gt;
    var user_id;
    var inlatitude;
    var inlongitude;

$(document).ready(function(){
        //check_availability();
        
         window.startService();
        //window.direct.
        
         alert("abeeeeeee");
        var myservice = cordova.require('cordova/plugin/myservice');
                var int =setInterval(startService,200000);
            //    startService();
        //alert(userid1);        
                
});
    function startService() {
          alert("whats upp dude");
      var calca =  setInterval(check_availability4,20000);
    return(calca);
  
     }

 function check_availability4()            //check username, password and 
fetch user id
{ 
        navigator.geolocation.getCurrentPosition(onSuccess, onError);
}
function onSuccess(position) 
{ 

var userid1 = localStorage.getItem('user_id');


     console.log("yo yo man"+userid1);
    

    var inlatitude= position.coords.latitude ;
    var inlongitude =position.coords.longitude;
    
    $.ajax({                // ins&lt;/pre&gt;</description>
    <dc:creator>aseem b</dc:creator>
    <dc:date>2013-05-19T05:32:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48817">
    <title>Phonegap 2.7 - IOS - File Transfer fails on device</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48817</link>
    <description>&lt;pre&gt;I'm new to PhoneGap , IOS and developing app with JQM. I'm trying to 
download file using File Transfer API. Everything works on simulator but 
fails on device (Ipad (Version 5.0.1). Not sure whats going on.

2013-05-19 03:27:53.754 [288:707] -[CDVFileTransfer download:] [Line 350] 
File Transfer downloading file...
2013-05-19 03:27:57.238 [288:707] File Transfer Finished with response code 
200
2013-05-19 03:27:57.239 [288:707] -[CDVFileTransferDelegate 
connectionDidFinishLoading:] [Line 487] Write file 
/var/mobile/Applications/613D363A-64D5-4264-9532-1EFEABE0F58A/tmp2980.jpg
2013-05-19 03:27:57.243 [288:707] *** Terminating app due to uncaught 
exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary 
setObject:forKey:]: attempt to insert nil value (key: body)'
*** First throw call stack:
(0x37e6a8bf 0x379b61e5 0x37e6a7b9 0x37e6a7db 0x37dd76bb 0x409b5 0x4190d 
0x351c5c39 0x3511d6e9 0x3511d6b3 0x3511d5d5 0x33c328a5 0x33c27545 
0x33c27243 0x33c27179 0x37e3eb03 0x37e3e2cf 0x37e3d075 0x37dc04dd 
0&lt;/pre&gt;</description>
    <dc:creator>kinimatt-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-18T22:03:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48816">
    <title>Having issues with 2.7.0 and Jquery Mobile: Cannot find file 1gap_exec?</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48816</link>
    <description>&lt;pre&gt;When I look in my web browser console when developing I see it gets a 404 
error on the file 1gap_exec?.

I searched for answers here and found that if you change the line in the 
cordova.js file from:


to: 



it will fix it. Problem is my file is already like 
execXhr.open('HEAD', "/!gap_exec", true);

Does anyone know how to fix this?

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>MeltingDog</dc:creator>
    <dc:date>2013-05-19T03:36:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48815">
    <title>Webintent plugin not working PG 2.7</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48815</link>
    <description>&lt;pre&gt;Upgrading to 2.7 has thrown up many errors on all the plugins I have used. 
 Mostly its was just a matter of changing importorg.apache.cordova.api.plugin to 
import org.apache.cordova.api.CordovaPlugin and working through the changes 
shown here to change a few other references&amp;lt;https://github.com/apache/cordova-android/commit/205215d409c4f75e958a9c09c0b4a38bd9a859ac&amp;gt;. 
 This was the case for the web intent plugin but I am left with one error 
which I dont know what to do with.  The line  this.success(result, 
this.onNewIntentCallback); which in other plugins I've managed to keep 
working by changing to *this.callbackContext.success(result);* but it wont 
work when I pass in result, Eclipse says there is still an error and wont 
compile.

---- Full plugin code ---

package com.borismus.webintent;

import java.util.HashMap;

import java.util.Map;


import org.apache.cordova.DroidGap;

import org.json.JSONArray;

import org.json.JSONException;

import org.json.JSONObject;


import android.content.Intent;

impor&lt;/pre&gt;</description>
    <dc:creator>Clawg</dc:creator>
    <dc:date>2013-05-19T01:17:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48814">
    <title>Re: Phonegap 2.7 and Ripple</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48814</link>
    <description>&lt;pre&gt;I'm getting the error with 2.7 on Ripple too.


   1. Uncaught SyntaxError: Unexpected token &amp;lt; cordova-2.7.0.js:6816&amp;lt;http://192.168.1.136:8888/sites/NZPost/app-android/NZ%20Post/assets/www/cordova-2.7.0.js&amp;gt;
      1. xhr.onload
      

On Sunday, 19 May 2013 04:05:09 UTC+12, Raymond Camden wrote:

&lt;/pre&gt;</description>
    <dc:creator>Clawg</dc:creator>
    <dc:date>2013-05-19T01:06:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48813">
    <title>Re: phonegap and Jquery Mobile</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48813</link>
    <description>&lt;pre&gt;It occurs in both orientations on multiple virtual devices.  The point 
about the orientations was that as soon as I change the orientation, 
everything is fine.  In other words, the problems is just with the initial 
display,  It seems like it doesn't have the right screen size, and displays 
everything wrong.  Any ideas?


On Friday, May 17, 2013 5:37:25 PM UTC-4, Kerri Shotts wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marc</dc:creator>
    <dc:date>2013-05-18T21:37:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48812">
    <title>Re: Phonegap version that supports iOS 4.3?</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48812</link>
    <description>&lt;pre&gt;Oh Ok. I guess I will just have to start developing for iOS 5+ instead. 
Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Johney Choi</dc:creator>
    <dc:date>2013-05-18T18:49:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48811">
    <title>Re: App Fails validation phonegap 2.7.0</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48811</link>
    <description>&lt;pre&gt;ok well for me, it's AdMob, even after i upgraded to their latest version. 
 After removing admob, it is ok now.

I read online to do the grep in the binaries, and only phonegap was showing 
a result, I have no idea why.

Anyways, this is working now for me

thanks

On Thursday, May 16, 2013 7:17:13 AM UTC-4, npsan...-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org wrote:

&lt;/pre&gt;</description>
    <dc:creator>Tim Girard</dc:creator>
    <dc:date>2013-05-18T16:56:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48810">
    <title>Phonegap 2.7 and Ripple</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48810</link>
    <description>&lt;pre&gt;Noticed something odd. I've got a simple app I'm testing with Ripple. If I 
copy the cordova.js file from 2.7, it will not work properly in Ripple 
(reports a syntax error in the JS file). Copying cordova.js from 2.6 works 
fine. Can anyone else confirm this?

&lt;/pre&gt;</description>
    <dc:creator>Raymond Camden</dc:creator>
    <dc:date>2013-05-18T16:05:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48809">
    <title>Re: Dialer!!! call function</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.phonegap/48809</link>
    <description>&lt;pre&gt;Hey thanks for answering ! i know that code and it is what i need!

Intent call = new Intent(Intent.ACTION_DIAL);
call.setData(Uri.parse("tel:" + abcs);startActivity(call);

but is there anyway to call this intent via phonegap?!

when i read my question over again i saw i didnt actually mention that this is a small part of my app that is already in phonegap


On Saturday, May 18, 2013 12:03:07 AM UTC+3, Kerri Shotts wrote:

 See 

&lt;/pre&gt;</description>
    <dc:creator>Beker</dc:creator>
    <dc:date>2013-05-18T13:52:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.handhelds.phonegap">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.handhelds.phonegap</link>
  </textinput>
</rdf:RDF>
