About 145,000 results
Open links in new tab
  1. How do I enable Java in Microsoft Edge web browser?

    Aug 4, 2015 · My corporate web application is using Java applet to access users file system. There is no way for us to replace it with anything else for now. How do I enable Java in …

  2. Trying to understand edge to edge in Android - Stack Overflow

    Sep 24, 2024 · Apply edge to edge solution for both newer and older versions of Android Target SDK 35 (Android 15) directly enable the edge to edge, we just need to handle the insets to …

  3. JavaApplet under Java 11+ / Edge (without Oracle)

    Mar 25, 2022 · The Applet original used JDK 1.4 and IE. The new system is Edge and OpenJDK 11 or higher. In the old System, we used Oracle JDK 8 which implements an IE Plugin (Java …

  4. java - How to Enable Edge-to-Edge Display Only for Specific …

    Jul 5, 2024 · I'm working on an Android app with an activity that contains a bottom navigation bar and three fragments. I want my HomeFragment to have an edge-to-edge display, but when I …

  5. In Android Studio what is enableEdgeToEdge() in activity?

    May 7, 2024 · I am still using xml for view but when now I create a new activity it auto fills the enableEdgeToEdge. I am not sure what it is and what's the use of it can I remove it will that …

  6. android - How to disable enableEdgeToEdge () automatically …

    Jul 29, 2024 · Edge-to-edge has become an requirement in Android 15. Google will soon enforce apps updates to target Android 15 in one or two years and hence enforce edge-to-edge …

  7. How do you load a web page in PowerShell that requires JavaScript?

    Jan 15, 2024 · Web scraping via Invoke-WebRequest / Invoke-RestMethod works only with static content in the target page (i.e. with the raw HTML source code). [1] To support extracting …

  8. java - AndroidStudio library problem does not allow call to ...

    Jul 6, 2025 · 15 Another failing attempt to implement Edge to Edge in an old Android app. Documentation says I can call ComponentActivity.enableEdgeToEdge() or …

  9. Running Java in Internet Explorer 11 - Stack Overflow

    May 1, 2019 · I have JRE 8u211 installed on a Windows 10 box with IE 11. I can see the Java plugin (and plugin 2) are installed and enabled. I have the "Allow active content to run in files …

  10. Edge to Edge Theme for Background of Android Activity to Hide …

    Oct 26, 2023 · Now I want to enable edge-to-edge. I already have it working in the static case, but during transitions (think Navigation Drawer switching or animation during a FAB click event) …