Hi~
I'm developing a 2.4 native application with web view (ewk_view_app) to show a web page on it.
The web page loading and page navigating are working fine with webview, but a popup window is not showing when the JavaScript alert() is invoked by a interaction on the web page.
Do I have to do something to show the popup window that is triggered by the alert() in the web page of webview?
Also, in case of transparent backgound web page, the web page is shown with white background in the webview.
Is there any optional method to show the transparent background web page properly in the web view?
I would appreciate any ideas.
Thanks in advance.