Hello,
We have a custom interface using KRPANO and we are running into the issue where on a HTML <select> menu we are not able to open it on Android Mobile.
Has anyone ran into this issue?
Thanks for any help!
Cheers,
Michael
Hello,
We have a custom interface using KRPANO and we are running into the issue where on a HTML <select> menu we are not able to open it on Android Mobile.
Has anyone ran into this issue?
Thanks for any help!
Cheers,
Michael
Are bumps allowed?
If not please disregard my bump.
If not please disregard my bump.
Same too u. Is it solved yet?
Hi,
do you have a link to your example or a test-case?
If custom interface html code was added via the textfield - is the interactive setting enabled:
https://krpano.com/plugins/textfield/#interactive
Best regards,
Klaus
You can test it here. Click on ruler icon then you can see a select option unit on the right top of the page
I'm using html in data element and then add it using addlayer method type "text"
As first step please try adding: interactive="true"
As first step please try adding: interactive="true"
It's not working :(
I was able to reproduce this now - but it seems like a Chrome bug...
When using html-form-elements like <select> or <input> inside another html-element that listens to touch events (like a krpano <layer> element does), then these form-elements don't work anymore... even when nothing will be done with the touch-events...
But after some trying I've found a workaround - when there are touch-events inside a layer on 'form-elements', then these touch-events on them will be captured and canceled and instead artificial mouse-events will be sent to the form-elements. And with these 'mouse'- instead of 'touch'-events the form-elements are working as expected.
That workaround will be included in the next krpano release.
Best regards,
Klaus
Don’t have an account yet? Register yourself now and be a part of our community!