WildcatIP / other.js

The Chatternet feature platform
GNU Affero General Public License v3.0
7 stars 1 forks source link

Autocorrect behavior #59

Open kharmabum opened 7 years ago

kharmabum commented 7 years ago

Some existing features on iOS (e.g. @identity_mention, #channel_mention, invite @identity_mention, etc) disable autocorrect as soon as the associated token is matched via the Intent system. The mechanism here (https://github.com/other-xyz/other.js/issues/55) should probably also return any requirements that the feature has when presenting results (e.g. disabling autocorrect, presentation style such as grid/vertical-list/horizontal-scroll, etc).

tonygentilcore commented 7 years ago

Sounds like there's two distinct things here:

kharmabum commented 7 years ago

@tonygentilcore agree with going straight for https://github.com/other-xyz/other.js/issues/12. By autocomplete I don't mean chat complete, I mean the native iOS spelling/dictionary autocorrect behavior (updated description). Exposing this property of the feature would be required in order for the Other.js to have parity with current iOS behavior.