About 154,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 Microsoft Edge?

  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 manage the …

  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 Plug-in …

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

    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 enable edge …

  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 affect the …

  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 implementation.

  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 content …

  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. Android Studio Supporting Edge-to-Edge On Android 15+ with ...

    Aug 19, 2025 · Android Studio Supporting Edge-to-Edge On Android 15+ with RelativeLayout Programmatically Asked 3 months ago Modified 1 month ago Viewed 125 times

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

    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) there …