Discussion Board

Results 1 to 9 of 9
  1. #1
    Nokia Developer Moderator wmseto's Avatar
    Join Date
    Mar 2003
    Posts
    114
    This thread is for collecting Feedback/Error Reports/Feature Requests
    Wai Seto
    Technical Marketing Manager, Developer Relations
    Twitter: @waiseto
    Web: Nokia Developer Web

  2. #2
    Nokia Developer Administrator hootbah's Avatar
    Join Date
    Jan 2004
    Location
    London
    Posts
    8
    Are there any plans for a mac version of the Nokia Web SDK?

  3. #3
    Nokia Developer Moderator wmseto's Avatar
    Join Date
    Mar 2003
    Posts
    114
    Quote Originally Posted by hootbah View Post
    Are there any plans for a mac version of the Nokia Web SDK?
    Yes, there is plan for that. Definitely when we launch the final prodcut, and if we can get that out earilier, we will do so as well.
    Wai Seto
    Technical Marketing Manager, Developer Relations
    Twitter: @waiseto
    Web: Nokia Developer Web

  4. #4
    Nokia Developer Administrator hamishwillee's Avatar
    Join Date
    Jan 2009
    Location
    Melbourne, Australia
    Posts
    1,788
    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.

  5. #5
    Nokia Developer Moderator wmseto's Avatar
    Join Date
    Mar 2003
    Posts
    114
    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

  6. #6
    Nokia Developer Administrator hamishwillee's Avatar
    Join Date
    Jan 2009
    Location
    Melbourne, Australia
    Posts
    1,788
    Quote Originally Posted by wmseto View Post
    Thanks for the report. I will take this question to our support team. When I have an aswer, I will let you know.
    Thanks very much. Actually I got in this morning and the installation had completed some time overnight - my computer isn't slow, so this is quite odd.

  7. #7
    Registered User Tslv's Avatar
    Join Date
    Apr 2005
    Posts
    55
    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...

  8. #8
    Registered User B.Adams's Avatar
    Join Date
    Apr 2011
    Posts
    9
    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.

  9. #9
    Registered User awiese2007's Avatar
    Join Date
    Jan 2011
    Posts
    6
    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...

Similar Threads

  1. Possible bugs and feature requests for WRT PS2.0
    By JasperGoes in forum Symbian Web Runtime
    Replies: 13
    Last Post: 2010-06-05, 15:44
  2. Reports exporting feature
    By intellsys in forum [Closed] Publishing to Nokia Store
    Replies: 3
    Last Post: 2010-01-17, 20:29
  3. How can I submit feature requests for new models
    By M7S in forum General Development Questions
    Replies: 1
    Last Post: 2008-10-14, 16:29
  4. Feature Requests?
    By gotan in forum Tools and SDK Feedback (Closed)
    Replies: 5
    Last Post: 2007-07-17, 14:15
  5. Feature Requests?
    By gotan in forum PC Suite API and PC Connectivity SDK
    Replies: 1
    Last Post: 2006-04-25, 16:35

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved