Articles tagged: Mobile
Found 272 documents
- Archive/Apps/Design The items under this section apply generally to Web app design.
- Archive/Apps/Design/Planning/Planning_your_app Once you have an idea for a Web app, you should carefully plan it before you start to do any ...
- Archive/Apps/Tools_and_frameworks/Custom_elements X-tags are custom HTML elements that give you a collection of building blocks (components) for ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests Gaia-ui-tests uses Gaiatest, a Python package based around Marionette. Gaiatest is designed to ...
- Archive/Firefox_OS/Automated_testing/Gaia_unit_tests You can run the unit tests on B2G desktop, Firefox Nightly or Mulet. You also need the latest ...
- Archive/Firefox_OS/Automated_testing/Mochitests Mochitest is an automated testing framework built on top of the MochiKit JavaScript libraries ...
- Archive/Firefox_OS/Automated_testing/Reftests Reference tests (or reftests) are basically tests that compare two separate renderings of web ...
- Archive/Firefox_OS/Debugging/Debugging_B2G_using_gdb To restart Firefox OS and run it under gdb control, simply use the run-gdb.sh script:
- Archive/Firefox_OS/Debugging/Debugging_B2G_using_valgrind S
- Archive/Firefox_OS/Debugging/Installing_ADB You can download and install adb and fastboot as part of the Android SDK package, for Mac, Linux ...
- Archive/Firefox_OS/Firefox_OS_apps/Building_apps_for_Firefox_OS/Manifest This section details the critical details you need to create and use an app manifest.
- Archive/Firefox_OS/Phone_guide/Phone_specs This article provides information about Firefox OS devices including specific hardware specs, ...
- Archive/Firefox_OS/Platform/Gaia Gaia is the user interface level of B2G OS. Everything that appears on the screen after B2G OS ...
- Archive/Firefox_OS/Platform/Gonk Gonk is the kernel-level component in the B2G OS stack that serves as the interface between ...
- Archive/Firefox_OS/Quickstart/For_mobile_developers For mobile application developers, the open web apps project offers these advantages:
- Archive/Responsive_Web_design With Web users increasingly using mobile devices to browse Web sites and apps, Web designers and ...
- Archive/Web/Displaying_notifications_(deprecated) Firefox offers support for "desktop notifications"; these are notifications that are displayed ...
- Games/Introduction The modern Web has quickly become a viable platform not only for creating stunning, high quality ...
- Games/Introduction_to_HTML5_Game_Gevelopment_(summary) Games built with HTML5 work on smartphones, tablets, PCs and Smart TVs. Update your game ...
- Games/Techniques/Control_mechanisms One of HTML5's main advantages as a game development platform is the ability to run on various ...
- Games/Techniques/Control_mechanisms/Mobile_touch That covers adding touch controls for mobile; in the next article we'll see how to add keyboard ...
- Glossary/RIL RIL (Radio Interface Layer) is a mobile operating system component which communicates between ...
- Learn/Common_questions/Design_for_all_types_of_users When you're building a website, one top issue to consider is Universal Design : accommodating ...
- Mozilla/Add-ons/Firefox_for_Android/API/BrowserApp Add-ons running on desktop Firefox can use the global gBrowser variable to interact with tabs ...
- Mozilla/Add-ons/Firefox_for_Android/API/BrowserApp/quit BrowserApp.quit() closes the browser.
- Mozilla/Add-ons/Firefox_for_Android/API/BrowserApp/selectTab BrowserApp.selectTab (tab) makes the supplied tab the currently selected tab.
- Mozilla/Add-ons/Firefox_for_Android/API/BrowserApp/tabs tabs is a property of the BrowserApp object. It is an Array of all currently open tabs, ...
- Mozilla/Add-ons/Firefox_for_Android/API/Home.jsm/panels Use the Home.panels API to add custom panels to the browser's home page.
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/contextmenus/add NativeWindow.contextmenus.add() adds a new context menu item to Firefox for Android.
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/contextmenus/remove NativeWindow.contextmenus.add() adds an item to the context menu in Firefox for Android, ...
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/doorhanger Returns a reference to the NativeWindow.doorhanger object, which can be used to display ...
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/toast Returns a reference to the NativeWindow.toast object, which can be used to display toast ...
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/toast/show NativeWindow.toast.show() displays a toast notification on Firefox for Android.
- Mozilla/Add-ons/Firefox_for_Android/API/Tab The Tab object represents a browser tab, and provides access to the browser and the DOM content ...
- Mozilla/Add-ons/Firefox_for_Android/Prerequisites While you're developing your add-on, it will be very important to have a way to test and run ...
- Mozilla/Add-ons/Firefox_for_Android/Walkthrough This guide walks you through the process of developing a simple add-on for Firefox for Android. ...
- Mozilla/Add-ons/SDK/Guides/Content_Scripts/Reddit_Example This example add-on creates a panel containing the mobile version of Reddit. When the user ...
- Mozilla/Add-ons/SDK/Tools/jpm-mobile The Node-based replacement for cfx --force-mobile. Enables you to run and test add-ons for ...
- Mozilla/B2G_OS/API/CallEvent The CallEvent interface of the Web Telephony API represents events related to telephone calls.
- Mozilla/B2G_OS/API/CallEvent/call The call read-only property of the CallEvent interface returns a TelephonyCall object indicating ...
- Mozilla/B2G_OS/API/MMICall The MMICall interface of the Web Telephony API represents an MMI call, allowing us to receive ...
- Mozilla/B2G_OS/API/MMICall/result The result read-only property of the MMICall interface returns a promise that resolves to a ...
- Mozilla/B2G_OS/API/Mobile_Messaging_API/Introduction_to_Mobile_Message_API A part of the core functionality in a mobile phone is sending and receiving SMS and MMS ...
- Mozilla/B2G_OS/API/MozMmsEvent The DOM MozMmsEvent represents events related to WebSMS MMS messages.
- Mozilla/B2G_OS/API/MozMmsEvent/message The message property is the MozMmsMessage from which the event originated.
- Mozilla/B2G_OS/API/MozMmsMessage The DOM MozMmsMessage object represents an MMS message and has all the information about sender, ...
- Mozilla/B2G_OS/API/MozMmsMessage/attachments The attachments property gives access to the list of all the MMS attachments (resources ...
- Mozilla/B2G_OS/API/MozMmsMessage/delivery The delivery property represents the current state of the message delivery from the device ...
- Mozilla/B2G_OS/API/MozMmsMessage/deliveryStatus The deliveryStatus property represents the current state of the message delivery from the ...
- Mozilla/B2G_OS/API/MozMmsMessage/expiryDate The expiryDate property represents the expiry date for an MMS to be manually downloaded.
- Mozilla/B2G_OS/API/MozMmsMessage/id The id property represents the unique id of the message.
- Mozilla/B2G_OS/API/MozMmsMessage/read The read property indicates if the message has been read (true) or not (false).
- Mozilla/B2G_OS/API/MozMmsMessage/receivers The receivers property provides the list of all receivers for a given message. Each receiver is ...
- Mozilla/B2G_OS/API/MozMmsMessage/sender The sender property provides the phone number of the sender of a given message.
- Mozilla/B2G_OS/API/MozMmsMessage/smil The smil property represents a stringified version of the SMIL content of the message (an MMS is ...
- Mozilla/B2G_OS/API/MozMmsMessage/subject The subject property is a string representing the subject of the message (in many cases, its title).
- Mozilla/B2G_OS/API/MozMmsMessage/threadId The threadId property represents the id of the thread the message is part of.
- Mozilla/B2G_OS/API/MozMmsMessage/timestamp The timestamp property represents the timestamp of a given message.
- Mozilla/B2G_OS/API/MozMmsMessage/type The type property represents the type of the message. It provides a convenient way to be sure ...
- Mozilla/B2G_OS/API/MozMobileCCInfo The MozMobileICCInfo interface allow to access access to information stored in the device's ICC ...
- Mozilla/B2G_OS/API/MozMobileCellInfo The MozMobileCellInfo interface allow to access to cell location information.
- Mozilla/B2G_OS/API/MozMobileCellInfo/gsmCellId gsmCellId is a read-only property that provides the mobile Cell ID for the current GSM / WCDMA ...
- Mozilla/B2G_OS/API/MozMobileCFInfo The MozMobileCFInfo interface defines options used to retrieve or define call forwarding settings.
- Mozilla/B2G_OS/API/MozMobileConnection This API is used to get information about the current mobile voice and data connection states of ...
- Mozilla/B2G_OS/API/MozMobileConnection/cancelMMI The cancelMMI method cancels the current MMI request if one exists.
- Mozilla/B2G_OS/API/MozMobileConnection/getCallForwardingOption The getCallForwardingOption method is used to query current options for call forwarding.
- Mozilla/B2G_OS/API/MozMobileConnection/getCardLock The getCardLock method is used to find out about the status of an integrated circuit card (ICC) ...
- Mozilla/B2G_OS/API/MozMobileConnection/getNetworks The getNetworks method is used to search for available networks.
- Mozilla/B2G_OS/API/MozMobileConnection/onussdreceived The onussdreceived property specifies an event listener to receive ussdreceived events. These ...
- Mozilla/B2G_OS/API/MozMobileConnection/selectNetwork The selectNetwork method is used to manually select a network, overriding the radio's current ...
- Mozilla/B2G_OS/API/MozMobileConnection/selectNetworkAutomatically The selectNetworkAutomatically method is used to tell the radio to automatically select a network.
- Mozilla/B2G_OS/API/MozMobileConnection/sendMMI The sendMMI method is used to send an MMI code.
- Mozilla/B2G_OS/API/MozMobileConnectionInfo/relSignalStrength relSignalStrength is a read-only property that gives the signal strength, represented linearly ...
- Mozilla/B2G_OS/API/MozMobileMessageManager Provides support for sending and managing both MMS and SMS messages on a device with WebSMS.
- Mozilla/B2G_OS/API/MozMobileMessageManager/delete The delete method is used to delete a given message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getMessage The getMessage method is used to access a given SMS message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getMessages The getMessages method is used to access a list of messages.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getSegmentInfoForText The getSegmentInfoForText method is used to get the information necessary to create a multi-part ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/getThreads The getThreads method is used to iterate through a list of MozMobileMessageThread objects. Each ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/markMessageRead The markMessageRead method is used to change the read state of a given message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/ondeliveryerror Specifies an event listener to receive deliveryerror events. These events occur when an SMS or ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/ondeliverysuccess Specifies an event listener to receive deliverysuccess events. These events occur when an SMS or ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onfailed Specifies an event listener to receive failed events. These events occur when an SMS or MMS has ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onreceived Specifies an event listener to receive received events. These events occur when an SMS or MMS is ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onretrieving Specifies an event listener to receive retrieving events. These events occur when an SMS or MMS ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onsending Specifies an event listener to receive sending events. These events occur when an SMS or MMS ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onsent Specifies an event listener to receive sent events. These events occur when an SMS or MMS is sent.
- Mozilla/B2G_OS/API/MozMobileMessageManager/retrieveMMS The retrieveMMS method is used to access a given MMS message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/send The send method is used to send an SMS message to one or more receivers.
- Mozilla/B2G_OS/API/MozMobileMessageManager/sendMMS The sendMMS method is used to send an MMS message to one or more receivers.
- Mozilla/B2G_OS/API/MozMobileMessageThread The DOM MozMobileMessageThread object represents a thread of messages.
- Mozilla/B2G_OS/API/MozMobileMessageThread/body The body property represents the body of the last message available in the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/id The id property represents the unique id of the thread. Each message belonging to that thread ...
- Mozilla/B2G_OS/API/MozMobileMessageThread/lastMessageType The lastMessageType property represents the type of the last message in the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/participants The participants property is a list of all the participants' addresses to the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/timestamp The timestamp property represent the timestamp of the last message is the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/unreadCount The unreadCount property represents the number of unread messages belonging to the thread.
- Mozilla/B2G_OS/API/MozMobileNetworkInfo The MozMobileNetworkInfo interface allows access to information related to the network carrier. ...
- Mozilla/B2G_OS/API/MozMobileNetworkInfo/mcc The mcc is a read-only property that represents the Mobile Country Code (MCC) of the network ...
- Mozilla/B2G_OS/API/MozMobileNetworkInfo/shortName shortName is a read-only property that gives the long name of the network operator.