This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ANDROID | |
| ______________________________________________________________ | |
| Tethering - Allows users to use phone as a WI-FI hotspot | |
| Accessibility - Built in text-speech (talkback) / Enhancements for people with hearing difficulties are available, as are other aids.(WIKI) | |
| Multi-touch - Enables pinched | |
| Multiple language support | |
| No touch controll | |
| Fingerprint security | |
| *** Marshmallow *** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <title>Horizontally and vertically aligned responsive image</title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style type="text/css"> |