Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is `navigator.app` documentation?

Tags:

cordova

I just see that navigator.app object in Cordova applications has some useful methods. But are they documented?

like image 203
Tasso Evangelista Avatar asked Nov 25 '14 21:11

Tasso Evangelista


People also ask

What is App navigator?

The application navigator, or left navigation bar, provides access to all applications and the modules they contain, enabling users to quickly find information and services. An application is a group of modules, or pages, that provide related information and functionality in an instance.

What is the navigator object?

The navigator object contains information about the browser. The location object is a property of the window object.

What is navigator standalone?

Navigator.standalone. Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple's iOS Safari only.

What is navigator used for in Windows?

The window. navigator object contains information about the visitor's browser.


1 Answers

It seems that this is a platform-specific API that is intentionally undocumented.

There was a ticket opened in beginning of 2012 and the conclusion was that as it was un-official and platform-specific, it would remain undoccumented : https://issues.apache.org/jira/browse/CB-206

like image 54
QuickFix Avatar answered Sep 30 '22 18:09

QuickFix