Search found 2546 matches

by Scott
Thu Mar 27, 2025 10:42 am
Forum: Announcements
Topic: PWB version 3.20.04 Released
Replies: 0
Views: 2087

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: 3451

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: 42407

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: 42407

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: 42407

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: 21861

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: 6625

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: 12069

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 ...
by Scott
Tue Sep 24, 2024 8:43 am
Forum: Announcements
Topic: PWB version 3.20.01 Released
Replies: 0
Views: 11213

PWB version 3.20.01 Released

Version 3.20.01 09-24-2024

Fixed/Changed:
Fixed new tab opening from web page when [Button]NewTab=
Fixed new window opening when URL is denied access

Added:

Removed:
by Scott
Mon Aug 26, 2024 2:41 pm
Forum: Public Web Browser v3
Topic: SirsiDynix "Click anywhere to return home" message
Replies: 0
Views: 15447

SirsiDynix "Click anywhere to return home" message

The SirsiDynix Library catalog home page has a 30 minute session timeout resulting in a message that may confuse patrons. This is coming directly from the webpage and is not a PWB message.

sirsi.png

Using the power of PWB we can inject JavaScript into the page to refresh it every 25 minutes ...
by Scott
Wed Aug 21, 2024 2:09 pm
Forum: Public Web Browser v3
Topic: Updating to the current version of PWB v3
Replies: 2
Views: 26620

Re: Updating to the current version of PWB v3

If you are updating from PWB Chrome (CEF) to PWB Edge here are some things to look for.

Check the context (right click) menu items as some have changed.

The following files and folders can be safely deleted.

Folders:
locales

Files:
CEF.txt
chrome_100_percent.pak
chrome_200_percent.pak
chrome ...
by Scott
Tue Aug 20, 2024 9:42 am
Forum: Announcements
Topic: PWB version 3.20.00 Released
Replies: 0
Views: 12669

PWB version 3.20.00 Released

Version 3.20.00 08-19-2024

Fixed/Changed:
Changed to Microsoft Edge Browser WebView
Changed to include Print Preview in Only Access HTTP and Only Access Internet

Added:
[Toolbars]CustomTabColors= Comma spearated #RRGGBB colors for tabs
[Java]JavaHideNavbar= Dynamic External JavaScript ...
by Scott
Mon Aug 19, 2024 10:07 pm
Forum: Public Web Browser v3
Topic: Keeping users on PWB
Replies: 3
Views: 17480

Re: Keeping users on PWB

In the soon to be released PWB v3.2 Edge you can set the following to prevent the Open and Save dialogs.

[Security]
DisableFileOpen=True
DisableFileSave=True

--Scott
by Scott
Mon Aug 19, 2024 10:06 pm
Forum: Public Web Browser v3
Topic: Keeping users on PWB
Replies: 3
Views: 17480

Re: Keeping users on PWB

If you have the following set in your INI file it should not be possible to right click a link and get the context menu.

[Security]
DisableContextMenu=True

If you need some of the context menu, but not the Save As set the following.

[Security]
UseCustomContextMenu=True

[ContextMenu]
SaveTarget ...
by Scott
Wed Jul 10, 2024 9:08 am
Forum: Public Web Browser v3
Topic: Account information auto filled in
Replies: 6
Views: 44125

Re: Account information auto filled in

For those wanting to suppress the "Manage Cookie Preferences" when using the III Vega catalog and the PWB Clear Cache on Close, attached are the filter files to do it.

Image
managecookiescript.txt
(175 Bytes) Downloaded 1238 times
managecookiefilter.txt
(65 Bytes) Downloaded 1249 times