Marc Durdin
b676cc1d9a
Merge pull request #7563 from keymanapp/fix/ios/7517-iPad-not-recognised-as-tablet
...
fix(ios): iPad was not recognised as tablet device
2022-11-01 05:38:10 +11:00
Marc Durdin
71af6160db
fix(ios): iPad was not recognised as tablet device
...
Fixes #7517 .
Cleans up the setDeviceType code which was attempting to set the device
type far too late in the init sequence, and moves responsibility for
detection from kmwembedded.ts to ios-host.ts, as this device test is
iOS-specific.
2022-10-28 13:02:19 +11:00
Joshua Horton
1bdb2d4364
Merge pull request #7557 from keymanapp/fix/web/model-id-case-insensitivity
...
fix(web): model language ids now case-insensitive
2022-10-28 08:17:40 +07:00
Joshua A. Horton
50cfdc7072
fix(web): model language ids now case-insensitive
2022-10-27 12:30:56 +07:00
Joshua Horton
a060ccb6fd
Merge pull request #7543 from keymanapp/fix/web/oskEvent-keyboard-synch
...
fix(web): ensures keyboard does not change underneath OSK keystroke
2022-10-26 14:13:54 +07:00
Joshua Horton
31ce257f9d
Merge pull request #7544 from keymanapp/fix/web/isChiral-string-param
...
fix(web): allow `isChiral()` to accept string name parameter of keyboard
2022-10-26 14:13:44 +07:00
Joshua A. Horton
717e6fd472
fix(web): isChiral(<string>)
2022-10-26 11:11:45 +07:00
Joshua Horton
b097c351e1
Merge pull request #7463 from keymanapp/chore/web/engine-tools-build-rework
...
chore(web): KMW dev-tools reorganization, cleanup, script updates 📜
2022-10-26 10:17:01 +07:00
Joshua A. Horton
c3e3fb04d5
fix(web): ensures keyboard does not change underneath OSK keystroke
2022-10-26 09:45:26 +07:00
Joshua Horton
99da9a7785
Merge pull request #7486 from keymanapp/feat/web/kbd-layout-numeric-props
...
feat(web): keyboard layout spec now allows numeric width, pad, sp
2022-10-26 09:09:13 +07:00
Joshua Horton
8a6120428a
Merge pull request #7488 from keymanapp/fix/web/lang-menu-index-scroll
...
fix(web): touch-platform language menu initial scrolling + index scrolling
2022-10-24 08:02:33 +07:00
Joshua A. Horton
d74303bc5d
fix(web): .display, not .visibility
2022-10-20 11:04:24 +07:00
Joshua A. Horton
a7e01f9172
change(web): titlebar configEnabled, helpEnabled
2022-10-20 10:12:21 +07:00
Joshua A. Horton
9301626dd2
chore(web): Revert "chore(web): removes CSS related to prior commit"
...
This reverts commit 9e1cc734b7 .
2022-10-20 09:51:02 +07:00
Joshua A. Horton
e91cc809a7
chore(web): Revert "change(web): removes dead help, config top-right OSK icons"
...
This reverts commit c0cc360297 .
2022-10-20 09:50:33 +07:00
Joshua A. Horton
4e609a258f
chore(web): minor review nit
2022-10-20 08:48:19 +07:00
Joshua A. Horton
065a156621
fix(web): lang menu init default position
2022-10-19 15:17:24 +07:00
Joshua A. Horton
22f8011acf
fix(web): touch language-menu scrolling via index
2022-10-19 14:58:31 +07:00
Joshua A. Horton
527aaa6618
feat(web): keyboard layout now allows numeric width, pad, sp
2022-10-19 10:27:38 +07:00
Joshua A. Horton
9e1cc734b7
chore(web): removes CSS related to prior commit
2022-10-19 08:29:55 +07:00
Joshua A. Horton
c0cc360297
change(web): removes dead help, config top-right OSK icons
2022-10-19 08:25:47 +07:00
Joshua A. Horton
382efd900e
chore(web): reworks web project dev tool builds
2022-10-17 10:44:03 +07:00
Joshua A. Horton
1a674cb9b6
chore(web): dev_resources cleanup
2022-10-17 10:44:02 +07:00
Joshua Horton
c690ed727a
Merge pull request #7395 from keymanapp/fix/web/touch-inputmode-preservation
...
fix(web): better element inputmode management 📴
2022-10-17 10:19:12 +07:00
Joshua Horton
690a282fe3
Merge pull request #7360 from keymanapp/change/web/drop-alignInputs
...
chore(web): drops alignInputs, hideInputs 📴
2022-10-17 10:19:05 +07:00
Joshua A. Horton
15e4e3745c
chore(web): PR cleanup per review
2022-10-17 08:28:46 +07:00
Joshua A. Horton
f80fec1280
fix(web): must attach before saving inputmode
2022-10-14 10:58:30 +07:00
Joshua A. Horton
773a619ccf
chore(web): null catches on observer toggle methods
2022-10-10 14:15:54 +07:00
Joshua A. Horton
ce6c05a2fb
fix(web): inputMode masking on control enablement, not just attachment
2022-10-10 09:54:48 +07:00
Joshua A. Horton
f8438d2117
chore(web): Merge branch 'master' into change/web/drop-touch-aliases
2022-10-10 09:04:24 +07:00
Joshua Horton
d979cd1ee7
Merge pull request #7359 from keymanapp/fix/web/contextEditable-undefined-select
...
fix(web): possible error on change of context to a contextEditable
2022-10-10 08:59:41 +07:00
Joshua A. Horton
5acb8f2ec1
fix(web): touch-drag selection
2022-10-07 09:10:30 +07:00
Joshua A. Horton
6dec90c868
chore(web): and another
2022-10-07 08:57:01 +07:00
Joshua A. Horton
c60f2f5d4e
chore(web): more dead code cleanup
2022-10-07 08:56:29 +07:00
Joshua A. Horton
089077d86d
chore(web): minor cleanup
2022-10-04 12:52:00 +07:00
Joshua A. Horton
482e743313
feat(web): adds mutationobserver to detect inputmode change, stores setting
2022-10-04 12:44:24 +07:00
Joshua A. Horton
d9cd488923
chore(web): Merge branch 'change/web/drop-touch-aliases' into change/web/drop-alignInputs
2022-10-04 12:43:09 +07:00
Joshua A. Horton
37f50e1b34
fix(web): element detachment on touch devices
2022-10-04 12:33:13 +07:00
Joshua A. Horton
a5c8293d27
chore(web): addresses some PR review concerns
2022-10-04 09:40:52 +07:00
Joshua A. Horton
871c50bb2b
docs(web): re-documents a couple of vars (see #7387 )
2022-09-30 12:46:57 +07:00
Joshua A. Horton
312b19c3ef
chore(web): drops testString, checkFont* funcs
2022-09-30 11:49:03 +07:00
Darcy Wong
afba43b898
fix(web): Only unhighlight suggestion if there's a pending one
2022-09-29 13:33:42 +07:00
Joshua A. Horton
7de043021d
fix(web): forgot to remove kmwembedded ref
2022-09-29 10:41:38 +07:00
Joshua Horton
a3dde68d52
Merge pull request #7345 from keymanapp/fix/common/web/mock-deadkey-handling
...
fix(common/web): mock deadkey handling after rules manipulating context 📴
2022-09-29 10:37:49 +07:00
Joshua A. Horton
d1887a50cd
chore(web): drops alignInputs, hideInputs
2022-09-29 08:52:46 +07:00
Joshua A. Horton
897d3d7475
fix(web): content-editable attachment issue post-rebase
2022-09-29 08:17:56 +07:00
Joshua A. Horton
ccea30e9c4
fix(web): fully drops simulated-element touch handlers
2022-09-29 08:17:54 +07:00
Joshua A. Horton
3218b9a9f3
fix(web): fixes touch-based focusing issues with OSK interactions
2022-09-29 08:17:52 +07:00
Joshua A. Horton
8b346d4faf
chore(web): properly places code that crept into #7345
2022-09-29 08:17:51 +07:00
Joshua A. Horton
366efe0e34
feat(web): enables non-design-mode iframes for touch
2022-09-29 08:17:50 +07:00