orientation changed in embedded device.
-
Iam facing a problem in browser application,i try to opening a URL in embedded device(POS machine) the orientation is changed ,on desktop its showing fine.
-
@Dagari-Mounika said in orientation changed in embedded device.:
browser application
What is it? Your own application? How exactly do you open the URL there?
-
default browser application coming from Qt toolchain.
-
@Dagari-Mounika Then you should check the application - could be that it enforces a specific orientation.
-
@jsulm there is nothing like specific orientation,other URLS are working fine like bank logins but iam facing issue with one URL only that is https://test.csccloud.in/deviceui/home.html.
-
This post is deleted!
-
@Dagari-Mounika
Dear All,
I am using QWebView(Qt classes) to open web page in our embedded device, web page is opening and functionality working, but web page content display is getting changed that means in web page menus icons are in Grid View but when same web page trying to open in our embedded device, menu icons are showing in colum view.
Please suggest me Why like that, what we should have to implement so that it will display same as Grid view in our device. -
Dear All,
Please help me on this issue,is anything needed in embedded device for Device intelligence. -
Dear All,
This is working fine with Desktop but in our embedded device web page is opening and functionality working, but web page content display is getting changed that means in web page menus icons are in Grid View but when same web page trying to open in our embedded device, menu icons are showing in colum view.
Please suggest me Why like that, what we should have to implement so that it will display same as Grid view in our device.