Code

Discussion on WebViewGold for iOS | Convert website to iOS app | No Code, Push, URL Handling & much more!

Discussion on WebViewGold for iOS | Convert website to iOS app | No Code, Push, URL Handling & much more!

Cart 4,084 sales

1238 comments found.

I have a website for listening to music through YouTube. Can your code allow iOS apps to run in the background? Can they play YouTube videos in the background?

Hello, bobopachita! Thanks a lot for your comment and your interest in WebViewGold! This also depends on the website setup, and as far as I know (not an expert in this), YouTube blocks this sometimes, as background listening is part of YouTube Premium. Not sure about that. From our side, you can buy, try, and if it does not fit your needs, just ask for a refund within 7 days via Envato/CodeCanyon, and we will approve it. 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, I have a fitness web app. I would like to be able to read the health data of iOS, so user complete a workout and we pull some data (calories, hearth rate, etc) to our webapp. Can this be done with your app?

Thanks

Hello, Msam85! Thanks so much for your comment. We are running a Beta test for HealthKit integration via JavaScript. Please send us a quick email to codecanyon-comments@onlineappcreator.com – we will forward it to our R&D team, which is highly dedicated to helping you. Best wishes, and have a fantastic day! :)

Issue with uselocalhtmlfolder = true and local-www limitations on iOS

According to the WebViewGold iOS documentation, local HTML usage is described as simply placing files inside the local-www folder and setting uselocalhtmlfolder = true in Config.swift.

However, in practice, this approach has undocumented and severe limitations on iOS: • local-www does not behave as a free filesystem root. • WKWebView only allows access to a very restricted subdirectory tree, implicitly defined by the internally used loadFileURL(_:allowingReadAccessTo:). • Assets (CSS, JS, images, audio) located outside specific “expected” subfolders silently fail to load, even though they are inside local-www. • No error is reported in the console when resources are blocked. • Complex projects (e.g. WebAR with MindAR, A-Frame, WebGL, WASM, audio, multiple nested asset folders) do not work reliably in file:// mode. • JavaScript may partially execute (e.g. camera starts via A-Frame), while custom JS logic fails silently.

These limitations are not documented, making the feature misleading for non-trivial local web projects. The current behavior makes uselocalhtmlfolder = true unsuitable for complex local web apps on iOS.

Hello, underlabmx! Thanks so much for your comment. Please mail a screenshot and the app source code to development-team@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! :)

Hello, I think there is a problem with : var statusBarBackgroundColor = #colorLiteral(red: 0.06666666667, green: 0.06666666667, blue: 0.06666666667, alpha: 1) //Define a custom status bar background color

var darkModeStatusBarBackgroundColor = #colorLiteral(red: 0.06666666667, green: 0.06666666667, blue: 0.06666666667, alpha: 1) //Define a custom status bar background color while user is using iOS Dark Mode

var statusBarTextColor = “white” //Define the text color of the status bar (“white” or “black”); requires iOS 13 or higher

var darkModeStatusBarTextColor = “white” //Define the text color of the status bar (“white” or “black”) while user is using iOS Dark Mode; requires iOS 13 or higher; NOTE: choosing “black” deactivates dark mode in the app to prevent an illegible status bar // This is an example, and text is always black even if I Status Bar Style is Black. Thank you for your help.

I think I found it, View controller-based status bar appearance must be “No”.

But there is a problem with intersticial ads. When it close, the header stay white instead black background… When I refresh the page, the background become black. So problem with background instersticial…

Hello, Emaginance! Thanks so much for your comment. 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! :)

Is it possible to track Facebook Ad campaigns? Is the Meta SDK for iOS setup already?

Thanks for the reply! This is not there as a default yet, no. For more options, feel free to also contact us via codecanyon-comments@onlineappcreator.com – thanks and happy weekend ahead! :)

Don’t worry, all installed, tested and working….. god bless chatGPT

Happy to hear! :)

soturl

soturl Purchased

it will support xcode26.1.1 ?

Yes, that should work, soturl :) Happy weekend ahead!

I’m having trouble running the project.

//WebView/WebViewController.swift:32:8 Unable to find module dependency: ‘Pushwoosh’ import Pushwoosh

^

I only want to run Firebase.

I’ve configured all the settings.

I’m using Version 15.4LTS.

I disabled it in the config file.

Hello, riadkafalgazal! Thanks so much for your comment. Happy to hear! Still having issues? Please mail a screenshot and 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! :)

winalot

winalot Purchased

