Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Implement Android Platform Specifics #5831

Merged
merged 13 commits into from
May 9, 2022
Merged

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Apr 5, 2022

Description of Change

Android Platform Specifics:

  • Application Soft Keyboard Input Mode
  • Entry Input Method Editor Options
  • TabbedPage Page Swiping
  • WebView Mixed Content
  • WebView Zoom

Fixes (partially) #5856

@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Apr 5, 2022
@jsuarezruiz jsuarezruiz mentioned this pull request Apr 6, 2022
50 tasks
@jsuarezruiz jsuarezruiz marked this pull request as ready for review April 12, 2022 14:18
@@ -6,6 +6,11 @@ namespace Microsoft.Maui.Controls
{
public partial class Entry
{
public static void MapImeOptions(EntryHandler handler, Entry entry)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Platform.WebViewExtensions.UpdateEnableZoomControls(handler.PlatformView, webView);
}

public static void MapMixedContentMode(WebViewHandler handler, WebView webView)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Platform.WebViewExtensions.UpdateDisplayZoomControls(handler.PlatformView, webView);
}

public static void MapEnableZoomControls(WebViewHandler handler, WebView webView)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Redth Redth added this to the 6.0.300 milestone May 5, 2022
@Redth Redth self-assigned this May 5, 2022
@Redth Redth merged commit 2edb63d into main May 9, 2022
@Redth Redth deleted the platform-specific-droid branch May 9, 2022 13:41
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2023
@samhouts samhouts added the fixed-in-6.0.312 Look for this fix in 6.0.312! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-6.0.312 Look for this fix in 6.0.312! legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor platform/android 🤖
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants