ios tag

556 questions


1 answers
88 views
0
How to view Xamarin.iOS and Xamarin.Android classes from PCL

Xamarin.iOS and Xamarin.Android have the same class functionality.This class is implemented slightly differently depending on the characteristics of each device.I would like to refer to these classes ...

2 years ago

1 answers
127 views
0
Information on how to open a map application (GoogleMaps) with a URL scheme on iOS and provide route guidance with multiple transit points.

let urlStr:String=comgooglemaps-x-callback://+?f=d&saddr=35.681298,139.766268&daddr=35.658598,139.745454+&x-success=source://?resume=sourceap;sour=AirportppUIAApplication.sharedApplication...

2 years ago

1 answers
109 views
0
Is there a way to fix the decimal point on the DecimalPad keyboard?

There are some localization applications that specify the DecimalPad on the keyboard.iOS Settings If I select Italy as the format setting of the app, the DecimalPad period will be comma, but this is a...

2 years ago

1 answers
67 views
0
How to stop playing music when the smartphone application starts (iOS/Android)

You can stop playing music when you start the smartphone application, but We are thinking of implementing this in Xamarin(C#).I'm looking for an example implementation, but I can't find it.If you know...

2 years ago

1 answers
95 views
0
Monaca fails to launch mailer for iOS only

After pressing the HTML button, I am trying to launch the mailer using JavaScript.I managed to boot it on Android after seeing the sample.However, I am worried that it doesn't work well on iOS.The mod...


1 answers
128 views
0
About Custom Keyboard in Swift

I am currently making a custom keyboard for iOS with Swift.I can now type in romaji, but I can't find a way to convert Japanese using romaji input like iOS standard keyboard.I would appreciate it if y...

2 years ago

1 answers
100 views
0
SourceKitService crashes using NCMB findObjectsInBackgroundWithBlock

Assumptions/What you want to realizeI'm making a diary app with Swift. The xcode version is 7.3.1, and the swift version is 2.2.Problem/error message you are experiencingWhen you start writing code in...

2 years ago

2 answers
114 views
0
The ad-hoc distribution causes the application to fall off immediately when it starts.

Nice to meet you.It's completely blocked in all directions...After creating the ipa file, install it via iTunes on the device that is registering UDID.It's been going well so far, but When I try to st...

2 years ago

1 answers
150 views
0
Different versions of libraries in Cocoapods

I would like to achieve a closed dependency, but would it be possible to refer to the following?Project (A library deployment project) - > A (currently being created) - > C (Realm ver 0.9x) Proj...


1 answers
79 views
0
iOS custom keyboard cannot implement size conversion for screen resolution changes.

I am developing a custom keyboard for iOS.We are struggling with the automatic resolution of each model.in viewWillAppearlet screenSize=UISscreen.mainScreen().bounds.sizeObtain the screen size in Base...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.