Upload File in Nativescript Webview with iframe
My problem is I have one webview Containing Dynamic Form or form which is created dynamic with WP Builders and that is included in iframe and i want to select file from application in nativescript this will not allow me select file. So I want to try How to load files into webview in native script http://shripalsoni.com/blog/nativescript-webview-native-bi-directional-communication/ But problem is form is dynamic is there any script which will detect click event of file input inside frame and also put file path to it when file is selected if we can detect event for file input click. another