Skip to content

Navigator for Cordova with jQuery Mobile. This will help you manage your pages history in the app.

Notifications You must be signed in to change notification settings

uidb-dev/cordova-jqm-navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

navigator-cordova-jqm

This will help you to manage your pages-history in the app.

With this navigator the user will experience perfect return pages like you want.

Install

npm i navigator-cordova-jqm

Running

import navigator_corJQM from "navigator-cordova-jqm";
or
const navigator_corJQM = require('navigator-cordova-jqm');
*or add js file from github and link it in the html

Example

navigator_corJQM.constructor({
listLevelPages: {
"homePage": 0,
"newPost": 3,
"page_Shop": 1,
"page_Settings": 2,
"popupMap": 9,
"page_about": 2
}
, defaultPage: "homePage"
});

About

Navigator for Cordova with jQuery Mobile. This will help you manage your pages history in the app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published