juniorschen
juniorschen
Hello I did not find in your documentation how to change the translations that are being done by the map
**Environment**  **Describe the bug** When use a RadPieChart with DonutSeries and the data of chart is just one value this not show colors.  Whith more data working correctly:...
**Environment** New project nativescript 8/ angular 11 **Describe the bug** After updating the application code, the application is not updated. You have to run "ns run android" again
**Environment**  **Describe the bug** When use this.form.get(Control).setValue(value, { emitEvent: false }) i continue to receive the valuechanges event. It happens in my modals. **Expected behavior** No receive value changes...
### Tell us about the problem   ### Which platform(s) does your issue occur on? Android ### Please provide the following version numbers that your issue occurs with: ...
Hello in the documentation you guys show how to provide a physical openapi file, but I would like to pass a url to it : https://petstore.swagger.io/v2/swagger.json
**Environment**  **Describe the bug** Modal closes when use await driver.hideDeviceKeyboard() on navigation modal. **To Reproduce** Add navigation modal with any text field, try to type field and hidekeyboard. **Expected...
Hello i trying type searchbar element to test my filters but its never finded. await driver.findElementByClassName(driver.locators.getElementByName("searchbar")); Incredibly when looking for textfield I got the result, but I believe it shouldn't...
Hello I am trying to test all the screens of my application with appium, my purpose is to take the printscreen to ensure that in any future change I can...
Hello I realized that through the driver provided by 'nativecript-dev-appium' I do not have access to the children of elements. It would be a very interesting resource to have so...