Multiple choice technology web technology

Mobile Web Application always supports native application features like offline mode, location lookup, camera, file system access.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Mobile Web Applications run within a browser sandbox and have limited access to device hardware compared to native applications. Features like offline mode, location lookup, camera access, and file system access either require specific HTML5 APIs (which may not be universally supported) or are completely unavailable in web environments. Native apps have full access to these capabilities through platform SDKs.