問題タブ [8thwall-xr]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Null in 8th Wall but not in Aframe?
So, I'm trying to get the position of some text in 8th wall and it keeps erroring as "null" but when I log the same thing in aframe it works just fine.
Aframe HTML & JS
8th Wall HTML & JS
Aframe gives me
with a drop down of more info, but 8th wall gives me this
▼ Uncaught TypeError: Cannot read property 'getAttribute' of null at Object. app.js:15:26 at webpack_require bootstrap at (anonymous) bootstrap at (anonymous) dist_b10037af710deed478c4f4e425bebc2509497cc1-8e90da767df8e9b631034f88b9b150fc_bundle.js
javascript - 商用モードでスプラッシュ スクリーンをオフにすると、8 番目の壁のオプション ページが機能しません。
ユーザーフローが次のような8番目の壁プロジェクトがあります
画面の開始 - カメラとモーションの許可 - タップして開始 - ページを選択して AR ポータル - カメラがアクティブでポータルが表示されます
ただし、商用プランをオンにしてから、デフォルトのスプラッシュ画面をオフにするためのアクセス権を取得すると、
その後、フローはポータルの選択ページでスタックします。デバッグモードでは、選択されていることを示していますが、画面は表示されず、次のステップに進みます。
私はまだデフォルトのスプラッシュ画面を望んでいませんが、私のプロジェクトはうまく機能しています。
コードでスプラッシュ画面を手動でオフにするにはどうすればよいですか? また、オプション ページでエラーが発生しないようにするにはどうすればよいですか?
以下は、読み込みページ xreextras のコードです。
これは、オプション選択ページの構造です
javascript - ボタンは 8thwall では機能しません
8thwall を使用して作成された webapp があり、アニメーション用の新しいボタンを実装しました。このボタンに他のボタンと同じロジックを追加しました (以前のものは正常に動作しています) が、何らかの理由でこのボタンには機能がありません。
機能していないボタンは、shareButtonComponent です。誰かが私を案内してもらえますか?