juniorschen

Results 15 issues of juniorschen

Hello I did not find in your documentation how to change the translations that are being done by the map

**Environment** ![image](https://user-images.githubusercontent.com/46031261/87824509-c9163680-c84b-11ea-9295-ed4413d5b814.png) **Describe the bug** When use a RadPieChart with DonutSeries and the data of chart is just one value this not show colors. ![image](https://user-images.githubusercontent.com/46031261/87824574-e5b26e80-c84b-11ea-8a00-1d9bd0f96cb0.png) 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** ![image](https://user-images.githubusercontent.com/46031261/104125267-630af780-5334-11eb-8708-1429dae6c30d.png) **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 ![image](https://user-images.githubusercontent.com/46031261/120361800-af090980-c2e0-11eb-8f53-0f920523f8ac.png) ![image](https://user-images.githubusercontent.com/46031261/120362058-05764800-c2e1-11eb-8952-048b011850fc.png) ### Which platform(s) does your issue occur on? Android ### Please provide the following version numbers that your issue occurs with: ![image](https://user-images.githubusercontent.com/46031261/120361837-b9c39e80-c2e0-11eb-9e09-cedc8366a460.png)...

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** ![image](https://user-images.githubusercontent.com/46031261/119347017-52b74180-bc71-11eb-8e50-d3a652d2bc80.png) **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...