I have an iOS application with the drag'n'drop functionality.
To simulate drag I tried to use the TouchStart / TouchMove / TouchEnd sequention.
Unfortunately all these methods are not working.
The Crash report "Failed to resolve/execute Request handler because an error occured: [Cannot process request. There is no valid request hander for the methodcall 'ReplayTouch' registered] "
In the forum i saw a topic name "Test for iOS instrumented app crashes on TouchStart method",the Support Team say "It can only be done using TouchStart / TouchMove / TouchEnd in Android.".The topic date is May , 2015.
I want to know does the TouchStart / TouchMove / TouchEnd can be using in iOS now?
Test for iOS app crashes on TouchStart method
-
- Posts: 2
- Joined: Thu Jan 18, 2018 8:50 am
-
- Posts: 1
- Joined: Wed Feb 28, 2018 9:37 pm
Re: Test for iOS app crashes on TouchStart method
Have you been able to work it out? I'm encountering this very same issue while integrating the drag drop feature on my iOS app. All it returns is cannot process request not a valid request. I need help asap.
- RobinHood42
- Posts: 324
- Joined: Fri Jan 09, 2015 3:24 pm
Re: Test for iOS app crashes on TouchStart method
Hi,
"I'm sorry to inform you that drag and drop is not currently supported for iOS"
- touchstart-touchmove-touchend-on-ios-t12967.html#p51656
Cheers,
Robin
"I'm sorry to inform you that drag and drop is not currently supported for iOS"
- touchstart-touchmove-touchend-on-ios-t12967.html#p51656
Cheers,
Robin
-
- Posts: 3
- Joined: Sun Dec 06, 2020 10:08 am
- Location: https://gbapps.net/gbwhatsapp-apk/
- Contact:
Re: Test for iOS app crashes on TouchStart method
Same here I've been using the iOS version app on my iPhone for a while now. It was running just smooth on previous version of iOS however today I received the New update and now whenever I am trying to open the app it is only displaying a white blank screen at the startup. Please help!!liuliu8684 wrote: ↑Thu Jan 18, 2018 9:08 amI have an iOS application with the drag'n'drop functionality.
To simulate drag I tried to use the TouchStart / TouchMove / TouchEnd sequention.
Unfortunately all these methods are not working.
The Crash report "Failed to resolve/execute Request handler because an error occured: [Cannot process request. There is no valid request hander for the methodcall 'ReplayTouch' registered] "
In the forum i saw a topic name "Test for iOS instrumented app crashes on TouchStart method",the Support Team say "It can only be done using TouchStart / TouchMove / TouchEnd in Android.".The topic date is May , 2015.
I want to know does the TouchStart / TouchMove / TouchEnd can be using in iOS now?
Re: Test for iOS app crashes on TouchStart method
Can you mention what is the error you facing. If you mention more information about it then able to share my views.liuliu8684 wrote: ↑Thu Jan 18, 2018 9:08 amI have an iOS application with the drag'n'drop functionality.
To simulate drag I tried to use the TouchStart / TouchMove / TouchEnd sequention.
Unfortunately all these methods are not working.
The Crash report "Failed to resolve/execute Request handler because an error occured: [Cannot process request. There is no valid request hander for the methodcall 'ReplayTouch' registered] "
In the forum i saw a topic name "Test for iOS instrumented app crashes on TouchStart method",the Support Team say "It can only be done using TouchStart / TouchMove / TouchEnd in Android.".The topic date is May , 2015.
I want to know does the TouchStart / TouchMove / TouchEnd can be using in iOS now?
Re: Test for iOS app crashes on TouchStart method
Can you mention what is the error you facing. If you mention more information about it then able to share my views.liuliu8684 wrote: ↑Thu Jan 18, 2018 9:08 amI have an iOS application with the drag'n'drop functionality.
To simulate drag I tried to use the TouchStart / TouchMove / TouchEnd sequention.
Unfortunately all these methods are not working.
The Crash report "Failed to resolve/execute Request handler because an error occured: [Cannot process request. There is no valid request hander for the methodcall 'ReplayTouch' registered] "
In the forum i saw a topic name "Test for iOS instrumented app crashes on TouchStart method",the Support Team say "It can only be done using TouchStart / TouchMove / TouchEnd in Android.".The topic date is May , 2015.
I want to know does the TouchStart / TouchMove / TouchEnd can be using in iOS now?
Re: Test for iOS app crashes on TouchStart method
Hi,
The only way, how to perform Drag&Drop operations on iOS, is using Touch Start, Touch Move, Touch End actions. There were some issues with these actions in the past, but now they should work OK. But I'm not automating iOS apps, so I can't tell for sure. Just give them a try
The only way, how to perform Drag&Drop operations on iOS, is using Touch Start, Touch Move, Touch End actions. There were some issues with these actions in the past, but now they should work OK. But I'm not automating iOS apps, so I can't tell for sure. Just give them a try

Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
-
- Posts: 5
- Joined: Sun Jun 20, 2021 9:55 am
- Contact:
Re: Test for iOS app crashes on TouchStart method
Same here, I was facing the same problem 2 months ago with my i phone. But updating my phone to new version helped me. I recommend you to try this as well. Maybe it will work for you.liuliu8684 wrote: ↑Thu Jan 18, 2018 9:08 amI have an iOS application with the drag'n'drop functionality.
To simulate drag I tried to use the TouchStart / TouchMove / TouchEnd sequention.
Unfortunately all these methods are not working.
The Crash report "Failed to resolve/execute Request handler because an error occured: [Cannot process request. There is no valid request hander for the methodcall 'ReplayTouch' registered] "
In the forum i saw a topic name "Test for iOS instrumented app crashes on TouchStart method",the Support Team say "It can only be done using TouchStart / TouchMove / TouchEnd in Android.".The topic date is May , 2015.Nulls Brawl Apk
I want to know does the TouchStart / TouchMove / TouchEnd can be using in iOS now?