× Requests and support related to jBackend.

jBackendapp Demo

More
9 years 1 month ago #3788 by admin
Replied by admin on topic jBackendapp Demo
So you are using this one:

phonegap.com/blog/2014/12/11/phonegap-desktop-app-beta/

I will checkout and let you know. About the "tools" I like to use, sublime is my text editor, yeoman angular generator for angular applications (i.e. grunt cmd to serve pages with Chrome) and ionic command line client for cordova/phonegap mobile apps (i.e. the app runs into Chrome or directly on my device attached to laptop with an usb cable). With Ripple you can also emulate a device on Chrome:

emulate.phonegap.com/

Regards,
Luigi

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago - 9 years 1 month ago #3789 by boogy
Replied by boogy on topic jBackendapp Demo
Yes. I update newest version 0.1.3.

In night i try ripple.


Admin thx soo much.
Last edit: 9 years 1 month ago by boogy.

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago - 9 years 1 month ago #3790 by admin
Replied by admin on topic jBackendapp Demo
I tried the Phonegap Desktop and Phonagap Developer App, and I think they are nice.

The reason you are not able to retrieve feeds is because the package is set to work on a local web server using a local feed.php script that acts as a proxy (for CORS problems). You have to change this in the main.js file as follow:
// List of feeds to retrieve
  var feeds = {
    section_a: "http://www.support4joomla.com/jbackend/rest/get/content/articles?catid=64&maxsubs=2&limit=10&orderby=id&orderdir=desc",
    section_b: "http://www.support4joomla.com/jbackend/rest/get/content/articles?catid=26&maxsubs=2&limit=10&orderby=id&orderdir=desc",
    section_c: "http://www.support4joomla.com/jbackend/rest/get/content/articles?catid=29&maxsubs=2&limit=10&orderby=id&orderdir=desc"
  };

  // List of feeds to retrieve
  /*var feeds = {
    section_a: "feed.php?id=64",
    section_b: "feed.php?id=26",
    section_c: "feed.php?id=29"
  };*/

After this you will see the feeds, but images are not loaded. This is another problem you can explore by yourself with the help of the live log (you can find it under the Phonegap Desktop application).

Kind regards,
Luigi
Last edit: 9 years 1 month ago by admin.
The following user(s) said Thank You: boogy

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #3791 by boogy
Replied by boogy on topic jBackendapp Demo
yes this is functionality, but why was that i dont understand :D

this is was in the demo:
// List of feeds to retrieve
/*var feeds = {
section_a: "www.support4joomla.com/jbackend/rest/get/content/articles?catid=64&maxsubs=2&limit=10&orderby=id&orderdir=desc",
section_b: "www.support4joomla.com/jbackend/rest/get/content/articles?catid=26&maxsubs=2&limit=10&orderby=id&orderdir=desc",
section_c: "www.support4joomla.com/jbackend/rest/get/content/articles?catid=29&maxsubs=2&limit=10&orderby=id&orderdir=desc"
};*/

// List of feeds to retrieve
var feeds = {
section_a: "feed.php?id=64",
section_b: "feed.php?id=26",
section_c: "feed.php?id=29"
};



I can see the Pictures and i can see the feeds now, all is fine only 1 think but it is not important, if they dont funktion in ipad air2 :D

I installing phonegap desktop
Iam using this in Xampp
i intsalled phonegap for android and IOS in my ipad and samsung s4.
I am connecting PC-Handy-Tablet with wlan and Phonegap app.


In attachment is content loading now.
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #3792 by boogy
Replied by boogy on topic jBackendapp Demo
Iam really happy at the Moment :D

Iam starting the Demo, i try today or tomorrow with Plugin in own Joomla Articel :D


Thank You very much

regards

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #3793 by admin
Replied by admin on topic jBackendapp Demo
Great,
I would like to suggest you to start the app using Ionic Framework:

ionicframework.com/

Is faster to run and faster to market then jQuery or jQuery Mobile as in the demo (my demo is a little bit old, I will create a new one with ionic ASAP).

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.133 seconds