I am developing WPF - Web browser control based kiosk application.
I have implemented the feature like when somebody clicks on any textbox inside the page rendered in wpf web browser control then onscreen keyboard will open.
But the code which I have implemented is causing the continuous memory leak.
Please refer below document to get more detail on issue.
for more detail on issue click here
whenever you will continuously browse www.google.com for 15 minutes in wpf web browser control then memory utilization of application keeps on increasing and it will never decrease, you can see increase in memory usage from task manager also.
please wait till 15 - 20 seconds after clicking inside the textbox, after 15-20 seconds onscreen keyboard will display.
Please help to avoid memory leak.
Thanks,
Pritesh