Hi Nadav,
After reviewing the issue, I checked out the list of ASP.NET Mobile Control
and Microsoft Mobile Internet Toolkit Tested Devices also. The web link is:
http://www.asp.net/mobile/testeddevices.aspx?tabindex=6
This device - samsng944 is not in the list yet. That is to say, it hasn't
been tested. Based on the following web page:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mwsdk/html/
mwconSupportedDevices.asp
-------------
Supported Devices
Microsoft has performed testing for the ASP.NET mobile controls by using
the following devices, browsers, and device emulators. You can configure
many of these devices and emulators to work with different gateways. The
gateway that you choose depends on service availability and reliability in
the regions in which your customers operate devices. Although Microsoft has
tested the ASP.NET with popular gateways, Microsoft makes no claim that
ASP.NET is compatible with present or future gateways.
Applications developed using ASP.NET might work with additional devices and
browsers that have not been tested.
Device and browser manufacturers might provide updates that override or
update current device capabilities. Check with the appropriate corporations
about the availability and guidelines for using device emulators. The .NET
Framework does not include any devices, browsers, device emulators, or
phone service. Availability of devices varies by region and carrier.
IMPORTANT MICROSOFT CORPORATION MAKES NO REPRESENTATION OR WARRANTY,
EXPRESS OR IMPLIED, WITH RESPECT TO THE TESTING OF THE LISTED DEVICES,
BROWSERS, AND DEVICE EMULATORS.
---------------------
So currently you should contact device manafactures and report this issue
to them. They owns the device and has the capability to determine how to
deal with it. This should be the quickest way for the problem resolution.
If you have any more concerns, please feel free to post here. Thanks very
much for your understanding.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
Nadav Popplewell - 26 Jul 2005 11:27 GMT
Is there any documentation of the Mobile Device Capacibilies?
I have been unable to find any documentation about some of the capabilities
(for example, 'requiresAbsolutePostbackUrl' )
I trying to get in touch with samsung, but it might take some time (to get
in touch with and for them to fix the problem).
I was hoping I can solve the program by adding the device capabilities for
the samsung 944 to my web.config, but I can't get ASP.NET to generate the
action attribute of the form tag with an absolute url (as the samsung 944
seems to require).
I would have thought that the 'requiresAbsolutePostbackUrl' capability
controls this, but it does NOT seem to do anything.
Nadav
Yan-Hong Huang[MSFT] - 27 Jul 2005 03:51 GMT
Hi Nadav,
For requiresAbsolutePostbackUrl, the only description in MSDN is:
Returns true if the device requires an absolute URL for a postback. The
default value is false.
I checked our developer database. To get support of it, the device needs to
be in our supported list first. That is why I suggest you contact Samsung
and wait for their response first. If there is no plan or fix from them,
there is no way from our side to change the behavior from software part.
Thanks very much for your understanding.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
Nadav Popplewell - 27 Jul 2005 07:36 GMT
I'm not sure I understand what you mean when you say
> there is no way from our side to change the behavior from software part.
Which behavior? the phone's or ASP.NET's?
As I understand the way ASP.NET works, if the requiresAbsolutePostbackUrl
property is true for a certain device then the ASP.NET runtime should
generate html(or wml) pages with absolute Postback URL.
Now, for Samsung 944 the profile has requiresAbsolutePostbackUrl =true,
but the <form> 'action' attribute (which as far as I know is the Postback
url for the form) is NOT absolute.
What I want to know is,is there another property that will cause the ASP.NET
to generate an absolute URL in the action tag or not.
Thanks,
Nadav
Yan-Hong Huang[MSFT] - 28 Jul 2005 03:27 GMT
Hi Nadav,
Sorry for the misunderstanding. What I meant is that our product group will
work only on the supported device to test for the effect of each tag and
then troubleshoot the problem.
Here I post a sample code of using this tag:
<case match=".*Nokia6590.*">
msExchOmaSupported = "true"
canInitiateVoiceCall = "false"
cookies = "true"
isColor = "true"
inputType = "virtualKeyboard"
maximumRenderedPageSize = "25000"
preferredImageMime = "image/gif"
preferredRenderingMime = "application/xhtml+xml"
preferredRenderingType = "xhtml-mp"
requiresAbsolutePostbackUrl = "true"
requiresCommentInStyleElement = "false"
requiresHtmlAdaptiveErrorReporting = "true"
screenBitDepth = "8"
screenCharactersHeight = "14"
screenCharactersWidth = "24"
screenPixelsHeight = "255"
screenPixelsWidth = "180"
supportsAccessKeyAttribute = "true"
supportsBold = "true"
supportsCss = "true"
supportsFontName = "true"
supportsFontSize = "true"
supportsItalic = "true"
supportsRedirectWithCookie = "false"
supportsStyleElement = "true"
tables = "true"
</case>
There is no other property which will cause ASP.NET to generate an absolute
URL so far. So my suggestion is to make sure this device is in the
supported list first. If it still met such problem, we will contact support
team to report it and work on the issue. Is that OK for you?
Thanks very much.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.