When adding FreeText, the view only takes up half of the screen in iOS. |
We were able to reproduce the issue in our side and we suspect this to defect. We will analyze further and update more details on 18th February 2019. |
In Android, the Cancel (X) and Done (checkmark) buttons are no longer visible and there is only a button that says "Next". When pressed, the app crashes. |
We are unable to reproduce issue We could not see Next button instead we can see Done button in free text view when the device is rotated in landscape. Also, we are unable to reproduce the app crashing issue in our side by clicking on the done button. Could you please provide more details?
|
In Android, the Cancel (X) and Done (checkmark) buttons are no longer visible |
Since we are using native android EditText control in FreeText view and it seems to be behavior of the EditText while rotation. However, we will check and confirm this behavior and update you the details on 18th February 2019. |
tested this on another Android device and the Done button shows up, but when I click it, the app crashes and I get a "Java.Lang.IllegalStateException focus search returned a view that wasn't able to take focus" error. |
Still we couldn’t reproduce the issue with provided information. Can you please share us the android device and SDK details in which the issue occurred? It will be helpful for us to analyze further. |
When adding FreeText, the view only takes up half of the screen in iOS. |
We are still analyzing in this as this require much deeper analysis we will update further details by tomorrow (19th February 2019). |
When adding FreeText, the view only takes up half of the screen in iOS.
|
We have confirmed that the issue “Free text view takes only half of the screen when the application is rotated to landscape mode in Xamarin.Forms.iOS” is a defect. The fix for this issue will be included in 2019 Volume 1 release which is expected to be available in March 2019. |
In Android, the Cancel (X) and Done (checkmark) buttons are no longer visible |
We are using native android EditText control in FreeText view so, the layout of EditText control is looks different while rotating the application to landscape mode. We could see the same behavior in searchbar present in the toolbar and confirm this as a behavior of EditText control. |