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

TELERIK QR Code Not working in OPERA

6 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
PRITESH
Top achievements
Rank 1
PRITESH asked on 19 Mar 2014, 09:53 AM
Hello,

I am using Telerik to generate QR-code, everything works fine. But the problem is that, the QR-code is not visible at all in Opera Browser version 11.11.
No error is generated either. The application works well and QR-code is shown correctly in Mozilla Firefox, Internet Explorer and Google Chorme also, the QR-code is not visible only in Opera.
Any help will be greatly appreciated.

6 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 21 Mar 2014, 08:39 AM
Hi Pritesh,

Can you please clarify which QR code are you referring to. Are you using the UI components for Windows Phone or some other product?

Regards,
Victor
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
PRITESH
Top achievements
Rank 1
answered on 28 Aug 2014, 06:33 AM
aspx code

   <td>
                    <telerik:radscriptmanager runat="server" id="RadScriptManager1" />
                    <telerik:radbarcode runat="server" id="RadBarcode1" type="QRCode" cssclass="RadBarcode"
                        style="height: 120px; width: 120px;">
                <QRCodeSettings />
            </telerik:radbarcode>
                </td>






0
PRITESH
Top achievements
Rank 1
answered on 28 Aug 2014, 06:35 AM
C# code


                RadBarcode1.Text = dtStudentData.Rows[0]["Barcode_data"].ToString();
                RadBarcode1.QRCodeSettings.ErrorCorrectionLevel = Modes.ErrorCorrectionLevel.L;
                RadBarcode1.QRCodeSettings.Mode = Modes.CodeMode.Byte;
                RadBarcode1.QRCodeSettings.Version = Convert.ToInt32(dtStudentData.Rows[0]["Barcode_version"].ToString());
                RadBarcode1.QRCodeSettings.DotSize = 0;

0
PRITESH
Top achievements
Rank 1
answered on 28 Aug 2014, 06:45 AM
Please help . and QR code also not working in IE8
0
Accepted
Vasil
Telerik team
answered on 01 Sep 2014, 02:29 PM
Hi,

Set OutputType="EmbeddedPNG" for your Barcode control, and it will work in Opera and IE as well as the other browsers.

Regards,
Vasil
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
PRITESH
Top achievements
Rank 1
answered on 02 Sep 2014, 06:58 AM
Thank You very much Mr Vasil. Now it works fine.
Tags
General Discussions
Asked by
PRITESH
Top achievements
Rank 1
Answers by
Victor
Telerik team
PRITESH
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or