We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Apologies if I've got this wrong)
It appears that phonegap serve serves index.html, when the <content src="..."> element in config.xml specifies a different file, e.g.:
phonegap serve
index.html
<content src="...">
config.xml
<content src="index.phonegap.html" />
If this is a valid issue, I'd be interested in trying to fix this though I'll expect I'll be in need of some guidance.
(Originally/wrongly(?) reported at phonegap/phonegap-cli#532)
The text was updated successfully, but these errors were encountered:
Hi @eliotsykes,
This is a limitation of the current implementation. I've added it as an enhancement that we can look into in the future.
Sorry, something went wrong.
2019 still doesn't work.
No branches or pull requests
(Apologies if I've got this wrong)
It appears that
phonegap serve
servesindex.html
, when the<content src="...">
element inconfig.xml
specifies a different file, e.g.:If this is a valid issue, I'd be interested in trying to fix this though I'll expect I'll be in need of some guidance.
(Originally/wrongly(?) reported at phonegap/phonegap-cli#532)
The text was updated successfully, but these errors were encountered: