-
- webViewer, articleViewer enum
- 분기 처리
- 데이터 형식 변경
-
When the viewer lives under some https address, it can only access other servers that live under https, and vice versa (http can only access other http servers).
-
For example:
```
const viewer = new PDFTron.WebViewer({...});
viewerElement.addEventListener('documentLoaded', () => {
viewer.setFitMode('FitPage');
});
```
This doesn't work because the …
-
フォーム機能のうち、 ポップアップなどの表示を伴う機能が正常に動作していない。
- ポップアップでバリデーションエラーを通知してくれない
- バリデーションに通っていないのに submit できてしまう
ポップアップ表示でエラーを表示するところで browser.xul 依存があり失敗してブロックせずに素通ししているのか、単純に validation 機能自体が動作してないのか確認…
-
After selecting the local .spice file to launch, no response comes from the website.
I reproduced the same behaviour in Brave (Chromium-based), Firefox and Epiphany, disabling any sort of ad-blocking…
-
We save our pdf files in a cache as Blobs, which are passed into webviewer as urls in form of http://localhost:4300/debcb570-73c4-43f3-a3c1-1e5ef4483456 - which all worked fine on previous versions of…
-
captive portalを検知するために、以下のurlに定期的にアクセスしているので、アクセスを停止させる。
http://detectportal.firefox.com/success.txt
-
https://media-example.kou029w.now.sh にアクセスしリモートデバッグにて実機で確認
USBカメラなどメディアデバイスを利用しようとすると以下のエラーが得られ利用できない
エラー内容
> chromeWin.PopupNotifications is undefined
> webrtcUI.jsm:867
> stringBundle is unde…
-
Hello! Great library, we're happy users. Currently, we're using it locally but would prefer to install via npm so we have better control of code splitting and can avoid committing extra files to our p…
-
組込用途では利用者データの収集などは不要だし、いろいろな理由でブラウザエンジン側がデータにアクセスしたり個人情報を取得したりすることを避けたい避けたい場面があるが、Firefox のビルドデフォルトではいろいろな個人情報や統計データ、クラッシュレポートなどを収集、送信したりする機能がある。
Firefox のプライバシーポリシーで掲載されている項目は一通り無効化する方法・パッチを用意する。
…