Code

Discussion on Web2App - Quickest Feature-Rich Android Webview

Discussion on Web2App - Quickest Feature-Rich Android Webview

Cart 3,261 sales

2103 comments found.

Please Add Notification Sound

Thank you for your feedback.

I used purchases key to make a project but I am not complete the project only one step complete now I want to complete another project so I can do it but I need to change package name by your web panel.

I submit a ticket with current package name and preferred new name. My ticket number is 918760. and my old name was yours pen.

hello sir

Hi! You should have received a reply on your ticket

How can I enable cam and MIC permissions on this as I use agora IO for cams and voice thanks

Hi, I read your article on adding permissions. Even though the app asks for permission to use the microphone and camera, the microphone doesn’t work while the camera does. Both permissions are enabled.

resolved thanks

Great to hear!

Do you have the apk builder for IOs too?

Hi! We currently only offer the application builder for Google Play, for IOS we offer step by step documentation

How we can manually upgrade the apk to fix this issue App must target Android 14 (API level 34) or higher

Do i need to change 33 to 34 only?

android { compileSdkVersion 33 namespace “com.sherdle.webtoapp”

defaultConfig {
    applicationId "com.rohanmehta.app" 
    minSdkVersion 19
    targetSdkVersion 33
    versionCode 1
    versionName "1.0" 
    multiDexEnabled true
}
manifestPlaceholders = [
        onesignal_app_id: '',
        onesignal_google_project_number: 'REMOTE']

Should i do this I have added this line too maven { url ‘https://oss.sonatype.org/content/repositories/snapshots' }

buildscript { repositories { maven { url ‘https://plugins.gradle.org/m2/'} maven { url ‘https://oss.sonatype.org/content/repositories/snapshots' } } dependencies { classpath ‘gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.14.0’ } }

apply plugin: ‘com.onesignal.androidsdk.onesignal-gradle-plugin’ apply plugin: ‘com.android.application’

android { compileSdkVersion 34 namespace “com.sherdle.webtoapp”

defaultConfig {
    applicationId "com.rohanmehta.app" 
    minSdkVersion 19
    targetSdkVersion 34
    versionCode 1
    versionName "1.0" 
    multiDexEnabled true
}
manifestPlaceholders = [
        onesignal_app_id: '',
        onesignal_google_project_number: 'REMOTE']

You should only need to change the targetSdkVersion and compileSdkVersion

If you add Wortise ads I’ll buy it

Thank you for your feedback! You are also always free to customise the source code and add any custom modification, such as adding Wortise ads yourself

I have been using Envato for more than 5 years and I have sold products myself. For the first time, a seller is so unresolved and irresponsible. I opened 2 support requests, he wrote to me 2 times in 1 week and they were useless things like automatic answers. I want an urgent solution or refund.

Screenshot-2024-07-30-at-17-34-09

Unfortunately, we can’t see the replies you’re sending me. Could you double check your email client, or send me a new ticket. My apologies for the inconvenience.

Hi, please could you help?

I Have downloaded mybuid, and it stills in SDK 33

What should I do?

Thanks in advance

But google is asking for sdk 34, isn´t it?

Sorry, I am a little confused now.

You are right indeed, the template has been updated for SDK 34. Please do download our latest version from CodeCanyon, and confirm this in build.gradle

Additionally, if the issue persists, I have also the following fool-proof solution:

You could also explicitly declare the repository in build.gradle, by adding the following line after “repositories {“

maven { url ‘https://oss.sonatype.org/content/repositories/snapshots' }

Feel free to let me know if you need further assistance.

Can we update my old app to new 1 like I have my app in playstore already can I update with this app it’s webview app is it possible I have keystore and all

Hi! Yes, that is certainly possible, as long as you have your existing keystore you can update your existing app :)

Could you help me in that after buying

Hi! Our step-by-step documentation will help you to setup and release your app. We also provide support for the template itself

But please do note that installation services are not included

Hi. Is it possible to hide the website header and use the app’s navigation bar instead?

Hi! Yes, that’s possible. You can show a fully fullscreen webview :)

Android 14 (API level 34) not updated yet.

Hi! We submitted an update with SDK 34, it should be available soon

As a follow-up to 2jsl2’s comment, will your online builder be able to generate apk that target Android 14 (API level 34) or higher? If not, do we have to download from CodeCanyon and do it manually?

Hi! I see indeed that our builder has not been updated to v34 unlike our CodeCanyon version, my apologies. I will do this as we speak!

Have the builder been updated to v34?

Yes, it has been updated indeed for Universal

hello, Google Play Developer console give us a policy warning: Policy warnings App must target Android 14 (API level 34) or higher until August 31. Otherwise Google will remove the app. is your builder can now generate for target Android 14 (API level 34) or higher? Please reply.

Thank you for reaching out to us. We’ve already created an updated version and have submitted it to CodeCanyon. It should be available to you shortly.

My app has a pdf downloader with the below format.

blob:http://test.mydomain.com/2f8782b7-9051-443c-a850-774548624720

When I try to click on the link to download the pdf externallay using a web browser app (Example chrome app), our app says “No app found to complete this action”

How to make it work?

Note:I have already added the string blob:http://test.mydomain.com in OPEN_OUTSIDE_WEBVIEW

Could you please help me?

Hi! blob: is not a valid protocol for the string your are sending. Please avoid using blob and link directly to the PDF

Would either this app or your “Universal” app support websites built on Envato scripts such as BeMusic or RKHM Music?

Specifically, would this allow for background/lock screen play (just Android, don’t need iOS)?

Hi! We currently don’t allow background audio playback in Web2App. If you’d like to do this, you may want to consider our other template ‘Universal’, which can do exactly that :)

Looks like your last update was for Android 11, and the latest version is Android 14. The latest minimum built needs to be no less than Android 13. Are you looking to update anytime soon?

Hi! Are you using the version from CodeCanyon.net/downloads or from our builder at sherdle.com/builder?

Hello, I congratulate you on the success of this plugin, I have pre-purchase questions: - Can I use the tool to generate apps as many times as I want? or is it single use? - Do I have to buy/pay for the plugin every time I want to make a new app? - To make ‘updates’ to apps that are already published, how is it done?

Thank you!

Thank you for reaching out to us I’m happy to answer your questions. To answer your first question you can only create one end product that is one app per license, this restriction applies to all templates sold on Code Canyon. So you would need to purchase an additional license for each additional app that you create. You can easily create an updates in our online app builder or do it manually and then resubmit your app to the app store

How to setup Deeplinking using the online builder?

Thank you for reaching out to us I’m happy to answer your question. We currently do not support deep linking from our online Builder. You can integrate deep linking functionality with the manual setup in Android studio please see your documentation on how to do this. You can still configure your app in the online Builder en een export it to Android studio.

How do i access the cloud app builder to edit my current app, i tried it’s saying “This license is already in use for another app” So how do i edit my app, i want change some things

Can’t download my app, error “You do not have permission to download this app”

Never-mind, I have accessed it.

Great to hear your issue has been resolved feel free to reach out to us if you have any further questions

Is possible with Web2App to download images from a website (ex: google images) when you tap on it?

Visual example: https://i.imgur.com/RajH925.jpeg

Hi! Unfortunately we don’t offer a built in functionality for this

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey