This thread is for collecting Feedback/Error Reports/Feature Requests
This thread is for collecting Feedback/Error Reports/Feature Requests
Wai Seto
Technical Marketing Manager, Developer Relations
Twitter: @waiseto
Web: Nokia Developer Web
Are there any plans for a mac version of the Nokia Web SDK?
Wai Seto
Technical Marketing Manager, Developer Relations
Twitter: @waiseto
Web: Nokia Developer Web
The package doesn't fully install - gets 99% of the way through then freezes when installing vcredist_x86. This is on Vista.
Note, I probably already have this file, as I've already got the Nokia Qt SDK.
Thanks for the report. I will take this question to our support team. When I have an aswer, I will let you know.
Wai Seto
Technical Marketing Manager, Developer Relations
Twitter: @waiseto
Web: Nokia Developer Web
Hi,
I am using Nokia Web Development Environment Version:3.0.1.201010131016 on Win XP SP3.
I live in Croatia so I use Croatian language. I have tried using Croatian characeters in my App's UI but I have realized that they don't print out to the screen fine. afterwards I have noticed that my index.html and basic.js files are coded in ANSCI. I used Notepad to convert them (File>Save As) to Unicode. After this Croatian characters were displaying fine, but I lost my styling from basic.css file. Shouldn't Nokia WDE by default create Unicode files? I lost quite a lot time before I realized why my CSS is not working...
Hi,
I'm using Nokia Web Developer Environment Version:3.2.0.201103190355 on Win7 64bit SP1
All the examples I have worked through are not working correctly in WAS. AccuWidget, Routewidget, Reacting_to_orientation_changes etc...
They all use the following function to detect the appropriate resolution:
function detectResolution() {
var screenWidth = screen.width;
var screenHeight = screen.height;
var windowHeight = window.innerHeight;
var windowWidth = window.innerWidth;
if (windowHeight < (0.75 * screenHeight) ||
windowWidth < (0.75 * screenWidth)) {
// If the window width or height is less than 75 % of the screen width
// or height, we assume the home screen view should be active
resolution = RESOLUTION_HOME_SCREEN;
} else if (screenWidth == 360 && screenHeight == 640) {
resolution = RESOLUTION_NHD_PORTRAIT;
} else if (screenWidth == 640 && screenHeight == 360) {
resolution = RESOLUTION_NHD_LANDSCAPE;
} else {
resolution = RESOLUTION_UNDEFINED;
}
}
The screen.width and screen.height dimensions being returned are that of my monitor, 1920x1080 and not the simulator.
So obviously this causes the window to default to the home screen because every resolution is going to be less than 75% of 1920x1080.
There seems to be an issue with the Repo URL:
Using Nokia WebTool 1.2 Version:3.2.0.201103190355 on Ubuntu 10.04.3 32bit...No repository found at http://tools.nokia.com/wt/update/WebTools/IDE/3.0.