Address bar support for https

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Address bar support for https

Postby raul1141 » Mon Jun 25, 2018 7:03 am

Hi ,
Is there any default implementation of address bar which shows that green button for https sites? The one in example cefclient does not have one.
raul1141
Newbie
 
Posts: 6
Joined: Fri Jan 29, 2016 2:32 am

Re: Address bar support for https

Postby ndesktop » Mon Jun 25, 2018 9:03 am

AFAIK there is none. I do have one on a custom product, though.
You can fill an issue for cefclient and some day I might add one, if approved.
ndesktop
Master
 
Posts: 750
Joined: Thu Dec 03, 2015 10:10 am

Re: Address bar support for https

Postby raul1141 » Tue Jun 26, 2018 5:51 am

Thanks! Any basic idea how to achieve that? I was thinking of combining a button and text field together. how did you approach?
raul1141
Newbie
 
Posts: 6
Joined: Fri Jan 29, 2016 2:32 am

Re: Address bar support for https

Postby ndesktop » Tue Jun 26, 2018 6:31 am

In the (official) product I'm talking about we use sciter as UI, so it's a HTML element.
If you want to do it in Win32, a custom combined control should do it.
Just a C++ container/dialog class with a fixed indicator in left (ok, right if RTL) and the regular edit control for address bar.
Indicator can be really anything, most likely a button control since is clickable.
ndesktop
Master
 
Posts: 750
Joined: Thu Dec 03, 2015 10:10 am


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 44 guests