webyildirim
webyildirim

Reputation: 617

How can i terminate application on adf mobile

How can i exit by terminating the application by using application menu on adf mobile platform. I m expecting adf mobile can be supplied for 2 platforms IOS and Android. brgds

Upvotes: 1

Views: 130

Answers (1)

M.Mostafa
M.Mostafa

Reputation: 228

Using java script API

navigator.app.exitApp();

Upvotes: 0

Related Questions