I am embedding an webpage in my app with iframe. The webpage has file upload functionality, which works in browser, but not inside the droidscript HTML app. I have attached the sample spk with sample test link. Any help to identify this issue.
But my Android version is 5.0.2
And I tried in several other versions including 4.4.
I have the same issue.
It's works in normal browser. But not inside the app.
Is that any Android permission issue?
Regards,
Durga
I know the same discussion happening again. But stack overflow solution majorly based on Java. I am looking for an way to Incorporate within droidscript technology without using actual Java code or prabably using JavaScript wrappers.
I am looking for HTML based filepicker. At least it should enable the file browse functionality (<input type=file>). Since I am embedding a external website which has an upload button into my HTML app using iframe.
And thanks Dave for looking out this addition.