[PLUGIN] Touch Display

Is it possible to adjust what page address the plugin is showing?

I’m planning to use a Volumio player for music playback but also have multiple functionality of the computer without messing to much with the Volumio it self. Think I can solve most of my needs by just customize the webpage used in the chromium kiosk output or redirect to another page.

I thought I could redirect the page by just changing local-config.json under /volumio/http/www/app/ but doesn’t seem to do the trick.

Haven’t had much time to dig deeper in it yet but maybe someone have the information in top of there head?

Solved it myself.
In the file volumiokiosk.sh found in /opt/ folder after last argument /usr/bin/chromium-browser it is defined http://localhost:3000

This argument is the page loaded when plugin is activated. Changing this answered my question.

Next "problem"is that active screen area doesn’t fill full screen, black borders at right and left side while touch screen covers full area. Perfect match in the middle of the screen but to click maximum right of the visible screen I need to press maximum right, in the black border, of the screen. But I believe that will be solved by reading previous questions in this thread

hi at alll friends and thank you @gvolt for you help.
i’m on latest 3.817 volumio version and i have this display
http://www.lcdwiki.com/3.5inch_RPi_Display
i installed the touchdisplay plugin but my XY axis are stupid!!! (i’m stupid)
when push in the up left angle the mouse pointer is in the right buttom angle; when push on right up angle it’s correct and correct it’s when i’ll push on left bottom angle.
my /boot/userconfig.txt file is this:
cat /boot/userconfig.txt

config_hdmi_boost=4
hdmi_group=2
hdmi_mode=87
dtparam=spi=on
dtoverlay=ads7846
dtparam=cs=1
dtparam=penirq=25
dtparam=penirq_pull=2
dtparam=speed=50000
dtparam=swapxy=0
dtparam=InvertY=1
dtparam=InvertX=0
dtparam=pmax=255
dtparam=xohms=150
dtparam=xmin=200
dtparam=xmax=3900
dtparam=ymin=200
dtparam=ymax=3900
hdmi_cvt 1920 1080 60 3 0 0 1

if i modify this value don’t change nothing
dtparam=swapxy=0
dtparam=InvertY=1
dtparam=InvertX=0

please help me