RE: Android Keyboard Activation Issue

2017-01-13 Thread Livecode XAC via use-livecode
Rich, I agree. I think the syntax is there, mobileControlDo "focus" it just doesn't do anything on Android, but it works fine on iOS. Found the following in LiveCode QualityCenter. 11468 Reported Nov-2103Reported by Monte 11180 Reported Sept-2013 Marked as duplicate of 11468

RE: Android Keyboard Activation Issue

2017-01-13 Thread Livecode XAC via use-livecode
Dave and Andrew, Thank you for your input and insights. Right now I'm creating the control when the user touches on the text box and then delete the control when they enter the return. This provides a highlight of the field that is being entered, but has the double click issue. The original

RE: Android Keyboard Activation Issue

2017-01-12 Thread Livecode XAC via use-livecode
Dave, Thank you for your response. I'm not using multi-line text box, so that is not an issue. I'm currently using this command in the OpenCard to activate the field: send "touchStart" to fld "ExerValue" on this card in 100 milliseconds This creates the native text input box, but doesn't b

RE: Android Keyboard Activation Issue

2017-01-12 Thread Livecode XAC via use-livecode
Andrew, I'm doing the same type of thing, but because I have multiple input fields on the card, I send the inputCreateTSM when the user selects the field. Here is the function that I'm using to create the Native Control when the field is selected. on inputCreatorWide pName, pFld, pContent, pKey