combo items is not enlarged in webview by touch
-
Friday, August 03, 2012 7:35 AM
Hello.
Window 8 Metro UI build 8400 / C#, XAML
I have a question about webview.
combo items is not enlarged by touch in Some web pages on webview.
but it works fine on metro IE by touch.
this is my code.
<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}"> <WebView Source="http://www.samsung.com/sec/consumer/it/printers-multifunction/accessories"/> </Grid>plz let me know the reason.
Thank you~
All Replies
-
Friday, August 03, 2012 8:08 PMModeratorI'm sorry, but I don't see what you're referring to. All of the items on that page zoom in/out af as as I can tell.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces. -
Monday, August 06, 2012 2:17 AM
thank you for your quilck response.
i'm sorry. could you plz check this again using below url.
http://www.samsung.com/uk/consumer/print-solutions/print-solutions/supplies-options
you can reproduce it with above code. because there is combo box in webpage.
-
Wednesday, August 08, 2012 4:40 PMModerator
I tested this on RTM bits - it does not reproduce. The combobox definitely gets bigger/smaller with zoom in/out by touch.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.
- Proposed As Answer by Matt SmallMicrosoft Employee, Moderator Wednesday, August 08, 2012 4:40 PM
- Edited by Matt SmallMicrosoft Employee, Moderator Wednesday, August 08, 2012 4:41 PM
-
Thursday, August 23, 2012 6:13 AM
I also tested this on RTM.
It was reprodeced.
I think that you did not understand what i said.
1. in case of MOUSE ( normal case )
- when user clicks combo box, user can see combo list items.
2. in case of TOUCH ( abnormal case )
- when user touchs combo box, user CAN NOT see combo list items.
but it is not reproduced with Metro IE.
-
Thursday, August 23, 2012 1:59 PMModerator
You are correct, I did not understand your question previously. However, I still cannot reproduce this problem on RTM bits.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.


