Hi all
i have a task of digitizing a leaflet and it will be shown in a 9:16 leaflet style screen
all is working in desktop chrome and android chrome ( i have not tested others)
images are 4500x800 and krpano produces html like so
<view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
<image hfov="1.00" vfov="1.777778" voffset="0.00">
as you can see they are very tight fov values
I showed it to a friend and he said he could not view the text in iOS and while investigating it in pc emulator i noticed all the text shows in topleft with the appeareance i need but with wronc scale
my text style is like so ->
<style name="mytextstyle" translate="true" type="text" distorted="true" scale="0.01" edge="lefttop" renderer="auto" textalign="lefttop" align="lefttop" bg="false" bgborder="false" autoalpha="true" alpha="1" enabled="true" capture="false" width="75%"/>
if i change the scale to 1 then text shows up but at wrong places. When i go to see the bottom of the page all text hotspots move up but text moves up at a fraction of the speed.
i got two image hotspots and they show in place and move accordingly so it seems it is only text and in iOS.
attached : a screenshot of the same area in desktop and in playwright webkit emulator
plugins up to date
krpano 1.24 25-06-2026 but it happened in the previous version too
i'd really appreciate some help so i could avoid making a new tour only for ios
thnk you all