Declined
Last Updated: 03 Apr 2019 08:02 by ADMIN
Created by: Anthony
Comments: 2
Category: UI for Xamarin
Type: Feature Request
0

Hello ,

An Admin say me to explain a way to use a QrCode export in PDF .

So what we need ?

I use your RadBarcode to create a barcode so simple . But now this QrCode i want to get him as an imageStream and then use it on a PDFCreator .

For the moment i try to create a view with QrCode -> export this view as an Image -> change that image on ImageStream -> Use this ImageStream on PDfCreator .

I hope you understand me !

Sincerly,

 

Anthony Ranuuzzi

 

 

Unplanned
Last Updated: 12 Aug 2019 21:04 by ADMIN

Hi there,

 

We're struggeling with the radentry control. For login purposes we use one for the password and one for the email. When we set IsPassword=true this does show dots instead of words, but some basic stuff isn't working.

1) The normal entry with IsPassword=true does also hide the suggestion tab that is above the keyboard. We also tried hiding this with other settings but to no result. This control should also hide suggestions since it is a password and we don't want to cache this in any way.

2) When we replace the radentry password field with a xamarin entry password field (so set IsPassword=true on both) then we also get the password fill option. In this case Samsung keypass. I imagine if people are using autofillers such as samsung, google, or something else, that this should also work since i'm stating the field is a password field.

Tested on android with multiple devices.

Thanks in advance!

 

Martijn

Declined
Last Updated: 12 Mar 2019 12:51 by ADMIN

As the subject:

Before upgrading to the latest version of Telerik Controls, the Drag/Drop functionality worked correctly but after upgrading the list no longer updates and the item moved returns back to the original position.

Not using "ReorderEnded", everything works fine but this is needed to detect that something has been moved. 

Completed
Last Updated: 12 Mar 2019 21:49 by ADMIN
Created by: Jacob
Comments: 2
Category: UI for Xamarin
Type: Bug Report
0

We can build on our personal development environments without issue. The issue is only on the Azure DevOps build server. We believe this to be related to a version incompatibility. Possibly the build server is attempting to reference an old library. We are seeing the issue on both iOS and Android builds. 

This issue is well documented here: 
https://www.telerik.com/forums/can%27t-resolve-the-reference-%27system-object#wNK1sRy19UOhttFJzbEshQ

Our version info:
- Build server is using  Microsoft's hosted agent with Visual Studio for Mac 7.7.4.1 (attached file with all software installed on the host build-host-software.txt)
- App is on version 3.4.0+
- Referenced libraries use .NET Standard 1.6 and 2.0
- Xamarin.Forms app is hosted in a .NET Standard 2.0 library

Could we get a hold of an older compatible version of the software that can work with our version if there is no workable solution here ?

 
Unplanned
Last Updated: 05 Apr 2021 05:38 by ADMIN
Created by: Werner
Comments: 3
Category: UI for Xamarin
Type: Feature Request
8

An image supporting SVG would be nice (or is there any ?)

There are also many developers looking for SVG support on Xamarin forums so I think there is really a market for it!

Best regards,

Werner Geiseder

Completed
Last Updated: 19 Jun 2019 12:55 by ADMIN
Release R2 2019 SP1
Created by: Robert
Comments: 1
Category: UI for Xamarin
Type: Bug Report
0

When trying to build the QSF example on GitHub, an error occurs due to The IHiearchyAdapter still being used in :

TreeView - First Look Example and Customizations Example.

 

The Error Message is Error CS0122: 'IHierarchyAdapter' is inaccessible due to its protection level (CS0122) (QSF)

Completed
Last Updated: 20 Feb 2019 12:53 by ADMIN
Remove Xamarin.Android.Support.v8.Renderscript dependency from NuGet packages dependencies.
Completed
Last Updated: 20 Feb 2019 12:48 by ADMIN
When the Lite Nuget package is referenced and the linker behavior is "SDK Assemblies Only", an error related to PdfViewer is raised.
Unplanned
Last Updated: 08 Feb 2019 13:02 by ADMIN
Created by: Shawn
Comments: 0
Category: UI for Xamarin
Type: Feature Request
2
I would like the SDKBrowser to include BOTH the current XAML examples AND pure C# versions of the same thing.
Unplanned
Last Updated: 21 Dec 2020 10:58 by ADMIN
Created by: Dennis
Comments: 2
Category: UI for Xamarin
Type: Feature Request
3
Provide Item Templates for Visual Studio for Mac
Completed
Last Updated: 31 Jan 2019 15:47 by ADMIN
The issue can be observed in the AutoCompleteView control.
Unplanned
Last Updated: 15 Jan 2019 15:44 by ADMIN
Created by: Mano Sadeh
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
When the Mask property is set to letters and digits, the Mask accepts symbols too.
Completed
Last Updated: 31 Jan 2019 15:47 by ADMIN
ArgumentOutOfRangeException is thrown when two buttons are pressed at a time
Unplanned
Last Updated: 14 Jan 2019 15:00 by Manish
Created by: Manish
Comments: 1
Category: UI for Xamarin
Type: Feature Request
7
Introduce Android Snackbar for Xamarin.Forms that needs to work on app level
Completed
Last Updated: 06 Sep 2019 12:26 by ADMIN
Release R2 2019 SP2

The SelectionChanged event of the ChartSelectionBehavior is fired twice for a single selection change

Unplanned
Last Updated: 21 Dec 2018 11:42 by ADMIN
Created by: JJ
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1

Add a StyleSelector to allow for different background colors for different AllDayAppointments. Currently all appointments share the color defined in MultiDayView or the default one.

This would allow the appointment to have different background colors depending on the context of the appointment entity.

Unplanned
Last Updated: 20 Dec 2018 15:20 by ADMIN

When Maximizing and Restoring the application's window, the RadSideDrawer's MainContent sometime gets measured wrong. This results in a corrupt state where all the main content is off-screen when the app is in the Restored state.

This can be tricky to reproduce without guidance, therefore I've recorded a video (attached) to demonstrate how to reproduce it as fast as possible with the code below:

<ContentPage ...>
    <telerikPrimitives:RadSideDrawer
            DrawerLength="400"
            AreGesturesEnabled="false"
            DrawerLocation="Bottom"
            DrawerTransitionType="SlideInOnTop"
            DrawerTransitionDuration="0.2"
            IsOpen="False"
            VerticalOptions="FillAndExpand">
        <telerikPrimitives:RadSideDrawer.DrawerContent>
            <StackLayout
                VerticalOptions="FillAndExpand"
                BackgroundColor="GreenYellow">
                <Label
                    Text="DrawerContent"
                    VerticalOptions="FillAndExpand"/>
            </StackLayout>
        </telerikPrimitives:RadSideDrawer.DrawerContent>
        <telerikPrimitives:RadSideDrawer.MainContent>
            <StackLayout
                Orientation="Vertical"
                VerticalOptions="FillAndExpand"
                BackgroundColor="LightBlue"
                Margin="0"
                Padding="10">
                <Button
                    Text="Telerik"
                    FontSize="Large"
                    BackgroundColor="Orange"
                    HorizontalOptions="FillAndExpand" />
            </StackLayout>
        </telerikPrimitives:RadSideDrawer.MainContent>
    </telerikPrimitives:RadSideDrawer>
</ContentPage>

Declined
Last Updated: 20 Feb 2019 05:42 by Allcloud
Created by: Allcloud
Comments: 3
Category: UI for Xamarin
Type: Feature Request
1

			
Completed
Last Updated: 22 Nov 2018 16:14 by ADMIN
Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
Unplanned
Last Updated: 09 Apr 2020 14:20 by ADMIN
ADMIN
Created by: Yana
Comments: 9
Category: UI for Xamarin
Type: Feature Request
7