Xamarin.Forms.Plugins icon indicating copy to clipboard operation
Xamarin.Forms.Plugins copied to clipboard

Xamarin Forms Plugins

Results 100 Xamarin.Forms.Plugins issues
Sort by recently updated
recently updated
newest added

I am using Xam.Plugins.Forms.KeyboardOverlap to prevent the keyboard from overlapping my entry text. For some reason a white bar is appearing just above the keyboard, as shown in the images...

Works fine in legacy Xamarin.Forms, but not in Shell. (For iOS)

I have a page with an entry in bottom of it. but when the entry focus the page shifted up and the content of page hides, I want to make...

Is there any way to disable KeyboardOverlapRenderer? I want to disable it at a particular point and enable it at another point. @paulpatarinski any help on this would be much...

Hi I'm using the KeyOverlap plugin in my XF .NET Standard project. As mentioned in the documentation, I have deployed the plugin only in the iOS project. I have a...

The exception message is: `Cannot access a disposed object. Object name: 'KeyboardOverlapRenderer'` Call stack: UIKit.UIApplication.UIApplicationMain() in UIKit.UIApplication.Main(string[] args, System.IntPtr principal, System.IntPtr delegate) in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.0.0.15/src/Xamarin.iOS/UIKit/UIApplication.cs:79 UIKit.UIApplication.Main(string[] args, string principalClassName, string delegateClassName)...

TabbedPage: ![1](https://cloud.githubusercontent.com/assets/2833953/17404426/3ee371a2-5a64-11e6-8998-ee710e6f63cb.PNG) white space (it seems tab height) appears: ![2](https://cloud.githubusercontent.com/assets/2833953/17404427/3eea8d8e-5a64-11e6-85f5-f2cb28200851.PNG)

hello. currently i faced passing problem can you suggest ,which changes is required [ ![screen shot 2018-07-10 at 5 05 46 pm](https://user-images.githubusercontent.com/28475432/42507748-e1476c66-8463-11e8-99ff-95ea783be6b2.png) ](url) and my code is ` `

I wanted to note that if you check my fork, I added the start of replacement colors to SVG. Dont get too excited yet as I have not tested it...

SVG

I have an Editor with Height="300" near the top of a page. When the user taps the first row, then the whole Editor is moved up as far as the...