Skip to content
#

xamarin-ios

Here are 510 public repositories matching this topic...

yonkahlon
yonkahlon commented Nov 20, 2019

🏗 Enhancement Proposal

Provide more information on where to put the Initilize() method for iOS and Android.

For iOS in AppDelegate:

public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
    Xamarin.Forms.Forms.Init();
    var config = new FFImageLoading.Config.Configuration()
    {
        VerboseLogging = false,
        VerbosePerformanceLogging = fa
Phanquan
Phanquan commented Feb 3, 2020

Just found out that logarithm with base of 10 doesn't have keyword in the Unary Functions, should we include it?

  • The keyword of logarithm with base of 10 is not a thing while it usually refers to log(x), lg(x) or even Log(x)
  • The logarithm with base 10 should be referred to lg(x) as ISO/IEC 80000 recommends.
  • Exp:
// return 2.0
new Expression("lg(100)").calculate()
sarkreth
sarkreth commented Jul 6, 2017

I just fixed a problem that would manifest differently on every platform on which I tried it. Upon a quick browse of open issues, I think this covers at least #218 and #196.

Basically, it turned out that it's necessary to call ICharacteristic.StopUpdatesAsync() for every ICharacteristic.StartUpdatesAsync() before calling IAdapter.DisconnectDeviceAsync(). I suggest making the de-registering of t

davefxy
davefxy commented May 7, 2018

If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.

Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.

Bug Information

He

mdonogma
mdonogma commented Feb 18, 2019

You indicate Native SFSafariViewController iOS/MacOS in documentation.

The line of code below doesn't work on Xamarin.mac

Then call the following line in your iOS AppDelegate FinishedLaunching method;

SimpleAuth.NativeSafariAuthenticator.Activate ();

app just hangs on Xamarin.mac when trying to authenticate I line above used.

please assist

Improve this page

Add a description, image, and links to the xamarin-ios topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xamarin-ios topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.