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
Hi Hemant,
being a mobile application, I assume hover means clicking? Or are you taking about the mobile simulator on browser?
Regards
Hi Jose,
i am talking about mobile simulator on browser
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.
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)
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
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
You can use Popup widget placing buttons inside of it.
As Jose mentioned, you can use popupwidget or Actionsheet
hi,
what should be the url for sms
Hi Hemant Verma ,
For sms, you can go through the below link
https://www.outsystems.com/forums/discussion/63678/open-ios-native-text-message-app/
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
Did the above information serve for your purpose or do you any queries ?