Re: JMG ALPHA 003
Posted: Sat Apr 16, 2016 2:31 am
Wow. You are so fast!
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
I get very upset when something is not working, so, I've spent hours reading about AJAX problems with Phonegap, until I've found a solution:Rathinagiri wrote:Wow. You are so fast!
Code: Select all
<plugin name="cordova-plugin-whitelist" spec="1" />
<allow-navigation href="*" />
Code: Select all
<script>
$( document ).bind( "mobileinit", function() {
$.mobile.allowCrossDomainPages = true;
$.support.cors = true;
$.mobile.pushStateEnabled = false;
});
</script>