
phonegap
xp9802
程序员`````````````````````````````````````
展开
-
phonegap之Notification学习笔记
Notification对象主要是通知的功能,官方文档介绍:设备的视觉、听觉和触觉通知(Visual, audible, and tactile device notifications.). 这个对象提供了五个方法,也就是对应了五种通知. notification.alert notification.confirm notification.prompt notificati...原创 2014-08-11 09:31:37 · 117 阅读 · 0 评论 -
phonegap之Geolocation GPS传感器
首先解释一下Geolocation这个单词,英语中是定位的意思,我再题目中翻译成为了GPS传感器,主要是因为在官方文档中使用到了GPS sensor. geolocation对象提供了对设备GPS传感器的访问. geolocation同样有三个方法: [html] view plaincopy geolocation.getCurrentPosition ...原创 2014-08-11 09:32:35 · 149 阅读 · 0 评论