1051 comments found.
usre’s can get notification like in chrome?
notification from website’s not push notification.
Hello, Yeshivisher! Thanks a lot for your comment and your interest in WebViewGold! You can use a. Mobile Push, b. JavaScript Notifications (like alert() or confirm()) but not Web Push. But if you use OneSignal, you can control Web Push and Mobile Push from same App ID. Any questions left? You can also schedule a video consultation call with us anytime using the support section of www.webviewgold.com
There you can also register for one of our free workshops. Or feel free to ask by text reply! We would love to have you on board in the WebViewGold community! Best wishes, and have a fantastic day! 
Hi, does your app support the Web Share API to share text along with one or multiple files (images) directly from the app interface?
Hello, rohitpawarindia! Thanks a lot for your comment and your interest in WebViewGold! Not at the moment, but for text-/URL-only we currently have a Share API that can be triggered via JavaScript with dynamic content. Any questions left? You can also schedule a video consultation call with us anytime using the support section of www.webviewgold.com
There you can also register for one of our free workshops. Or feel free to ask by text reply! We would love to have you on board in the WebViewGold community! Best wishes, and have a fantastic day! 
Dear WebViewGold developers, The script in custom.js only runs when the application is in the foreground, how do I keep the script running when it is in the background?
Hello again, nahve! Thanks a lot for your comment! In WebViewGold, JavaScript execution is typically paused when the app goes into the background, as is standard behavior for WebView-based apps due to system limitations (especially on iOS and Android). Best wishes, and have a fantastic day! 
Hello team, does apps build with this code support Google login with this plugin? https://codecanyon.net/item/social-login-wordpress-woocommerce-plugin/8495883
Hello, mcp-apps! Thanks a lot for your comment and your interest in WebViewGold! Our app supports Login with Google, but maybe some modifications will be needed in the configuration & as alternative, you can a refund within 14 days after purchasing
Any questions left? You can also schedule a video consultation call with us anytime using the support section of www.webviewgold.com
There you can also register for one of our free workshops. Or feel free to ask by text reply! We would love to have you on board in the WebViewGold community! Best wishes, and have a fantastic day! 
How to change the color of the navigation bar with javascript, considering that using the code window.location.href = “statusbarcolor://255,0,0”; causes the offline page to appear
I want to call the script when the page is first loaded, because when the application is first run, the navigation bar is black, I want the color of the navigation bar to match the color of the status bar
This is resolved, I just need to write it in custom.js
Happy to hear 
Good morning, does webviewgold support printing via bluetooth printers?
Hello, inspirohm777! Thanks so much for your comment! Not by default, these APIs vary also a lot by Bluetooth printer provider. Easy workaround is to provide PDF file that then can be printed by Android OS or Bluetooth printer app. Any questions left? Feel free to ask! Thanks for being a part of the WebViewGold community! Best wishes, and have a fantastic day! 
Hello, does the app support ChromeCast?
Hello, AlexLandgraf! Thanks a lot for your comment and your interest in WebViewGold! We are currently working on a Native Video/Media API which will be available in the upcoming weeks. Any questions left? You can also schedule a video consultation call with us anytime using the support section of www.webviewgold.com
There you can also register for one of our free workshops. Or feel free to ask by text reply! We would love to have you on board in the WebViewGold community! Best wishes, and have a fantastic day! 
Hi, we have a permissions issue for a lot of our users. Every time an user opens the app, a lot of them get a location permission not given popup that blocks the whole app. Location permission is given.
Hello again, NetRoute! Thanks so much for your comment. Is your app based on latest WebViewGold for Android version? If not, please upgrade. If you use current version, please mail your Android version, a screenshot and the app source code to senior-tech-support@onlineappcreator.com
– our development team is highly dedicated to helping you. The app source code will be too big to be an attachment, so please upload .zip on https://www.webviewgold.com/support-file-upload OR use a hosting provider like Dropbox and include a shared link in your mail. Moreover, please quote your CodeCanyon comment so that the team can relate to this issue here. Thanks for being a part of the WebViewGold community! Best wishes, and have a fantastic day! 
⚠️ Important bug in in-app purchase documentation!
I spent 7+ hours debugging why successful_url was not working after the in-app purchase. Turns out the format in your docs is incorrect.
❌ Your format (not working): inapppurchase://?package=ID&successful_url=https://...&disableadmob=true&consumable=true
✅ Correct format (finally worked): inapppurchase://?package=ID&disableadmob=true&consumable=false&successful_url=https://...
The successful_url must come LAST in the string, or it breaks.
Please update the documentation — this issue is wasting hours for devs with the Extended License.
I contacted your support earlier regarding the In-App Purchase successful_url not working, and I was told it must be an issue on my side.
After hours of testing and debugging, I discovered the real issue was in your documentation — the order of parameters in the inapppurchase:// URL is incorrect. Once I fixed the order manually, the feature worked perfectly. Please update the docs to prevent others from wasting time.
Now I am facing another issue — this time with In-App Subscriptions.
Problem: When I click on the inappsubscription://?... button, nothing happens.
No billing prompt appears
No error message
The button looks unresponsive
Everything is set up correctly in the Play Console. The subscription product ID is active and tested in internal testing. The same logic works fine for inapppurchase://.
Please help clarify:
Is there anything additional required for subscriptions compared to one-time purchases?
Does the WebViewGold app need a separate handling method for inappsubscription://?
Is the documentation for subscriptions accurate and up to date?
I am using the latest version, with an extended license, and this is blocking production right now.
Hey ishan_manmeet, first of all, we’re truly sorry to hear about the time you spent trying to troubleshoot the inapppurchase:// URL issue. We completely understand how frustrating this must have been, especially when you’re working under pressure toward a production release.
Thank you for taking the time to share your findings regarding the parameter order — we’ve forwarded this information internally for review and to ensure the documentation remains as clear and helpful as possible for all developers.
Regarding the in-app subscription issue: we’re really sorry that this is currently blocking your progress. We understand how critical this is, and we’re here to help.
To make sure you receive the best and fastest support, we’ve escalated your case to our Senior IT Support team.
Could you please do the following: 1. Record a short video showing what happens when you trigger the inappsubscription://?... link. 2. Send us your app source code as a ZIP file.
As the file may be too large to attach via email, please upload it via: https://www.webviewgold.com/support-file-upload Alternatively, you can use a file host like Dropbox or Google Drive and send us the shared link.
Please email everything to codecanyon-comments@onlineappcreator.com, and make sure to include a copy of your CodeCanyon comment so we can directly connect it to this case.
We’ll then take a close look and get back to you with detailed answers regarding: 1. Whether inappsubscription:// requires any additional setup, 2. Any key differences from one-time purchases, 3. And the latest status of our subscription documentation.
Thanks again for your patience and for being a valued member of the WebViewGold community. We’re looking forward to helping you resolve this. Happy weekend ahead! 
I have done everything as you said and uploaded the file (SHT (English 1.0).zip) on https://www.webviewgold.com/support-file-upload
Please resolve this asap, as it is more than 10-12 days and how it can be wrong in documentation, please check that
Can you give me a ticket ID? Or create new one by mailing to codecanyon-comments@onlineappcreator.com, please. Thanks!
I think it’s 026161, right? 
I have raised two tickets related to the same issue, and none of them is solved, I even found the mistake in your documentation, still you are not solving my In App subscriptions issues
My tickets are 026054 , 026102, 026161
just don’t know when you will solve this issue of inn app subscription html, why are you taking son many days?
We’ve fixed the issue and replied to you @ ticket #026161
This is extremely frustrating. I raised a support ticket 6 days ago and haven’t received any proper response yet. Here’s everything that’s going wrong on my end:
I purchased your Regular License and set up 3 products on Play Console: 1. One in-app product (works fine)
2. Two subscriptions (not working at all)
3.The in-app subscription links/buttons do absolutely nothing when clicked. No action. No redirection. Nothing.
The successful URL for the in-app product shows 404 or redirects to some random page. I’ve verified everything 10 times — this is on your end.
I suspect this is because I’m still on the Regular License, and maybe subscriptions don’t work unless I have the Extended License?
I already raised a ticket asking for a license upgrade, and again — zero response. If you expect users to keep using your service, at least provide timely support. I need this fixed ASAP.
my ticket id is 025986
public static final String CUSTOM_DEEPLINK_SCHEME = “blog”; Sample : blog.example.com
is this the issue?
or is this happening because I am having Regular License?
Hi Ishan,
thanks for your patience, and sorry for the delay — Thursday/Friday were holidays here in Germany office.
Yes, In-App Subscriptions only work with the Extended License, not with the Regular one.
Also you can double-check your CUSTOM_DEEPLINK_SCHEME — it must match your deep link config (e.g., “blog” for blog.example.com), and only test on LIVE scenarios downloaded from the Google Play Store, not via APK or Android Studio.
We’ve replied your ticket (#025986) and will assist with the license upgrade. Thanks and happy Wednesday!
I have purchased the Extended License and rebuilt the entire Android app using the same package ID. The app is live in Internal Testing, and I have verified everything multiple times.
However, I am still facing two major issues:
1. The successful_url does not open after completing a purchase. Even though the purchase goes through successfully, the user is not redirected to the successful_url I’ve defined in the inapppurchase:// link. I have tested this extensively, including using encoded URLs, delay-based redirects, and simple thank-you pages.
2. The inappsubscription:// link does nothing. When clicking on the subscription button, nothing happens — no popup, no error, and no subscription flow starts.
I’m using WebViewGold v12.5+ and all required settings are properly configured (CLEAR_CACHE_ON_STARTUP = false, signed APK from Internal Testing, real Android device, live product IDs, etc.).
Please confirm if there’s an issue in this version related to handling of successful_url or inappsubscription://, and advise how to resolve it.
<button class=”cta-btn” onclick=”window.location.href=’inapppurchase://?package=remove_ads&successful_url=https://seniorshealth.thevitatrack.com/thank-you/&disableadmob=true&consumable=false'">
See, the format is completely correct, users able to purchase the product but successful url not loading
(-> see main comment reply :)) Hi ishan_manmeet,
First of all, we’re truly sorry to hear about the time you spent trying to troubleshoot the inapppurchase:// URL issue. We completely understand how frustrating this must have been, especially when you’re working under pressure toward a production release.
Thank you for taking the time to share your findings regarding the parameter order — we’ve forwarded this information internally for review and to ensure the documentation remains as clear and helpful as possible for all developers.
Regarding the in-app subscription issue: we’re really sorry that this is currently blocking your progress. We understand how critical this is, and we’re here to help.
To make sure you receive the best and fastest support, we’ve escalated your case to our Senior IT Support team.
Could you please do the following: 1. Record a short video showing what happens when you trigger the inappsubscription://?... link. 2. Send us your app source code as a ZIP file.
As the file may be too large to attach via email, please upload it via: https://www.webviewgold.com/support-file-upload Alternatively, you can use a file host like Dropbox or Google Drive and send us the shared link.
Please email everything to codecanyon-comments@onlineappcreator.com, and make sure to include a copy of your CodeCanyon comment so we can directly connect it to this case.
We’ll then take a close look and get back to you with detailed answers regarding: 1. Whether inappsubscription:// requires any additional setup, 2. Any key differences from one-time purchases, 3. And the latest status of our subscription documentation.
Thanks again for your patience and for being a valued member of the WebViewGold community. We’re looking forward to helping you resolve this. Happy weekend ahead!
I’m having trouble with WhatsApp links. I’m using the following format:
https://wa.me/5215512345678?text=HolaAnd when I click on them from the Android Web App, it sends me to the WhatsApp landing page. It even tells me I don’t have WhatsApp installed, even giving me the link to download it. However, if I click on them from Chrome, it sends me directly to the WhatsApp app.
The “Call” and “Location” buttons open correctly, in Phone and Google Maps respectively.
EXTERNAL_LINK_HANDLING_OPTIONS = 0;
SPECIAL_LINK_HANDLING_OPTIONS = 2
I already tried adding wa.me to the whitelist.
Hello, underlabmx! Thanks so much for your comment. Can you try https://api.whatsapp.com/send/?phone= format instead? Still problems? Please send the app source code to codecanyon-comments@onlineappcreator.com – our IT support team is highly dedicated to helping you. The app source code will be too big to be an attachment, so please upload .zip on https://www.webviewgold.com/support-file-upload OR use a hosting provider like Dropbox and include a shared link in your mail. Moreover, please quote your CodeCanyon comment so that the team can relate to this issue here. Thanks for being a part of the WebViewGold community! Best wishes, and have a fantastic day! 
Hello team ,I just want to know about External Link handling. If I put an Amazon affiliate link, then how it can directly open Amazon app (with logged i credentials) of users?
Right now, I am finding that after clicking on Amazon Affiliate link, users need to sig in again on Amazon. How to resolve this?
done, rsovled
Happy to hear
Have a great day!
I just want to know if I have a WordPress streaming site and use this to convert my website into an app; it will also work on Android TV if I install the APK file.
Hello, bytesgamingph! Thanks a lot for your comment and your interest in WebViewGold! Yes, if your WordPress streaming site works well in a regular browser (especially on Android-based browsers), it should also work inside the app created by WebViewGold. Regarding Android TV: Technically, you can install the generated APK on Android TV devices. However, WebViewGold is primarily optimized for phones and tablets, not for Android TV interfaces and Android TV has special UI requirements and input methods (like remote control navigation), which might not work perfectly out of the box. So it can work if your WordPress site is responsive and your content plays well in browsers. But it might not provide an optimal TV user experience unless you further adapt the layout and controls for TV screensAny questions left? You can also schedule a video consultation call with us anytime using the support section of www.webviewgold.com
There you can also register for one of our free workshops. Or feel free to ask by text reply! We would love to have you on board in the WebViewGold community! Best wishes, and have a fantastic day! 
NFC (Near Field Communication) integration possible (sold separately) >>> what does this mean?, I need the NFC feature, do I have to pay more for this feature?
Hello, alifd2! Thanks so much for your comment. NFC is a charged, individual plugin implementation, yes. Please mail to codecanyon-comments@onlineappcreator.com – our support team is highly dedicated to helping you. Best wishes, and have a fantastic day! 
WebViewGold is fantastic, especially for those with little programming knowledge; it’s truly amazing. However, I’m facing a problem that I haven’t been able to solve, and even the support team hasn’t found an answer yet.
The code Start In-App Subscription ... to trigger subscription packages simply doesn’t respond, even when I enter the correct subscription plan ID. The button is clicked, but nothing happens, with no error message. If I enter an incorrect subscription package ID to test, the message “package not found” appears, which is good because it shows the code is correctly identifying the package ID. However, when I enter the correct package ID, nothing happens, with no error messages, but no function is activated.
What’s curious is that the code Buy In-App Purchase is working perfectly for purchasing unique/consumable products within the app.
I’ve sent a message to support, but it seems that even they are having difficulties finding a solution.
Thanks for your reply, we will delegate this ticket to our Senior Department. Thanks!
does this still use webview in android? I use Clerk for auth and this is what they state. Google OAuth 2.0 does not allow apps to use WebViews for authentication. See the dedicated Google blog post for more information. If your app requires users to sign in via in-app browsers, follow the setup instructions in the Google Help guide. https://developer.chrome.com/docs/android/custom-tabs/guide-get-started
Hey dbinott, thanks for your comment – did you already try to use our Social Login Helper? https://www.webviewgold.com/support-center/knowledgebase/facebook-and-or-google-login-troubleshooting/ Many greetings from Germany to Canada!
i got connection down page if i run the app. what happen?
Hello, soturl! Thanks so much for your comment. Does your device have a connection, can you try to open a page in Chrome on that same device? Still problems? Please mail a screenshot and the app source code to senior-tech-support@onlineappcreator.com
– our development team is highly dedicated to helping you. The app source code will be too big to be an attachment, so please upload .zip on https://www.webviewgold.com/support-file-upload OR use a hosting provider like Dropbox and include a shared link in your mail. Moreover, please quote your CodeCanyon comment so that the team can relate to this issue here. Thanks for being a part of the WebViewGold community! Best wishes, and have a fantastic day! 
local game’s with “protocol” (that’s not working with browsher, just on-line) will working in Local-HTML?
Hello, Yeshivisher! Thanks a lot for your comment and your interest in WebViewGold! If you’re using WebViewGold and referring to a local HTML game that relies on a custom protocol (e.g. something like mygame:// or other non-standard links that aren’t supported in a regular browser), here’s what you need to know: Yes, local HTML games can work in WebViewGold – if all assets (HTML, JS, CSS, images, etc.) are included inside the app and don’t rely on external servers. However, if your game uses a custom protocol that only works in a specific online context or needs browser extensions/support not available in WebView/WebKit (like WebRTC via custom signaling protocols, or iframes to special hosts), it won’t work natively in WebViewGold unless you provide an in-app implementation. Please use standard HTML5/JavaScript technologies whenever possible. If you’re using a custom URL scheme, you can handle that using WebViewGold’s custom URL scheme handler (check allowedURLSchemes or externalOpenPrefixes in the config).
For fully offline games, make sure all resources are included in the local-html-folder. Any questions left? You can also schedule a video consultation call with us anytime using the support section of www.webviewgold.com
There you can also register for one of our free workshops. Or feel free to ask by text reply! We would love to have you on board in the WebViewGold community! Best wishes, and have a fantastic day! 
thanx man
Yes, WebViewGold allows you to load local HTML5 content via the file:///android_asset/ path or offline.html mechanism, and supports features like allowUniversalAccessFromFileURLs, which is crucial for Construct 2/3 games to load assets and scripts correctly when running locally. If it does not work, ping us and we can support or refund you within 7 days after purchasing.
Can i use as kiosk mode by admin authorization? Admin can set app to operate as kiosk using his credentials. if user wants to go back normal mode then he will be asked for admin pin / pass.
Hello, bitleet! Thanks a lot for your comment and your interest in WebViewGold! Yes, this is possible with WebViewGold – if your web app handles the kiosk logic (e.g., locking the UI, requiring admin credentials to exit), WebViewGold will fully support that behavior. WebViewGold simply displays your web app inside a native Android wrapper, so any login/logout/kiosk restrictions that are implemented within your web app will also apply in the WebViewGold app. WebViewGold itself does not include a built-in NATIVE kiosk mode or PIN feature – this needs to be implemented in your web code. Alternatively, you could combine WebViewGold with third-party Android kiosk tools if you need deeper system-level restrictions. Any questions left? You can also schedule a video consultation call with us anytime using the support section of www.webviewgold.com
There you can also register for one of our free workshops. Or feel free to ask by text reply! We would love to have you on board in the WebViewGold community! Best wishes, and have a fantastic day! 
I have been using your app for a few months now, and I absolutely love it. Is there a way to create a full-screen player for audio and video, something that looks more like Spotify? I currently use the child theme, but am clueless about how to go about it.
Hello, Khari643! Thanks so much for your comment and the lovely feedback. For the feature/customization request, ping us at development-team@onlineappcreator.com, please – our development team is highly dedicated to helping you. Thanks for being a part of the WebViewGold community! Best wishes, and have a fantastic day! 