<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Quote:Paul F. (Intel) wrote: in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065942#M56180</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Paul F. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;In general, the problem you are describing is caused by either a whitelist issue or a CSP rules issue. To get a handle on it, I recommend you try debugging a built app using remote CDT. See this page for some help &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Sir i have analysed that i have put alert for debugging .All data are display in alert and in div tag.I used datalist with text box for autocomplete.I thought that it is problem with datalist , but it's working fine in chrome browser.Please help me .Code Snippet as below&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Jquery&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;$("#doc_search").keyup(function(e) {
             var val=$(this).val();
             //alert(val);
             $.get('doctor_loading.php',{val:val},function(response){
             //alert(response);
               $(".doctor_list").html(response);
              });
        });&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&lt;SPAN style="font-size: 13.008px;"&gt;HTML&lt;/SPAN&gt;

 &amp;lt;input type="text" class="form-control" id="doc_search" list="doctor_list" name="doc_search" 
&amp;lt;datalist id="doctor_list" class="doctor_list"&amp;gt;
         
 &amp;lt;/datalist&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2017 05:49:12 GMT</pubDate>
    <dc:creator>kulkarni__sameer</dc:creator>
    <dc:date>2017-03-30T05:49:12Z</dc:date>
    <item>
      <title>Loading some data from database using $.post method through webapp not working</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065938#M56176</link>
      <description>&lt;P&gt;I built app using Inappbrowser plugin that accessing &amp;nbsp;dynamic page from server , within &amp;nbsp;page i am having &amp;nbsp;text box loading doctors list from server.I am loading doctors name using $.post method, it's loads &amp;nbsp;when page open in chrome browser and in xdk emulator but it's showing undefined index val error in actual app on mobile.I have attached two screenshots.Please help me .&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Sameer kulkarni.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 12:32:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065938#M56176</guid>
      <dc:creator>kulkarni__sameer</dc:creator>
      <dc:date>2017-03-25T12:32:18Z</dc:date>
    </item>
    <item>
      <title>You probably have a Cordova</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065939#M56177</link>
      <description>&lt;P&gt;You probably have a Cordova whitelist problem. See this doc page for some help &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk&lt;/A&gt; &amp;lt; and also be sure to read the inAppBrowser doc page for any limitations there that may be imposed by that plugin &amp;gt; &lt;A href="https://github.com/apache/cordova-plugin-inappbrowser" target="_blank"&gt;https://github.com/apache/cordova-plugin-inappbrowser&lt;/A&gt; &amp;lt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 17:37:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065939#M56177</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-27T17:37:08Z</dc:date>
    </item>
    <item>
      <title>Quote:Paul F. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065940#M56178</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Paul F. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You probably have a Cordova whitelist problem. See this doc page for some help &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk"&gt;https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-...&lt;/A&gt; &amp;lt; and also be sure to read the inAppBrowser doc page for any limitations there that may be imposed by that plugin &amp;gt; &lt;A href="https://github.com/apache/cordova-plugin-inappbrowser"&gt;https://github.com/apache/cordova-plugin-inappbrowser&lt;/A&gt; &amp;lt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;As per your suggestion . i made changes to Network whitelist .still it's showing same error 'undefined index val'.I am using two more $.post method in jquery , these are working fine.only causes problem which used within keyup event , but it is working fine in simulate tab and in external web browser.Please tell me is anything to change still .Please it is very necessary to me&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Sameer Klkarni&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:14:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065940#M56178</guid>
      <dc:creator>kulkarni__sameer</dc:creator>
      <dc:date>2017-03-29T11:14:50Z</dc:date>
    </item>
    <item>
      <title>In general, the problem you</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065941#M56179</link>
      <description>&lt;P&gt;In general, the problem you are describing is caused by either a whitelist issue or a CSP rules issue. To get a handle on it, I recommend you try debugging a built app using remote CDT. See this page for some help &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:43:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065941#M56179</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-29T18:43:38Z</dc:date>
    </item>
    <item>
      <title>Quote:Paul F. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065942#M56180</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Paul F. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;In general, the problem you are describing is caused by either a whitelist issue or a CSP rules issue. To get a handle on it, I recommend you try debugging a built app using remote CDT. See this page for some help &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Sir i have analysed that i have put alert for debugging .All data are display in alert and in div tag.I used datalist with text box for autocomplete.I thought that it is problem with datalist , but it's working fine in chrome browser.Please help me .Code Snippet as below&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Jquery&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;$("#doc_search").keyup(function(e) {
             var val=$(this).val();
             //alert(val);
             $.get('doctor_loading.php',{val:val},function(response){
             //alert(response);
               $(".doctor_list").html(response);
              });
        });&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&lt;SPAN style="font-size: 13.008px;"&gt;HTML&lt;/SPAN&gt;

 &amp;lt;input type="text" class="form-control" id="doc_search" list="doctor_list" name="doc_search" 
&amp;lt;datalist id="doctor_list" class="doctor_list"&amp;gt;
         
 &amp;lt;/datalist&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 05:49:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065942#M56180</guid>
      <dc:creator>kulkarni__sameer</dc:creator>
      <dc:date>2017-03-30T05:49:12Z</dc:date>
    </item>
    <item>
      <title>Please check this FAQ, it</title>
      <link>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065943#M56181</link>
      <description>&lt;P&gt;Please check this FAQ, it might help &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/faqs/app-designer#ajax-jquery-one-fail" target="_blank"&gt;https://software.intel.com/en-us/xdk/faqs/app-designer#ajax-jquery-one-fail&lt;/A&gt; &amp;lt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 16:49:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Loading-some-data-from-database-using-post-method-through-webapp/m-p/1065943#M56181</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-30T16:49:00Z</dc:date>
    </item>
  </channel>
</rss>

