117
Views
12
Comments
how to hover over a phone number and  a popup appear to call that number
Application Type
Mobile

i want to hover over a mobile number and a container should appear asking if i want to call that number or send a sms

2021-04-17 09-53-48
José Gonçalves

Hi Hemant,

being a mobile application, I assume hover means clicking? Or are you taking about the mobile simulator on browser?

Regards

UserImage.jpg
Hemant Verma

Hi Jose,

i am talking about mobile simulator on browser

2026-01-08 12-54-39
Edson Marques
 
MVP

Hemant,

Instead of OnMouseOver, assign with the click, because think, in mobile device, you will not be able to capture the "finger on the screen without clicking", more or less that.

2021-04-17 09-53-48
José Gonçalves

Even if OnMouseOver was available by the IDE on mobile, which is not (maybe with some js tweaks), you need to understand the simulator is just a faster way to test the application, not to be used by the client on the browser. 

How would you make a phone call or send sms through the browser? (excluding the usage of other applications)

UserImage.jpg
Ellakkiya

Hi Hemant Verma,

As José Gonçalves mentioned, In mobile hover means clicking. If is it so, then you can use as below mentioned.

Regards,

Ellakkiya.S

UserImage.jpg
Hemant Verma

Hi Ellakkiya,

thank you for the solution, but what i meant was on clicking the number a small window (like tooltip) should appear , asking if i want to call that number.

what utility should i use to open that small window

2021-04-17 09-53-48
José Gonçalves

You can use Popup widget placing buttons inside of it.

UserImage.jpg
Ellakkiya

Hi  Hemant Verma,

As Jose mentioned, you can use popupwidget or Actionsheet 


Regards,

Ellakkiya.S

UserImage.jpg
Hemant Verma

hi,

what should be the url for sms

UserImage.jpg
Ellakkiya
2026-01-08 12-54-39
Edson Marques
 
MVP

Hi Hemant Verma,


In MOBILE application it does not have the "OnMouseOver" property, as it also makes no sense.

The ideal for your case would be to assign an action to click: when you click on the number, open a popup with the desired question (call or sms).



Anything, makes your need clearer.


Best Regards,
Edson Marques

UserImage.jpg
Ellakkiya

Hi Hemant Verma

Did the above information serve for your purpose or do you any queries ?


Regards,

Ellakkiya.S

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.