Hi,
I use APEX 4.2 with PhoneGap Build and it works really great as long as I do not need to integrate a Plugin...
The problem is that PhoneGap Build does not support PhoneGap/Cordova below Version 3, but all help I found (mainly from @"Roel" Hartman and Christian Rokitta @"crokitta") is related to Cordova 2.x.x...
E.g.:
https://books.google.at/books?id=nz1KMmbbSUAC&lpg=PP4&dq=oracle%20application%20express%20for%20mobile%20web%20applications&hl=de&pg=PA174#v=onepage&q=oracle%20application%20express%20for%20mobile%20web%20applications&f=false
https://www.ogh.nl/artikel.aspx?id=319
The difference between Cordova 3.x.x and 2.x.x is that in 2.x.x all needed Javascript is stored in only one file while in 3.x.x the Plugins are stored in separated files in a file structure linking to each other.
As Roel describes in his Blog, in APEX 5 you can import this file structure and the links within the Javascript files are working:
http://roelhartman.blogspot.co.at/2014/09/apex-5-new-static-file-features.html
So, my question is: Is there a possibility, to use Cordova 3.x.x Plugins within APEX 4.2?
I am very thankful for any help.
Regards, Christian