I'm using the following workaround:
onLoadFinished: {
evaluateJavaScript("\
if (!document.body.style.backgroundColor) { \
...
Type: Posts; User: cip@gmx.at; Keyword(s):
I'm using the following workaround:
onLoadFinished: {
evaluateJavaScript("\
if (!document.body.style.backgroundColor) { \
...
Hi,
Currently I've an app published in Nokia Store which works on both S60 5th Edition and Symbian^3 devices. It is published as a single content file.
Now I want to submit an update which only...
Starting with Qt 4.6.3 the following code can be used to enable softkeys in fullscreen mode:
#ifdef Q_OS_SYMBIAN
//Enable Softkeys in fullscreen mode.
Qt::WindowFlags flags =...