mosil / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

function generateZoomGesture on class Zoomer does not work on device with API level below 14 #546

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. trying to use zoom feature in Android 2.1 (API level 7)
2.
3.

What is the expected output? What do you see instead?
expected output: can zoom the activity.
actual result: nothing change when user this feature

What version of the product are you using? On what operating system?
OS: android 2.1 API level 7

Please provide any additional information below.

after investigating function generateZoomGesture in class Zoomer I saw that we 
are using function Motion.obtain from API 14. We can change to use this 
function introduced in API level 9. but this will not work with older Android 
device such as API level 7.
any solution to support pinch on Android 2.1?

Original issue reported on code.google.com by pyra...@gmail.com on 31 Oct 2013 at 8:41

GoogleCodeExporter commented 9 years ago
Currently we do not have any plans to support it on 2.1. WIll open up if we 
have time to do this change in the future. 

Original comment by renasr...@gmail.com on 31 Oct 2013 at 11:20

GoogleCodeExporter commented 9 years ago
But still cannot run on Android 13 and earlier. I will find a way improve
and show you soon.

On Thursday, October 31, 2013, wrote:

Original comment by pyra...@gmail.com on 31 Oct 2013 at 2:36

GoogleCodeExporter commented 9 years ago
If you can help out with this that would be really great.
Den 31 okt 2013 15:36 skrev <robotium@googlecode.com>:

Original comment by renasr...@gmail.com on 31 Oct 2013 at 3:06