Currently ui_xxx() functions run the runtime_is_browser() to ensure they are running within a Web Browser runtime. This does not work within embedded application WebView's which will not properly detect the availability of certain features. Update the appropriate ui_xxx() functions to ensure they further refine their detection techniques to ensure proper detection for JavaScript runtime availability. Currently known instances of this issue
- CAudioPlayer
- share feature.
Currently
ui_xxx()functions run theruntime_is_browser()to ensure they are running within a Web Browser runtime. This does not work within embedded application WebView's which will not properly detect the availability of certain features. Update the appropriateui_xxx()functions to ensure they further refine their detection techniques to ensure proper detection for JavaScript runtime availability. Currently known instances of this issue