VR button disapear on mobile - aframe

I'm curently using Aframe v1.4.0, working great expect on phone ! Indeed, when the "vr" or "fullscreen" button is not showing when i'm on mobile (see screen). Is this a known problem or it comes from my code ?
On desktop: working great
On phone: button missing
I'm using cdn ( ) and Symfony

Related

Is there a way to fix a pop up search form not working in mobile view in WordPress?

So I have this website I am trying to build and two crucial forrms has been giving me issues.
The search form on the homepage works on desktop but does not work or pop up on when clicked on mobile. Here is a link to the page: Click Here. Whether Ios or Android, Chrome or Safari, it doesnt work.
The booking form on "apartment booking page" works quite well on Android. While on mobile Apple devices, when I click on the form to open the calender, it does not opene at all. Here is a link Click Here
This is really baffling. I have tried all there is to my knowledge, which is little. I inspected the element and couldnt find the problem.
The website is a booking/rental platform.

When I'm Clicking the VR Button in a-frame, I'm not able to view it

When in VR mode the view got freezes and it stuck in first frame itself(Android/iOS).
Link: https://aframe.io/examples/showcase/360-image-gallery/
Press VR button available in bottom right in any android or iOS device.
Actually the issue is Chrome WebVR is currently in beta. So we need to enable it by
chrome://flags/
then search WebVR and enable it.

aFrame Mobile, staying in VR?

When using aframe on mobile and going from page to page I want it to stay in VR mode after the user clicks the VR icon in aframe.
However at the moment whenever you go from one page to another it kicks the user out of vr and the address bar appears so you have to manually click the VR button everytime you want to enter fullscreen again.
Is there a solution to this?
You can check out my aframe application below:
https://www.360belfast.com/app/options.html
I've read desktop solutions online but not much for mobile.
It's not possible. On mobile, A-Frame relies on fullscreen mode that doesn't persist on navigation. It has to be triggered by user gesture on each individual site. It's a browser policy that cannot be worked around. In-VR navigation is only available with a supported headset on Firefox and Supermedium on desktop, and Oculus Browser and Samsung Internet on standalone headsets.

Does fullcalendar plugin work on mobile

I want to use fullcalendar plugin (http://fullcalendar.io/wiki/Support/). It only support click event. Will it work on mobile with touch events/swipe gestures. Also can we make it responsive for Mobile and tabs?
I use it on mobile successfully. The docs offer a couple different ways to determine rendering size, my app is responsive and it displays correctly on iphone, ipad and desktop of all sizes. I use jquery touch punch to map click to touch events and it works swimmingly. For phone size devices I like to use 'orientationchange' event: in landscape I show agendaWeek and on portrait I show agendaDay views.

Make menu stick for mobile visitors?

I'm running Prestashop e-commerce at (link was removed due to canceled project)
If you look at the page from a mobile phone and select "VALJ DIN MODELL HAR" in the menu the page reloads.
Any clue why? I works fine from mac and windows.
My thoughts is some kind of hoover issue since i cant hoover on a smart phone?
You are right, hover is the problem. You can't hover with a smartphone. I used in my last project sidr for mobile phones: http://www.berriart.com/sidr/
In your site http://mobilprylar.nu, link is already offered for VALJ DIN MODELL HAR category. If you click on it you'll be redirected to VALJ DIN MODELL HAR category page. This is fine for desktop view as we have hover/mouseover functionality.
This will not work for mobile phones because once you click on it, both hover and link will be active so you'll never get better result.
I would recommend you to disable the link for mobile view, we have javascript functionality available for this. Else, if you are good enough in prestashop/smarty coding you can create separate menu for mobile view. Hope this helps.

Resources