jabedbd's Forum Posts

  • download link not work

  • somebody please help me

  • is it possible?

  • I want to make a simple text reader with construct 2.

    I do everything properly. But, when i click file chooser on android it show only gallery to browse image file. But i want to browse sd card to open txt file

    i also try it.

    but still not work. It show only gallery to browse image and video file

    is it possible to open txt file with file chooser on android?

    Note: I also use file, camera, media plugin when build. also use user media permission when export.

  • nikosurfing now its work! but i'm still can't browse sd card with this file chooser

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I'm also facing the same problem Is there any solution for it?

  • is there any way to read text from password protect zip (if i know password)

    or read text from encrypt zip?

    Noncentz705

  • Question 2: is there any way to locate custom folder on android sd card with file chooser?

  • I make a txt reader with construct 2. Export it and make a apk with intel xdk.

    It works fine but i have a problem.

    When i click txt file on my android phone it shows file formet is not supported is there any system to open any txt file with my app when user touch on any txt file?

    Actually i want to set my app as default for txt file. i can do it?

  • Closing the app will reset everything.

    If you want some values to stay, you should either use localstorage/webstorage or savegame..

    Another option would be to use Ajax, php and mysql to store things online in a database..

    thanks a lot bro

  • I Want to save a key permanently on my app. i use dictionary key to store data. But data is erase when i close my app.

  • I'm struggling with the fileChooser on my own project as we speak.

    I've noticed that how you export the project affects how the fileChooser works.

    I'm using Intel XDK to test it and have to include the file plugin.

    How are you exporting it to test on android?

    I'm also export it with intel xdk with normal android build (not crosswalk). it works fine, but problem is that it don't find any file except Image & Video

  • <script type="text/javascript">

    $(document).ready(function() {

    $('#kv_text_box').bind('copy paste cut',function(e) {

    e.preventDefault(); //this line will help us to disable cut,copy,paste

    });

    });

    </script>

    LittleStain bro...

    i found the script. but i don't understand how can i use this script on Advance Textarea plugin...

  • Hey i didn't tried try the file chooser but i found a plugin , i think it can help you

    both are same

  • > Help me please... is it possible with file chooser?

    >

    Perhaps

    1. Select FileChooser in projects window (right hand side of screen)

    2. Under properties for accept - type in .txt (left hand side of screen)

    frozenpeas bro, i did it. but it still open only image & video file