Dear All,
I unchecked "Generate for Disconnected App". Mobile Web browser can see the record, but mobile app cant.
Will <!-- Core plugins --> be issue?
For mbuild, the default
"<!-- Core plugins -->
<gap:plugin name="org.apache.cordova.battery-status" />"
is not acceptable by adobe phone gap, so that I change "gap:plugin" to
"plugin"
"<!-- Core plugins -->
<plugin name="cordova-plugin-battery-status" spec="~1.2.4" />"
it can be successfully compiled. Does this affect?
Thank you.
Best Regards,
Nelson