콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5170 화면

I want to run the Point of Sale in full screen in the android version of Chromium.

On desktop I can achieve this by typing 

document.body.webkitRequestFullScreen();

in the js console.


I'd like to make it happen automatically, whenever I start the POS in Chromium.

I've tried inserting lines into the source code of the point_of_sale addon with no success.

아바타
취소
베스트 답변

odoo.define('module_name.filename',function(require){
"use strict";

var PosBaseWidget = require('point_of_sale.BaseWidget');

PosBaseWidget.include({

//wirte your code inside

});

});

아바타
취소
베스트 답변

Can you please tell me the steps of how to make a desktop automticlly as fullscreen

아바타
취소
관련 게시물 답글 화면 활동
1
3월 18
3185
0
11월 17
4107
1
5월 17
2571
2
5월 20
4859
1
4월 17
3701