Search found 2 matches

by lakiona
Sat Oct 04, 2014 2:19 am
Forum: Mobile Testing
Topic: Android soft keyboard done button
Replies: 4
Views: 3694

Android soft keyboard done button

Hi, We're having trouble recording a "done" button press on the soft keyboard with Ranorex. Within our code there is the check shown below: if( e.ActionId == Android.Views.InputMethods.ImeAction.Done ) In the UI we are entering information into an EditText control. A touch action to move focus to th...
by lakiona
Fri Sep 26, 2014 2:44 am
Forum: Mobile Testing
Topic: 'No App Running' message.
Replies: 6
Views: 2741

Re: 'No App Running' message.

Hello, We are experiencing a similar issue and wondered if you have had any success in solving the problem? We've narrowed down our issue to a peculiar circumstance. Our class inheritance stack is as follows: android.app.activity > (abstract) BaseActivity > BasePageActivity > PageActivity. If the On...