Search found 2553 matches

by Scott
Thu Jun 19, 2025 11:03 am
Forum: Public Web Browser v3
Topic: Custom Protocol Support
Replies: 2
Views: 224

Re: Custom Protocol Support

We added the following undocumented feature to PWB 3.20.05 which will enable the custom protocol handlers in the underlying Edge browser.

[Security]
EnableCustomProtocolHandlers=True

Please note this is still untested so it may not work out of the gate.

--Scott
by Scott
Thu Jun 19, 2025 10:03 am
Forum: General
Topic: Add a new tab
Replies: 3
Views: 290

Re: Add a new tab

This is now fixed in PWB 3.20.05.

--Scott
by Scott
Thu Jun 19, 2025 9:12 am
Forum: Announcements
Topic: PWB version 3.20.05 Released
Replies: 0
Views: 93

PWB version 3.20.05 Released

Version 3.20.05 06-19-2025

Fixed/Changed:
Change toolbars to allow scaling on high DPI monitors
Fixed [MultipleHomeTabs]
Fixed disabling new tab with Edge causing PWB to close
Fixed custom context menu for links

Added:
[Browser]LargeToolbarIcons=False Enable Large toolbar buttons

Removed:
by Scott
Wed Jun 18, 2025 9:18 am
Forum: Public Web Browser v3
Topic: Custom Protocol Support
Replies: 2
Views: 224

Re: Custom Protocol Support

The protocol filters in PWB are more to block a protocol such as FTP than it is to enable custom protocols.

Current PWB does not support custom protocols, but it is possible for us to develop the option.

Please email support @ teamsoftwaresolutions.com directly and we would be happy to work with ...
by Scott
Fri Jun 13, 2025 2:37 pm
Forum: General
Topic: Add a new tab
Replies: 3
Views: 290

Re: Add a new tab

Please note, this seems to be broken in PWB 3.2xx. We are looking into it.

--Scott
by Scott
Fri Jun 13, 2025 2:35 pm
Forum: General
Topic: Add a new tab
Replies: 3
Views: 290

Re: Add a new tab

Use the [MultipleHomeTabs] section of the INI file.

For example:

[MultipleHomeTabs]
Tab1=https://teamsoftwaresolutions.com
Tab2=https://google.com

Please note, the "Tab*" can be anything as long as each key in the section is different.

This will open PWB to the [Browser]HomePage= and the 2 other ...
by Scott
Mon Apr 14, 2025 12:41 pm
Forum: Public Web Browser v3
Topic: PWB closing out when using remote access software.
Replies: 2
Views: 19000

Re: PWB closing out when using remote access software.

The PWB Secure Mode opens PWB is a secondary Windows Desktop.

I am guessing when closing the remote software, it is closing to the Windows primary Desktop leaving PWB running in the secondary Desktop.

If you have the account that runs PWB setup to auto login and start PWB your best option may be ...
by Scott
Thu Mar 27, 2025 10:42 am
Forum: Announcements
Topic: PWB version 3.20.04 Released
Replies: 0
Views: 21096

PWB version 3.20.04 Released

Version 3.20.04 03-27-2025

Fixed/Changed:
Fixed command line URL navigation.
Changed to specifically disable edge password auto save.
Changed when PWB is in kiosk mode removes window border.
Changed [Browser]DefaultLanguage= Sets default browser language in BCP 47 format

Added:

Removed:
by Scott
Thu Mar 27, 2025 10:29 am
Forum: Public Web Browser v3
Topic: Page Not Loading Issue - Library Catalog
Replies: 2
Views: 12871

Re: Page Not Loading Issue - Library Catalog

Do you have PWB restart and clear the cache between patrons?

[Security]
ClearCacheOnClose=True
RestartOnClose=True

Having an inactivity timer set to automatically reset between patrons is also a good idea.

[Inactivity]
InactivityTimer=True
InactivityAction=Exit

The above cause PWB to exit on ...
by Scott
Thu Feb 20, 2025 1:15 pm
Forum: Public Web Browser v3
Topic: PWB v3.20.03 Edge Rendering Engine
Replies: 5
Views: 50649

Re: PWB v3.20.03 Edge Rendering Engine

PWB 3.20.04 Release Candidate 2 now available on the Beta page fixes the URL on the command line.

--Scott
by Scott
Wed Feb 19, 2025 1:03 pm
Forum: Public Web Browser v3
Topic: PWB v3.20.03 Edge Rendering Engine
Replies: 5
Views: 50649

Re: PWB v3.20.03 Edge Rendering Engine

PWB 3.20.04 Release Candidate 1 now available on the Beta downloads page has the following functionality added.

[Browser]
DefaultLanguage=en-IE

The above needs to be added to the INI file, and is in BCP 47 Language Tags format.

https://www.techonthenet.com/js/language_tags.php

--Scott
by Scott
Wed Feb 19, 2025 12:07 pm
Forum: Public Web Browser v3
Topic: PWB v3.20.03 Edge Rendering Engine
Replies: 5
Views: 50649

Re: PWB v3.20.03 Edge Rendering Engine

Not currently without changing the Windows System Language.

We will add specifying the language via the INI file in PWB 3.20.04.

It looks to be an easy add to PWB, so this new version should be available soon.

--Scott
by Scott
Fri Dec 20, 2024 1:18 pm
Forum: Announcements
Topic: PWB version 3.20.03 Released
Replies: 0
Views: 25104

PWB version 3.20.03 Released

Version 3.20.03 12-20-2024

Fixed/Changed:
Fixed Focus on WebView after navigation.

Added:

Removed:
by Scott
Thu Dec 19, 2024 11:05 am
Forum: Announcements
Topic: PWB version 3.20.02 Released
Replies: 0
Views: 9706

PWB version 3.20.02 Released

Version 3.20.02 12-19-2024

Fixed/Changed:
Fixed Microsoft Basic Authentication

Added:

Removed:
by Scott
Fri Sep 27, 2024 11:06 am
Forum: Public Web Browser v3
Topic: III Vega Manage Cookies
Replies: 0
Views: 16829

III Vega Manage Cookies

For those wanting to suppress the "Manage Cookie Preferences" when using the III Vega catalog and the PWB Clear Cache on Close, use the PWB JavaScript filter to inject JavaScript into the home page to click the Close button on the message.

iii_vega.png

Enable the JavaScript filter and tell PWB ...