Does autoCorrectionType work?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
JackD
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 28
Joined: Sat Mar 14, 2009 3:17 am
Location: Olympia, WA USA

Does autoCorrectionType work?

Post by JackD » Tue Jul 01, 2014 7:06 pm

No matter what I try, I can't turn off auto correct in an Android native input control (either text or multiline). This is true for ver. 6.6.2 and 6.7 dp4. 7.0 dp6 won't even display the control. I've tried setting autoCorrectionType to "no" as the dictionary suggests as well as false. Has anyone else gotten it to turn off?

Here is simplified sample code that I put into a text field.

Code: Select all

on mouseUp
   mobileControlCreate "multiline", "displayInput"
   mobileControlSet "displayInput", "rect", "0,0,400,400" 
   mobileControlSet "displayInput", "vScroll", "0"
   mobileControlSet "displayInput", "visible", true
   mobileControlSet "displayInput", "autoCorrectionType", "no"
end mouseUp
27" iMac, OS X 10.13
iPad 3, iPad Pro, iPhone 4s, iPhone 6, LG Optimus L9 phone, Samsung Galaxy Camera
LiveCode 8.1.9

JackD
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 28
Joined: Sat Mar 14, 2009 3:17 am
Location: Olympia, WA USA

Re: Does autoCorrectionType work?

Post by JackD » Tue Jul 01, 2014 7:22 pm

Please ignore this post. I've discovered I had auto correct turned on in the settings menu of my phone. I'm feeling really dumb right now.
27" iMac, OS X 10.13
iPad 3, iPad Pro, iPhone 4s, iPhone 6, LG Optimus L9 phone, Samsung Galaxy Camera
LiveCode 8.1.9

Post Reply

Return to “Android Deployment”