-
I have an issue on iOS
```
"tns-ios": {
"version": "6.5.1"
}
...
"nativescript-ui-listview": "^8.2.0",
"nativescript-angular": "^8.21.0",
"tns-core-modules": "^6.5.7",
```
…
-
Superlikes currently aren't added to the API action queue on the swipe page, so they can't be undone.
-
In order to achieve more flexibility, it would perhaps be better to list the individual gestures in the gesture configuration and allow the actions you have implemented to be freely selected in a comb…
-
### What problem does this address?
Currently, when you open a podcast, you are presented with a list of episodes. To select an episode, you must press and hold then checkboxes appear. There is a too…
-
If I circle around the backspace key, it currently deletes one word. That's good. However, if after circling around backspace, I hold my finger on backspace, it should wait a moment, and then start de…
-
**Describe the bug**
In the saved feed of the profile, swipe actions work for posts but not for comments
**Steps to Reproduce**
1. Go to saved posts
2. Make sure swipe actions are enabled for po…
-
There is no support for Japanese currently.
Japanese virtual keyboards on phones work the same way as unexpected keyboard. They utilise swipe actions to type different kana (syllable characters).
…
-
It looks like `positionChanged` event doesn’t necessarily fire for FXL after it did at least once for a spread. It causes a discrepancy between reflow and FXL where your functions are not guaranteed t…
-
Right now to make a single swipe we need to write all this code:
```
appium_driver.actions().w3c_actions = ActionBuilder(
appium_driver.get_driver,
mouse=PointerI…
-
### Is this a feature relevant to companion itself, and not a module?
- [X] I believe this to be a feature for companion, not a module
### Is there an existing issue for this?
- [X] I have searched…