Author: hnategh
New Revision: 55406
URL: http://svn.stylite.de/viewvc/egroupware?rev=55406&view=rev
Log:
Mobile theme W.I.P:
- Remove id from user avatar
- Implement vibrate feature
Modified:
trunk/jdots/js/fw_mobile.js
— trunk/jdots/js/fw_mobile.js (original)
+++ trunk/jdots/js/fw_mobile.js Wed Mar 16 10:32:10 2016
@@ -341,7 +341,7 @@
this._super.apply(this,arguments);
this.setSidebarState(this.activeApp.preferences.toggleMenu);
var $user = jQuery(’#egw_fw_userinfo .user’);
@@ -884,6 +884,22 @@
//Trigger onpopupload event for the current popup
window.framework.popups[i].$iFrame.trigger(‘onpopupload’);
}
-
}
-
},
-
-
/**
-
* This function can trigger vibration on compatible browsers and devices
-
*
-
* @param {array|int} _duration vibrate duration in milliseconds (ms), 0 means cancel all vibrations
-
*/
-
vibrate: function (_duration)
-
{
-
// enable vibration support
-
navigator.vibrate = navigator.vibrate || navigator.webkitVibrate || navigator.mozVibrate || navigator.msVibrate;
-
-
if (navigator.vibrate) {
-
// vibration API supported
-
navigator.vibrate(_duration);
}
}
});
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs