Skip to content

Commit 1f975af

Browse files
author
Mateusz Maćkowiak
committed
Update README.md
1 parent 391adb3 commit 1f975af

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
# Native Dialogs - Adobe air Native Extension #
22
=============
3-
43
Adobe Air Native Extension for mobile native dialogs (IOS,Andoid) - Toast, Text Input dialog, Progress dialog, Alert dialog, multi / single choice dialog, DatePicker dialog , PickerList dialog
54

65

7-
***
8-
If You like what I make please donate:
9-
[![Foo](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CMYHNG32SVXZ4)
10-
***
6+
##warning
7+
In iOS7 there have been changes to the api that blocks adding subiews to the alert Dialog. I plan to change it a little. For now user themes for iOS NativeProgressDialog.
8+
9+
-------
10+
1111

12-
Before creating an Issue. Please:
13-
- Please make sure that Your code is not the reason of the error.
14-
- On Android: Try downloading the Android sdk and use "androidSDK/platform-tools/adb logcat" to pin to the android logs of the device. If something goes wrong there should be some output.
15-
- On IOS: To see the answers of the console with the terminal (IOS Simulator) type: "tail -f /var/log/system.log" in the console. To see it on the device download form the app store a free app "Console" and if the app crashes go to the app.
16-
- Please send part of Your code that causes the problem.
1712

1813
## NativePickerDialog (IOS/Andorid) ##
1914

@@ -351,7 +346,16 @@ For IOS uses : [WToast](https://github.com/Narmo/WToast)
351346

352347

353348

349+
***
350+
If You like what I make please donate:
351+
[![Foo](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CMYHNG32SVXZ4)
352+
***
354353

354+
Before creating an Issue. Please:
355+
- Please make sure that Your code is not the reason of the error.
356+
- On Android: Try downloading the Android sdk and use "androidSDK/platform-tools/adb logcat" to pin to the android logs of the device. If something goes wrong there should be some output.
357+
- On IOS: To see the answers of the console with the terminal (IOS Simulator) type: "tail -f /var/log/system.log" in the console. To see it on the device download form the app store a free app "Console" and if the app crashes go to the app.
358+
- Please send part of Your code that causes the problem.
355359

356360
##License
357361
This project made available under the MIT License.

0 commit comments

Comments
 (0)