I rarely use a local HTML file, but I now need to support an online URL as the default for app, but also support loading the local HTML file on demand via a button click. Is this possible and if yes, how can I handle it? Thanks.

Hey winalot, thanks for the comment – maybe use Local HTML with an index.html that checks for connection and forwards to remote URL if online. Best regards!

winalot

winalot Purchased

Is it possible to support the Widget Extension in the 15.4LTS version?

Hello again, winalot! No, the LTS is explicitly for easier setup without these targets and avoid rejection issues, but we will improve the Non-LTS soon. Any questions left? Feel free to ask! Thanks for being a part of the WebViewGold community! Best wishes, and have a fantastic weekend! :)

winalot

winalot Purchased

Thanks for the reply, appreciate your support. Do you have a public roadmap available?

Not yet, but will add then @ webviewgold.com/changelog/ios

winalot

winalot Purchased

Is there a way to immediately close the app and return the user to their phone’s home screen?

Hey again, winalot! :) No, not in a standard App Store-compliant way. Apple explicitly prohibits programmatically closing your own app to return the user to the home screen (“apps must not force quit themselves”). The only acceptable scenario is if the app crashes internally (not intentionally), or if the system itself kills it due to memory pressure, but you may not trigger that manually. If you want this as a custom gig anyway, we can do it for you in a quick way. All the best!

Hi I build a webapp with Lovable.dev . It’s possible use your product to convert to Ios app?

Hello, benzem1! Thanks a lot for your comment and your interest in WebViewGold! Yes, fully works with Lovable :) 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! :)

static let incrementWithTaps – this doesnt work properly, lets say I set this to 12 taps, the first time the first ad will appear after 12 clicks, then the next ads appear after just 2-3 clicks…

Hello, chronoshift! Thanks so much for your comment. Please mail your WebView URL, a quick screencast and the app source code to development-team@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! :)

This has issues with iOS 26. The entire app window/screen shifts up and down like if it had a gap. This issues is only present on iOS 26. When the issue show up your entire bottom limit of the site shift up several pixels and back down depending on the direction of your scroll. The issue is also present on the new safari so afaik is a problem with the iOS 26 vkview framework. I tried EVERYTHING to force fix this issue but could not find a solution. Not with css, JS or even tweaking some of the swift code… This is a big issue

Hello, Mightyinks! Thanks so much for your comment. This maybe correlated to the web app viewport. Please mail a URL, a screenshot and your app source code to development-team@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! :)

soturl

soturl Purchased

it support ios 26?

Hello, soturl – thanks a lot for your comment! Yes :) Best wishes, and have a fantastic day! :)

I am using windows and this is my first time trying to create an app with my website, please share a video or resource link to show me what to doI am using windows and this is my first time trying to create an app with my website, please share a video or resource link to show me what to do, I am using windows

Hey moreedofficial, thanks – you cannot use this with Windows-only as Apple only allows building and uploading from Apple Mac devices, but there are some alternatives: MacInCloud.com or WebViewGold Cloud Builder (https://www.youtube.com/watch?v=nzgCkydN9OM; paid extra) OR you can request a refund here. All the best and thanks!

Hello, is it possible to open an external link from onesignal push notification? Link can be opened in Safari, or within the app? Thanks.

Its possible, i found the answer from documentation thanks.

Thanks – happy to hear & you are always welcome :)

winalot

winalot Purchased

For the widget extension, can we pass any URL as long as it returns a SVG or PNG? For example, widget://https://example.org/image.php?user=30 (note the .php endpoint).

Hello again, winalot! Should work as long the PHP returns also correct Content headers. If you encounter problems, ping us :) Happy Friday, best wishes, and have a fantastic weekend ahead! :)

winalot

winalot Purchased

Could you please provide an image or video showing how the new Native Navigation Footer appears? Thanks!

winalot

winalot Purchased

Thanks for all your support, appreciate it.

You are very welcome! :)

Hello What is the solution? Failed Registering Parent Bundle Identifier in AppClip

Thanks, you should have received a ticket creation confirmation mail & we will reply soon :)

I am still waiting for my problem to be fixed. I sent you ticket Please help me

Please check ticket reply, thanks :)

Is there a way to hide the background / make the background transparent behind the status bar? I would like my app to transparently be behind there versus a color status bar. Thanks!

Hello, theinterfacedesigner! Thanks so much for your comment! Yes, you can set transparentStatusBar to true in Config.swift. Any questions left? Feel free to ask! Thanks for being a part of the WebViewGold community! Best wishes, and have a fantastic day! :)

Thanks!!

Very much welcome!! :)

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