NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: skyong38 on August 04, 2017, 01:30:12 AM
-
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
-
Hi Nelson,
>> I unchecked "Generate for Disconnected App".
>> Mobile Web browser can see the record, but mobile app cant.
If you are making a disconnected app to run on the phone then this switch must be on.
Cheers
Bruce
-
Hi Bruce,
I don't want disconnected app, I want online app.
When I use chrome browser to open, I can see the records listed.
When I use mbuild to get apk and install on mobile, the browse always empty.
Anywhere I done wrong?
Thank you.
Regards,
Nelson
-
Hi Nelson,
mBuild is for creating Disconnected apps.
Using mBuild for a web app makes no sense.
I'm not understanding something here...
cheers
Bruce
-
Dear Bruce,
Thanks for advice. Now I only understand that Mobile App must be disconnected.
If I want it to be connected, it can only run on Web browser. Am I right?
Thank you.
Regards,
Nelson
-
right