Skip to content

AppWerft/Ti.ImmersiveMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ti.ImmersiveMode

This module realize Immersive Full-Screen Mode

Usage

var Imm = require("ti.ímmersivmode");
Imm.setSticky(true);
win.addEventListener("open",function(){
	Imm.hideSystemUI();
	Imm.showSystemUI();
	Imm.resetSystemUI();
	Imm.setStatusBarColor("#ff0000");
	Imm.setNavigationBarColor("#88ff0000");
});

About

Immersive window module for Axways Titanium 🚀

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages