This is a migrated thread and some comments may be shown as answers.

[Solved] Images not appearing in the drawer(Nativescript Angular)

1 Answer 79 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
cherian
Top achievements
Rank 1
cherian asked on 26 Aug 2017, 09:36 AM

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>

 

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsonev
Telerik team
answered on 28 Aug 2017, 06:34 AM
Hi,
This ticket is duplicated with another one. The answer could be found here
Regards,
nikolay.tsonev
Progress Telerik
Did you know that you can open private support tickets which are reviewed and answered within 24h by the same team who built the components? This is available in our UI for NativeScript Pro + Support offering.
Tags
SideDrawer
Asked by
cherian
Top achievements
Rank 1
Answers by
Nikolay Tsonev
Telerik team
Share this question
or