Just reinstalled app (7.6.3.4) on new device {Samsung S10e). My themes are listed but won't download (you're theme could not be downloaded. Please try again later). I have uninstalled and reinstalled and cleared cache. Still no success.
Tutti i post nella community
Nuovo post-
Themes won't download
0 voti
0 commenti
-
how to add custom transliteration mapping
0 voti
0 commenti
using the qwerty keyboard for phonetics sometimes does not bring the relevant word and requires switching to native keyboard to get the word right but then that word does not get save making it impossible to teach new words to the phonetic keyboard. For instance:
- The word "chappal" when typed does not provide a meaningful prediction in Hindi - ideally it should provide predeiction "चप्पल ".
- Typing "ch" only provides "छ" and no option for "च"
Now this would be reasonable so long as user had some way to map the phonetic predictions. Is it possible or is it on the roadmap as a feature?
-
Screenshot how to get this number pad layout
0 voti
0 commenti
Aaaag, I can't upload a screenshot here. I thought I could.. I had to Reset my phone and I used to have the number pad layout, don't know if this is the right description. I want the number pad layout too look like the one before the reset, it look like a calculator. I googled it but can only find that you must tap or hold the number pad key bottom right. I tried it, no go. I also looked under themes and phone settings, no go. Lol, the frustration is that I eventually figured out how to do it before resetting my Huawei. I even posted it here but now I can't find my own bloody post,😁 I really liked my number pad layout back. Cab anyone help me out here please? -
Notification sound
0 voti
1 commento
Whenever I am using keyboard, a notification sound pop up -
Please include your own system-wide spell-checker (red underline) with the app.
0 voti
0 commenti
First, I will clarify some things for those who may not know and for those who might assume that I am confusing spell-checker with keyboard input prediction.
Then I will:
Bring back a problem that has been called for attention many times and explain why it happens;
Explain why I think it matters and why previous suggested workarounds are sub-optimal;
Discuss Google’s (Gboard) chosen workaround;
Give my suggestion to fix the problem.
Definitions
Input prediction (IP) (Auto-complete and auto-correction) is a feature whose main purpose in software keyboards is to allow the user to type faster. The keyboard suggests words before you type them entirely and correct words where there are typos. By auto-correcting, the keyboard allows the user to type without painstaking care and precision, which allows for faster typing.
Spell-checking (SC) is (usually) a feature of word processors or system-wide input fields (MS Word, Android, and Google Chrome for desktop, each has its own spell-checker independent from software keyboards or any input method). Its main purpose is to alert and correct the user about the orthography of a given language.
The problem
People who use simultaneous multi-language input prediction – a feature present on SwiftKey (and Gboard also) – start seeing a red underling in all words of one of the languages.
The reason is that, while SwiftKey’s input prediction does have support for multiple languages simultaneously, the android’s system-wide spell-checker active in the user’s phone (usually AOSP’s or Google’s spell-checker) does not have.
Previous suggestions
Here it has been suggested that the user should disable the spell checker:
https://support.swiftkey.com/hc/en-us/community/posts/115002878149-Red-underline-Not-a-SK-problem-
Notably, this is also the approach used by Gboard (more on that latter), but I think this is far from the ideal because it forces the user to resort to input prediction (IP) as a form of spell-checking (SC). This is a problem because, as I said in the beginning, input-prediction is a feature focused on fast typing (as it should be) and not on orthography. To illustrate, imagine how a user uses IP as SC:
The user types the word and hopes that the keyboard will correct it automatically if it’s wrong. Except that, even when typing correctly, sometimes the first prediction (the middle one in SwiftKey) is not the desired one. And other times the prediction dictionary doesn’t have the desired word. For those reasons, the exact typed word is always shown as an option, typos and all (as it should be), and the keyboard memorizes anything the user decides to input (as it should be) either by typing space and accepting the middle prediction, or by selecting the desired word in the list.
The result is that the IP learns a lot of slangs, acronyms and jargon (as is should be), but also learns misspelled words. And the user has no way of knowing if the thing he/her has typed didn’t appear as the first (middle) prediction because it was wrong or because the neural network crystal ball simply got it wrong or because the word doesn’t exist in the IP dictionary. Also, sometimes the misspelling is so different from the intended word that the latter doesn’t appear in the prediction list, and sometimes the misspelling is even presented as the first (middle) prediction.
The clear solution to that in my opinion is to have a separate mechanism for checking orthography, the spell-checker, which has to support simultaneously multi-language input as well (chrome desktop browser has that). This is a second independent layer that runs after input prediction, and is not affected by the IP dictionary. And when the user decides to tap a word and include it in the SC dictionary it is a conscious deliberate decision.
How does Gboard deal with that
Here it has been said that SwiftKey cannot control the spellchecker, and that Gboard doesn’t break in the same way because it has “advanced system privileges that SwiftKey cannot access”. I’m not an android programmer, but from the tests I have done, it seems to me that Gboard has the exact same level of system access that SwiftKey has with respect to spell-checking:
If my selected system-wide spell-checker is the AOSP one, it behaves in the exact same way with Gboard as it does with SwiftKey. The thing that Gboard does different is that, along with the keyboard, the app installs a spell-checking service as well. I’m using LineageOS, which doesn’t come with Gboard or Google’s spell-checker, only the AOSP ones. And when I install Gboard, Google’s SC appears as an option.
Now, Google’s solution is far from the best in my opinion. For what I tested, the ‘Google spell-checker’ (installed by Gboard) simply disables itself if it detects that Gboard is being used and uses only the system’s language when it detects other 3rd party keyboards (exactly like the AOSP one). And I already explained my problems with both solutions.
My suggestion
Simply put together a simple spell-checker with simultaneous multi-language support and ship it within the SwiftKey app. I think this would be simple to do, just copy the default dictionaries of the SwiftKey IP as a starting point, but it would not have to deal with predictions and other complex features that a software keyboard has to deal with. Again, copy the dictionaries, any word learned by the IP should not be automatically learned by the SC.
The simplest implementation would be to have one hash table for each language. If the user decides to use two languages simultaneously, a new empty language-agnostic hash table is created. That way, when the user includes a new word to de dictionary, it is included in the language-agnostic one to avoid guessing the language of the word. Then, spell-checking a word is simply to query the word on 3 hash tables.
Why am I suggesting this to you?
Here it has been said that SC “was never a feature of SwiftKey itself”, and that it’s an Android problem.
Indeed, if only AOSP’s SC did support multiple languages simultaneously, this problem would be solved. But I use and prefer SwiftKey; AOSP’s keyboard still doesn’t have support for simultaneous multi-language input, suggesting that this support is also not in the horizon for AOSP spell-checker; and it’s more probable that Google’s engineers will fix this only in Google’s SC, in a way that works exclusively with Gboard (as it’s the case with the ‘auto-disable SC’ workaround).
And ultimately this is a problem that (to me at least) seems extremely simple to solve and is hurting your product.
Here are some treads complaining of SC-related problems that, while not necessarily being all related to multi-language support, could benefit from a simple Spell Checker shipped inside the SwiftKey app.
https://support.swiftkey.com/hc/en-us/community/posts/360057381832-Red-underline
https://support.swiftkey.com/hc/en-us/community/posts/360041911952-Swiftkey-red-underline-is-gone-
https://support.swiftkey.com/hc/en-us/community/posts/360054924171-Red-line-under-text
https://support.swiftkey.com/hc/en-us/community/posts/360071921211-Swiftkey-underline-not-showing
P.S.:
I’m conscious that I might be wrong about a number of things: There could be another workaround that solves the problem in a satisfactory way; There could be a barrier to install system-wide spell-checkers on android; Maybe spell-checking is harder than I think, even without grammar-checking or prediction; etc.
In that case it would be nice if someone could explain the situation in a more in-depth way.
-
Swiftkey shows no keys, only blank.
-1 voti
3 commenti
Hi,
My keyboard has started to show up blank, see screenshot below. If I rotate to landscape mode it seems to work though. Any ideas on what to do?
Best regards,
Tobias. -
Showing simplify Chinese on keyboard
1 voto
1 commento
On the keyboard space key area, it shows the language. When we choose Hong Kong tradition Chinese, it should shows 繁體中文(香港)instead of simplify Chinese 繁体中文(香港) -
Option to add
4 voti
4 commenti
How about gettin a button for the bitmoji app like the Google keyboard has?
-
Theme not downloading
0 voti
0 commenti
Virginia cavalier theme does not download says error each time I try to download it please fix this thanks -
2020. Figured out number pad layout!
0 voti
1 commento
I feel like a poephol in Afrikaans language. I searched forever and eventually found the answer hidden here. Thank to it this is what I did thanks to the person that posted it. To change the number pad to a calculation type layout I did the following. I went to SwiftKey settings, click on number pad and layout and then you choose, (right number pad or left number pad and BINGO! It worked for me! I hope it works for you. SwiftKey developers! Please can you make this number pad setting easier to find? Just call it, number pad layout, etc or something like that. -
Буфер обмена
0 voti
1 commento
В клавиатуре есть буфер обмена, можно отредактировать этот буфер обмена на компьютере? и каким образом
-
Kurdish
-1 voti
1 commento
Dear team, please add Kurdish sorani language keyboard to SwiftKey keyboard in IOS.
-
My clipboard is lagging and it's not working when I wrote a lot of shortcuts/paragraphs
0 voti
0 commenti
whenever I open my clipboard it lags and few months ago my clipboard is not working it just crashed. i tried uninstalling and installing it again and it still doesnt work. i tried clearing cache it still doesnt work, i deleted all of high GBs/MBs vids and it still doesnt work. is there a solution to this issue/problem, i wanna fix the clipboard so badly. -
SwiftKey Fails to show up Surface Duo
0 voti
0 commenti
SwiftKey is in usable on the new surface duo. It fails to pop up all the time. I click in almost any text box multiple times and the keyboard fails to show. I have to force stop the application, restart SwiftKey, jump back to the other app, and there is still a 20% chance it doesn't open (reddit seems to hate it). Should I just swap keyboards on this new device? I have never experienced such a hard fail from SwiftKey on either Android or Windows phone previously. this new two screen phone seems to hate this keyboard. Super unreliable. -
Why does attempted punctuation end with 'MC' sometimes?
0 voti
1 commento
Often, when I swipe right on the .!? key I end up with MC instead.
How can that stop?
What's going on here?
I admit it might be me, but I've seen others mention it before.
Roland -
Kaomoji Support (Japanese Emoticons)
6 voti
5 commenti
Have been looking for a keyboard that has it all and SwiftKey works for me for the most part. But it's kind of annoying how I have to switch to a different keyboard every now and then to enter kaomoji or Japanese emoticons like these - (๑•̀д•́๑)ʅʕ•ᴥ•ʔʃ
Would be really nice if these could be made default or as an add on in the SwiftKey keyboard -
Keyboard Jumping
0 voti
0 commenti
Since getting a new Note Ultra, my SwiftKey is experiencing two major problems. The first is that I will be typing and suddenly the cursor will jump back to the beginning lines randomly in the middle of a sentence and start typing there. The other issue is that suddenly the keyboard will switch to the symbol page, messing up my typing. Anyone else having this problem or have any advice? It really sucks. -
フルキーボード ひらがな入力できない
0 voti
0 commenti
フルキーボード ひらがな入力できない -
Korean on iOS plans?
0 voti
1 commento
Korean on android has been available for about 4 years now. When is it coming to iOS? It's really weird that the iOS version of Swiftkey doesn't support Korean -
Help for disabled people
1 voto
1 commento
I am writing in the name of a friend and he loves the keyboard but he needs a small feature. It can be done in minutes. His hands are shaking and you only have two options: flow or gestures. He cannot use neither. Sometimes he cannot use the keyboard at all because either words are deleting themselves (gestures) or change (flow). Please enable a 3rd option on which none of the above to be activated.
Thank you
-
Why is there a SwiftKey service job running in the background and waking up my device?
0 voti
0 commenti
Why is there a SwiftKey job running in the background all the time and waking up my device? It's consuming quite a bit of battery. The job is the following:
*job*/com.touchtype.swiftkey/com.touchtype.scheduler.SwiftKeyJobServiceThis happened around an update available on 7/19/20. Can't tell you the exact version because I HAD to downgrade. -
Change keyboard on external keyboard
0 voti
0 commenti
I'm using latest version of SwiftKey and Android on Samsung Galaxy S10.
If I use SwiftKey using external physical keyboard such as Logitech K850,
I know that Ctrl + Shift changes the language between English and another language such as Spanish.
If I want to switch to another keyboard app such as Samsung keyboard or Google GBoard using only physical keyboard, what should I do?
(I know touching the 'dots' on the lower-right corner does that, but I wonder if I can do this using only physical keyboard)
-
Clipboard memory
0 voti
0 commenti
How i can increase clipboard memory to save more copied text. -
Configurable keys near space_key
0 voti
0 commenti
I think is a interesting idea, to put 1 or 2 configurable keys in bottom (like emoji key), doing little the space key. For example, I would config with ? and !
-
Miss typing letters on The last update
0 voti
3 commenti
I'm using both last version of sk official and beta. in the last update started new problem which was previously on beta only which is miss typing some letters to be more specific when press on some of sk button not type the letter although i felt the vibration of the button during pressing that happened randomly,i used use beta version but when this issue started couple weeks ago i turned to official sk now when updated it the problem go in to it!
My phone Samsung Galaxy note3. Os custom rom lineageos rom 7.1.1
Swiftkey version:6.5.7.22
Regards -
Wrong word selection constantly
6 voti
62 commenti
Lately this app has taken a downturn. It constantly puts in the wrong word. When I backspace to fix it, the word I just input shows up. Ugh! Why wasn't it selected to start with. I've stopped and deliberately made sure I swiped exactly from letter to letter, and it will still put in what it wants to, but what I swiped or what my history would predict. It not only suggests by preemptively puts in a word I rarely use over what I've just used or have used hundreds of times since I stated this app.
-
SK closes and reopens when searching in Firefox
-1 voti
0 commenti
This happens in Normal and Beta versions of Firefox Android. Do a search in the address bar. When done click on address bar again and type a letter and SK closes and re-opens. Android 10 SK 7.6.2.6. Firefox any -
Text replacement
0 voti
0 commenti
I want to send a massage easy. I want to push some Word and after I want to send some Worlds like that "u push (d) and send (dear sir I want to say something) like that" This possible or not please help me -
OneNote Font Size changes in iOS
0 voti
0 commenti
Typing in OneNote on iOS, the font size is reduced about 2 or 3 sizes if I start typing. This does not occur if using another MS keyboard and it appears using Arial. -
Bug in the Pikabu app (Android).
0 voti
0 commenti
There is a very popular Russian entertainment service that resembles Reddit. The service is called Pikabu, with the app of the same name in the Play Market. When entering text in comments, there is a bug when entering text in Russian: in a new paragraph (after pressing Enter) the second word is always obtained with the first letter of the word doubled ("Иван Иванов" will replace "Иван Ииванов"). The bug is very old.
Post in evidenza


