jBackendapp Demo
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 7 months ago #3788
by admin
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.
-
boogy
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
10 years 7 months ago - 10 years 7 months ago #3789
by boogy
Yes. I update newest version 0.1.3.
In night i try ripple.
Admin thx soo much.
Last edit: 10 years 7 months ago by boogy.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 7 months ago - 10 years 7 months ago #3790
by admin
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: 10 years 7 months ago by admin.
The following user(s) said Thank You: boogy
Please Log in or Create an account to join the conversation.
-
boogy
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
-
boogy
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
10 years 7 months ago #3792
by boogy
Iam really happy at the Moment
Iam starting the Demo, i try today or tomorrow with Plugin in own Joomla Articel
Thank You very much
regards
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 7 months ago #3793
by admin
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.170 seconds