CB-10341 ios, document statusTap event

This closes #69
This commit is contained in:
Julio Cesar Sanchez Hernandez 2016-10-30 11:32:50 +01:00 committed by Julio César
parent 2c036c9c91
commit 086234b881

View File

@ -113,6 +113,11 @@ Properties
- StatusBar.isVisible
Events
------
- statusTap
Permissions
-----------
@ -310,3 +315,19 @@ Supported Platforms
- Windows Phone 7
- Windows Phone 8
- Windows Phone 8.1
statusTap
=========
Listen for this event to know if the statusbar was tapped.
window.addEventListener('statusTap', function() {
// scroll-up with document.body.scrollTop = 0; or do whatever you want
});
Supported Platforms
-------------------
- iOS