Suggestions for Update v4.2

  1. ‹ Older
  2. 3 years ago

    Incorporate in home screen, video background, and diferents templates to design for app. Choose typography, colors, menus, images, effects etc...

  3. Please adjust the navigation drawer to display Czech characters (diacritics).
    Thank you.

  4. Edited 3 years ago by xplooosive

    Hello. You have a great product. Every year i buy a license for your product, but you dont have 3 BIG features.

    1. Deeplink - I want for exemple to open app directly from my e-mail.

    2. Let me to send notifications directly via onesignal/firebase, i dont want to use your dashboard notifications.

    3. Let me edit source code after generate my app.

    I can pay for this extra 100 euro annual.

  5. Edited 3 years ago by amosb

    Is really good update is coming earlier than expected this time.. Kudos.

    1) As usual, target the highest available API

    2) Js API is very important and I believe should always be the priority in every release... Even if requested/suggested Js api function can't be included, always try to add other possible ones to breach the gap.
    The closer Website2Apk software can make our hybrid app look like Native app, the happier we are....take hints from what the likes of phonegap can do.

    3) Please, per release, always update the relevant and corresponding documents/pages on your website, most especially the js api doc.
    Am a Web developer with knowledge in PHP, Js, Jquery, CSS.., I don't mind joining the team in this capacity for better website2apk.

    4) Kindly help look into apis for performing basics functions on phones; reading contacts, messages..

  6. @Admin
    Android 4 only has old hardware installed
    at least. 10 years old!

    Modern websites and games need at least Androd 5 and a current WebView so that no errors occur
    https://developer.android.com/reference/android/webkit/WebView

    Therefore, a choice should be given as to whether API 14 or better should be given as a system requirement.

    In India nobody will work with such old devices anymore ... right?

  7. @admin @xyz You should not use time based interstitial as best practice, use JavaScript API function to display interstitial ad on certain button clicks or events only.

    "use JavaScript API function to display interstitial ad on certain button clicks or events only."

    how to do it? thank you

  8. admin

    4 Jan 2021 Administrator

    @Pehobr Support for all type of Unicode characters will be added in this release.

  9. admin

    4 Jan 2021 Administrator

    @xyz Here you go: https://websitetoapk.com/docs/javascript-apis.html

    Further, raise a support ticket or a separate thread (if required, not in this case). This thread is intended for feature requests only.

  10. admin

    4 Jan 2021 Administrator

    @Comdag.Andreas As a simple sophisticated solution, what we can provide is a JS API to detect android version, so you can detect and prevent running app on certain android versions, this way we can keep it simple and things will be working. What do you think. :)

  11. admin

    4 Jan 2021 Administrator

    @xplooosive Thank you for the suggestions, we are planning to add deeplinks if possible without any major issue. We will look into other suggestions as well. :)

  12. admin

    4 Jan 2021 Administrator

    @amosb Thank you for the suggestions, keep suggesting us more, we will work till our best to add more possible features. :)

  13. admin

    4 Jan 2021 Administrator

    @sharkx1234 Thank you for your suggestions. :)

  14. Well... based on my needs...

    If you could implement that, once you touch an input, the keyboard comes out on top of the web rather than resizing the webview... that would be nice! I had to create my own keyboard for my app because, everytime I touched the input or textarea on my HTML, the whole page shrink (as it is responsive) due to keyboard coming out.

    A stupid, yet useful, feature could be a QR generator using the JS API. A simple command line with the windows title, the type of content and string parameter and it magically shows a modal dialog with the title, the QR code and a button to close that window.

    An option to run as a background app and send notifications to the OS. In a way I can check for a date or time and show a notification, even if they have closed the app.

    Splash screens. They need to be more than a simple picture resize to fit the screen. They need to be responsive, animated and load as fast as possible to void the blank screen on slower devices.

    Just like JS has its own prompt command, with an ugly banner saying "the page file:// says", can you create a single line input modal window to replace native JS prompt feature?

    Including basic samples of codes will help non programmers to power their apps.

  15. Edited 3 years ago by lilloscar

    -image-

    This feature is taking years, please consider finish this WordPress PlugIn (I know it doesn't have to do with the program, but yes with better push notifications).

    Or at least please kindly give to us some kind better tutorial on how to use the PushAdmin API Access and the PHP code, I have been trying to achieve this in our cPanel but really need a hand with this.

  16. We'll have to wait a long time ...-image-

    I didn't make it with the instructions either.

  17. Website2APK.printPage();

    if allowed to print the contents of a DIV not to print all the page .

  18. When media is playing on the app, let it play in the background like spotify or google chrome. I use a HTML5 audio player and i need this feature. Today, the audio stops playing after a few minutes, after the screen is turned off. It is necessary for the app to identify the media stream and inform Android as a notification. I strongly urge this implementation.

  19. Expand the JS API to allow image saving / download. For example for canvas images.
    Currently there's a limitation where only HTML files can be saved....

    I had to give up developing two apps because I can't save images. I'm currently looking for alternatives to Web2APK because is this....

    So please add this save feature, it would improve Web2APK a lot!

  20. Edited 3 years ago by JOHNNY inside

    What if the JS API could provide us features like:

    Torch(on, off, toggle)
    To control the LED lamp in our devices.

    Gyro(x, y, z)
    Provides the position of the phone in space using the 3 axes.

    SendSMS(phone#, message)
    To be able to send a SMS (this could be achived from a web link already, but it just prepares the message and users must click the send button).

    Call(phone#)
    Where you could dial for a call (again, HTML provides a way to prepare for this call, but needs users to press the call button).

    Camera(filename, savepath, width, height)
    Take a picture and save it locally (kind of temporary folder) and the chance to move it to a location inside our app's folders if path is given, else it will remove files on next run. A sweet feature would be to able to resize the file to a width and/or height, meaning that if I pass just one parameter, the picture is resized keeping the aspect ratio to the value given.

    Example:

    Camera takes a picture with a resolution of 2000 x 1000 pixels. If I set the width to 1000, then the image is resized to 1000 x 500. But, if I set both, width and height, then the image is stretched, losing the aspect ratio. Or maybe give an extra command just for cropping and resizing images.

    Export(filepath)
    Save a file out of the app. Eq. Send a picture to the phone's Gallery or a PDF to the documents folder.

    Save(string, path)
    Similar to Export. This could provide a way to save a file from a string. This could end up being a TXT, XML, HTML, SVG, etc.

    Read(path)
    A way to import plain text files as a string.

    You will definitely make the app provide more useful features to everyone, giving us the native look we all want/need before moving to Flutter or alike.

    Prompt(title, buttons)
    Ask for information to users just as native Javascript does.

    Confirm(title, buttons)
    Again, a simple alert (like JS) that prompts users to confirm an action.

    Database(read/save, string/number/array)
    Boost your offline power with a SQLite database or a simple XML file.

  21. dear sir please allow
    native share
    web share api level 1 or level 2
    must need feature

 

or Sign Up to reply!