Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit a0a50b1

Browse files
committed
fix plugin.xml
1 parent cd71f61 commit a0a50b1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
<header-file src="src/ios/IonicKeyboard.h" />
2828
<source-file src="src/ios/IonicKeyboard.m" />
29+
<header-file src="src/ios/UIWebViewAccessoryHiding.h" />
30+
<source-file src="src/ios/UIWebViewAccessoryHiding.m" />
2931
</platform>
3032

3133
</plugin>

src/ios/UIWebViewAccessoryHiding.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@interface UIWebView (HackishAccessoryHiding)
2+
@property (nonatomic, assign) BOOL hackishlyHidesInputAccessoryView;
3+
@end

0 commit comments

Comments
 (0)