Detect "touch start" and "touch end" event in windows phone default browser.

Hi,
We have a BIG problem, because in all browsers we can detect the "touch start" event and "touch end" event. For iOS, firefox, internet Explorer, safari, Android work well. But in the windows phone default browser the "touch end"
doesn't work.
Do you know what we can do ?
Thanks.

Hi gogogate,
>>But in the windows phone default browser the "touch end" doesn't work
There is no simply way to achieve this, in my experience, I would recommend that you can handle touch event using JavaScript and retrieve information you need form the webpage using the window.external.notify(string) function:
https://msdn.microsoft.com/library/windows/apps/br227713
#How to receive information from the WebView
http://blogs.msdn.com/b/wsdevsol/archive/2012/10/18/nine-things-you-need-to-know-about-webview.aspx#AN5
About how to handle touch event using JS, please refer to this article:
http://blogs.windows.com/buildingapps/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10/#step4
You also need to inject javascript into the WebView page, please read this article:
http://blogs.msdn.com/b/wsdevsol/archive/2012/10/18/nine-things-you-need-to-know-about-webview.aspx#AN6
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • O ipod touch 4 e o 5 são celular ou somente mp4? the ipod touch 4 and 5 are the only mobile phone or mp4?

    o ipod touch 4 e o 5 são celular ou somente mp4?
    the ipod touch 4 and 5 are the only mobile phone or mp4?

    iPod's are just Media players. No mobile phone capacity outside Skype or Facetime.
    iPod forum is here:
    https://discussions.apple.com/community/ipod/ipod_touch
    This is the iPad forum. Different device.

  • How PO validity start and validity end works

    In the PO Header (tab Additional data), there are fields: validity start and validity end.  The help text states the following:
    Start of validity period
    Date as of which services can be performed or materials delivered.
    In the case of purchase orders:
    Start of the period in which the service is to be performed or thematerial delivered.
    End of validity period
    Date up to which services can be performed or materials delivered.
    In the case of POs:
    End of the period in which the service is to be performed or thematerial delivered.
    I maintained a validity date range 01/01/2007 to 01/10/2007.  When i tried to receive the item with posting date 01/15/2007, the system saved the GR without even a warning message that the GR was outside the PO validity date.
    How does this field work?  Is this standard configuration or does this only work with a user-exit?
    I would appreciate any input.
    Regards,
    Dominique

    hi ,
    use transaction OMCQ,
    set the status of message for M7 163 to error. if this message is not present in the list , then go to new entries and select  this message and enter it into the list
    after this set the status to "E".
    let me know if this works
    Regards
    Mangesh.

  • Validity start and Validity End date in PO

    HI  gurus
       can you plz tell me how to activate  validity start and Validity End date in PO
    Neha

    Hi,
    It is applicable for PO done for Frame work oder with Doc type - FO(Frame work order)as its an agreement of supply of stock only between specified period.For this kind of Doc type system makes it mandatory to enter the valisity start and end date.
    Thanks

  • Shipment completion check is erasing load start and load end dates & times

    Once the load start, load end is clicked during the pack process, the system reads this just fine.  Once ship complete happens, the system is erasing the load start load end.
    We are capturing the difference between Load end and Load start as Packing time in a custom report.  Similarly the difference between Shipment end and Shipment start as Loading time.  But we post goods issue the delivery by ship complete button the dates and times are gone.  Any idea of how and where I can configure this not to disappear even after the ship complete.  Thank you.

    Have you checked the table VTTK with different fields before completing PGI? In other words you are wiping out the loading start and loading end details some how. You should have a value in your VTTk value before PGI.  Check that.
    Regards,

  • Add Validity Start and Validity End On PO Header

    Dear SAP,
    need your help, I am trying to add Validity Start and Validity End Field on Additional Tab in Purchase Order header.
    How do i add this field ?
    i already check on MM define screen layout a document level, but there is not setting for this two field.

    Hi Nizam,
    The validity start date & end date are used only for service orders. In configuration goto IMG>MM>Purchasing>PO>Define screen layout at document level and check into Administrative data, header of ME21N , the field selection key attached to your document type (Say NBF) and for field selection key AKTH.
    The fields Start of validity period & Validity period end of field selection key ME21N, NBF & AKTH should be set as optional then only required fields will be visible on screen.

  • Send email notification in latest start and latest end

    Hi all,
    My requirement is to send email notification on latest start and latest end. For latest start, a notification needs to be sent to the manager asking him to start processing the Leave request.
    Am not too concerned about the latest end, since the latest end takes the workitem(MODELED ACtion)  to the next manager, where I can insert a email step in the workflow.
    My concern is how can i send an email to the manager if he has not started processing the lave request within say 3 days
    thanks a ton.
    regards

    Hi,
      If you are looking to send notification ASA work item reaches a latest end then follow the below steps.
    1. Open the step for which you have set the latest end and click latest end tab.
    2. Under the same tab you will find a Drop down box you will find two entries 1 Display Text 2 Modeled  choose the 1 option. and define the text in the task description by choosing Latest End description.
    3. Choose the container element you might have populated the email address.
    Now the configuration that you need to make sure to send a mail to external email id is SCOT settings if SMTP node is configured  then this node would be sending mails to the
    Regards
    Pavan

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • Touch Screens and Touch Pads in General Sometimes having Irratic response

    I found with the phones I am using, and also with the touch pad on my laptops, and with any touch pad or touch screen technology, they can have issues with scrolling and sometimes with typing, especially of the person's fingers are moist or may be a bit oily. I worked out a solution that has been working with me.  There is a wax on the market called ArmorAll. I simply moisten a tissue with this wax and wipe the surface of the screen. Take care to use only enough, but not too much that it can run in to the phone or device. Apply it like a thin wax. Wait about maybe a minute or two and then wipe and buff it off.
    Now the surface will not be able to have a humidity layer from the ambient air. If the user's fingers are a bit moist they will have a lesser effect to have false or irratic changes on the screen. I found this also works very well with computer touch pads.

    Actually thats what I was thinking....i dont know which app though...i have all the same apps that I had on my old phone. But it almost seems like it is trying to process something when it starts doing that....So I was thinking the same thing just dont know which one it could be.

  • Video start and media end time stamps get lost

    Premiere Pro CS4  is not keeping the tape's media start and end times as well as the Video In and Out Points.
    It never was a problem with earlier versions but this began the on the very first use of CS4.
    I use these time stamps to keep track of the chronilogical order of the clips.
    Anyone ever had this problem.
    Thanks

    This problem occurs after mini DV tapes have been loaded in.  It has happened with both my older panasonic AG-DVC30 and my newer AG DVX100.
    It is really annoying because I count on using those time stamps to coordinate the addition to the clips into the editor.
    It seems that I've lost some of the time stamps after they have all been loaded in.  Like when I start up Premiere Pro CS4  a second time on the, the next day, I find even more of the time stamps missing, over in the project pane.  I probably should carefully document that to be sure.  Could be significant in the troubleshooting process.

  • Analysis Services started and then stopped, Event ID: 0xC1210000

    I just installed SQL Server 2005 Developer Edition and SP1 and SP2. I cannot start Analysis Services.  The message box states: The SQL Server Analysis Services (MSSQLSERVER) service on Local Computer started and then stopped.     I looked in the log files located at: C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Log and found these entries:
    msmdsrv.log:
    (6/15/2007 10:07:34 AM)
    Message: The service cannot be started: 
    (Source: \\?\C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Log\msmdsrv.log,
    Type: 3, Category: 289, Event ID: 0xC1210000)
    (6/15/2007 10:10:26 AM) Message:
    The service cannot be started: 
    (Source: \\?\C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Log\msmdsrv.log,
    Type: 3, Category: 289, Event ID: 0xC1210000)
    During installation I did get an unhandled exception (I don't know what component caused the exception). I have found this in the SQLDUMPER_ERRORLOG.log file:
    06/14/07 17:39:38, ERROR ,               msmdsrv.exe, Unable to open file C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\FlightRecorderCurrent.trc, error 2
    06/14/07 17:39:38, ACTION,               msmdsrv.exe, Watson Invoke: No
    Any ideas how to get this service started?

    Does anyone have any idea on this problem?  My installation of SQL Server Analysis Services worked fine.  I now have the same error as Lucy.  This happened after no upgrading of SQLSERVER.  It must have issues with security patches on the OS, or maybe service packs for Visual Studio (2005).  And no reinstallation of the patch is not the answer (or rebooting).
    The service times out and tells me to check the logs.  The msmdsrv.log file indicates any unhandled exception -
    Message: The service cannot be started: Internal error: An unexpected exception occured. (Source: \\?\C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210000)
    Message: Service stopped. (Source: \\?\C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x41210001)
    Message:  (Source: \\?\C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\Log\msmdsrv.log, Type: 3, Category: 256, Event ID: 0xC1000016)
    I have tried reinstalling, changed users for the service, changes instance names.  The logging tells me nothing, except there is a big problem.
    I even installed the SQL Server SP2 hoping to fix whatever the problem was.  Now I also have SSIS throwing an exception and wanting to attach a debugger to it on top of my original problem. After reading about all of the problems with SQL Server SP2, I think I created a bigger monster.  Uninstalling leaves around all kind of files, registry entries, and program numbers.
    Thanks for ANY hints to proceed.

  • Highlighted of the start and the end of html tag

    [En] : Hello all and all,
    I wonder if it is possible to display the start and end of a html tag highlighting (or with a different background) when it is selected.
    thx
    Sorry for my english.
    [Fr] Bonjour a toutes et a tous,
    J'aimerais savoir si il est possible d'afficher le début et la fin d'une balise html en surbrillance (ou avec un fond différent) lorsque celui ci est selectionné .
    Merci

    En Anglais: In Code view, Select Parent Tag.  See screenshot below.
    En Français: En mode Code, Sélectionner balise parente. Voir capture d'écran ci-dessous.
    Nancy O.

  • How to insert the file name to the start and the end of a SQL file by a powershell script

    I just began to learn powershell script and I have a problem that I cannot figure out. I have a lot of .sql files. I need to insert its file name to the beginning of the file (After USE statement) and the end of the file (before the last END statement). Is
    there anybody knowing how to do this?
    Thanks so much
    Regards

    Actually, I want to add a insert SQL statement to the beginning of the file and the end of the file. Only the file name is a variable and different among
    different files. All the other sql statements are the same and can be hard coded. Hopefully it helps –
    The problem I think is that I want to add the same thing (except the file name) to hundreds of sql files and only the file name is different. I do not want
    to add it manually and want to use a script to add it – 

  • Capture Latest start and latest end - date and time  through PI category.

    Hi Guys,
    I want to capture latest start and latest date and time of each of the individual phases through PI categories. i.e these values should flow from process order.What characteristic do i have to include? I know PPPI_EVENT_DATE and time will not work for this.

    Thanks for your response Avinash.
    Btw, I have viewed all these notes 368289.1, 603233.1, 399056.1, 329692.1, 1146414.1 already, but these don't seem to solve my problem because in each of these are under assumption that the initial Joining Date of the employee (i.e. Effective Start Date and Latest Start Date) is entered correctly without an issue, and these notes talk about dealing with 'Updating or Correcting' the data.
    But In my case the pre-conditions are different, although those are making the system to respond in the same way (i.e. showing same error) some how.
    As far as deleting the employees is concerned, yes that could be one option, but I am not really sure about adapting this solution as the dates I used in my case were just example dates, and in actual these employees are created almost 1 month back and they are already used in Projects module, CRM module and others.

  • How to start and stop sapmmc server when windows is started and shutdown

    Hi,
    May i know how i can make sure the sapmmc server for ECC 6.0 to start when the windows 2003 server is started. I know i need to add this as a service in the windows service manager but i dont know how to do that.
    Please advise me on how to add a service to start the sapmmc server when windows is started and how to stop the sapmmc server automatically when windows is shutdown.

    Hi Raja
    checkout this document m sure it will help you in configuration
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0512c790-0201-0010-72b7-886677ad7955
    also check
    /message/6511605#6511605 [original link is broken]
    All the best ,,
    Cheers
    dEE

Maybe you are looking for

  • Calling report from form on which IDS 10g is installed

    Dear All, I have a form which calls a report. I am able to run this form and report from my application server 10g. But before deploying it on the server I would like to test it from my pc where Developer suite 10g is installed. i.e running a report

  • Business Event Price

    Hi, I am working on Training and Event Management, when we generate the report of SAHR61016221 - Business Event Prices it is not displaying any prices mentioned . it is showing all the empty fields how to do that. Thanks Best Regars Sujana

  • Can i pass an int * to a native function?

    From Java, can I pass an int pointer to the JNI? I want the native function to assign data to an int in the Java program. Many thanks!

  • Changing background via apple script

    Hello, I manage a small deployment of different macintosh products and I currently have to run 5 different images so that the background images look right on all the various resolutions. I have been working on a piece of applescript to prompt the use

  • Since 10.4.9 update: postfix needs to be started manually after reboot

    Although mail services are all activated in Server Admin, postfix refuses to start up automatically after a system reboot. All I need to do, is open a Terminal window and type "postfix start" and all is well. The problem is, if we have a power outage