New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

navigator-cordova-jqm

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

navigator-cordova-jqm

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

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-64.71%
Maintainers
1
Weekly downloads
 
Created
Source

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');

Example

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

Keywords

FAQs

Package last updated on 22 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc