This question is locked. New answers and comments are not allowed.
Hi
I am trying to create a qr code and insert the image created by a qrcode library into the rad side drawer
Following is the code
HTML
<RadSideDrawer #drawer [transition]="sideDrawerTransition" selectionBehavior="None" height="100%"> <StackLayout tkDrawerContent class="sidedrawer-left"> <ScrollView row="0" col="2"> <StackLayout class="sidedrawer-content"> <Image #qrCode height="100" width="100" ></Image> </StackLayout> </ScrollView> </StackLayout> <StackLayout tkMainContent class="bg-primary" height="100%" ><br> </StackLayout><br></RadSideDrawer>