NetTalk Central

Author Topic: Disconnected Mobile app  (Read 2854 times)

de la Rosa

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • Email
Disconnected Mobile app
« on: May 23, 2018, 09:01:39 PM »
Hi Bruce,

Where is a good place to look for resources on how to access phone API such as activating Alerts in JS in disconnected Apps?

Thanks,
Vic


de la Rosa

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • Email
Re: Disconnected Mobile app
« Reply #1 on: May 23, 2018, 09:09:30 PM »
Actually, it doesn't have to be disconnected, it's more of being able to access the SmartPhone alert API from Nettalk.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Disconnected Mobile app
« Reply #2 on: May 23, 2018, 11:28:28 PM »
When you're building an app to run on the phone, then you're using the PhoneGap / Cordova packaging to do that.
So the best search to do is on how to access whatever you want to access from a PhoneGap application.

cheers
Bruce

de la Rosa

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • Email
Re: Disconnected Mobile app
« Reply #3 on: May 30, 2018, 09:08:27 PM »
Ok, Thanks Bruce