What functionalities can I access by WebKit?

Would I be able to access the following information by HTML 5?

  • GPS position
  • Bluetooth device list
  • Wi-Fi network list
  • Contacts
  • Calendar


Asked by: Audrey619 | Posted: 25-01-2022






Answer 1

You may use "wrapper" to improve HTML 5 functionalities. That's all you can do. No Bluetooth/Wi-Fi/contacts or calendar support with native HTML 5.

Answered by: Lenny826 | Posted: 26-02-2022



Answer 2

I would seriously doubt it. All of those things require permissions to use from an application and it would be too much of a security risk to allow access to them from a webpage.

Answered by: Aston870 | Posted: 26-02-2022



Answer 3

That information is not available. If you wanted to get that information, you'd have to create an application using the Android SDK.

Answered by: Marcus259 | Posted: 26-02-2022



Similar questions

android - Music player with all functionalities , play, pause, stop, next , previous using service

i am working on a music player app. I have created playlist, and i want to use service component for player functions like play, pause, previous, next, stop, shuffle etc.. For this i have found this answer at Sending Commands to service from activity and according to it , there are two different ways for ...


java - how to have one single method for all button with similar functionalities

I am making a basic calculator for Android by eclipse and Java. The task is there are two values, like input and result. So when the first number is pressed, it saves it, then a plus or minus sign is pressed ad then the second value which is result. My idea was to create a method for every button something like this: public void number1(View view){ value1 = value2; value2 = 1; displayVal...


Dynamic Buttons with two functionalities ANDROID

I have dynamic buttons that are created by a variable that can change.I want that these buttons have two functions. I did one option but I don't know how to implement the other option. the first time I click the button I call a function that do something and the second time that I click the same button I would like to do another action. And I want to repeat this running with all the dynamic buttons created.


How can I add buttons with proper functionalities in the top of android keypad like iPhones?

Here, I just want to know that how to add buttons in the top of keypad of android devices. They should not be custom. I just want to use this functionality of android like iPhone does. I want to open and close keypad then I want also close or open next,previous and done button I've searched it alot on this site but I haven't get a possible solution yet. I wish I will get now. Thanks in advance.


Android Vcard data Read functionalities

How to read the v-card data for ORG filed ? Example : ORG:Bubba Gump Shrimp Co. how to read above field in vcard type in store to string in android.


android - Jquery functionalities are not working when i load the html data from a string into webview

I'm developing an application in which webview loads the html data which is coming as string from the server.Actually showing that html string in webview is working fine but taking long time if there are any images in that data.So,I think of lazy loader will be good in this case. For this lazy loading we are using jquery functions in html string.When i tried to run this it's giving me below security exception ...


java - Is it possible to set Air View functionalities?

Some of the Samsung devices have an option called Air View which let's you hold your hand or finger above the screen and you can do different things such as viewing an extra discription or other things. Here's a full discription about Air View: androidcentral.com/what-airview-galaxy-s5-and-what-it-can-do-you So I was wondering is there any way to have this functionality in my app (for example holding your f...


android - Is it possible to access to NFC functionalities from a React App

I've to build an app for Android using React Native and I would love to understand if I can access the NFC functionalities. I could see something related to Cordova, but as far as I'm new to native mobile web app I wanted to search further. Thanks for your time.


android - Double tapping functionalities in Google Map and Paint tool

I have a made an App(for practices only) that can draw above the Google Map using a Paint tool. Now when i press the draw button the map will be lock(disabling the gesture) in its desired place. Now i wanted to Enable again by double tapping the canvas the reason is, when i wanted to extend my drawing and again by double tapping it will be lock and continue my drawing.


android - How to get functionalities of Fragment Activity in other Activity

I have created a Fragment Activity, It displays Google Map and does other stuff. Now i have another Activity, I want to use all the functionalities of Fragment Activity into my new Activity. If i had Fragment, i would have easily used it in my new layout like following. <fragment android:id="@+id/calendarFragment...






Still can't find your answer? Check out these communities...



Android Google Support | Android Community | Android Community (Facebook) | Dev.io Android



top