rinsyan0518 / aframe-ios-fullscreen-helper-component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aframe-ios-fullscreen-helper-component

Quick-fix for iOS.

  • Cannot fullscreen on the iPhone X, 11, and so on models and when having several tabs opened.

Don't use embedded component when use this component.

For A-Frame.

Check GitHub Pages.

API

Property Description Default Value

Events

Property Description
addswipeup
removeswipeup

Installation

npm or yarn

Install via npm or yarn:

npm install git+ssh://git@github.com:rinsyan0518/aframe-ios-fullscreen-helper-component.git
yarn add git+ssh://git@github.com:rinsyan0518/aframe-ios-fullscreen-helper-component.git

Then require and use.

require("aframe");
require("aframe-ios-fullscreen-helper-component");
<a-scene ios-fullscreen-helper></a-scene>

About

License:MIT License


Languages

Language:JavaScript 55.0%Language:HTML 45.0%