c# - WebBrowser crash when using dropdown (Windows Phone 8) -


I am experiencing a strange problem with WebBozer control in my WP8 Silverlight project. I have a payment page from the bank, but when you select the end date of your card on the dropdown, the app clicks when the crashes without any debug info.

This is only in the app, when I open the page. IE (tested on WP8 and WP 8.1) dropdown works fine, it shows full screen item selector.

Do I need to enable something to work inside my app for this? scripts enabled is set to true.

This is a video of the accident (occurs on the 7-second mark)

EDIT: Although I get this error code in the debug console (which I have researched And this problem was not found to be useful for Axis):

Programs '[2420] TaskHost.exe' code -1073741819 (0xc0000005) has exited 'access violation'.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -