简体   繁体   English

在本机应用程序容器(Android,IOS)中为混合应用程序加载外部内容

[英]Loading external Content for hybrid Apps in Native App Container (Android, IOS)

i want to create Content in HTML5 CSS JS and want to run it on mobile devices. 我想在HTML5 CSS JS中创建内容,并希望在移动设备上运行它。

And now the requirements: There is the device with a container (native app) where i can load the created content (HTML CSS JS ...) from a Server. 现在的要求是:有一个带有容器的设备(本机应用程序),我可以在其中从服务器加载创建的内容(HTML CSS JS ...)。 And every time when i change the content on the Server the App tells me sth. 每当我更改服务器上的内容时,应用程序都会告诉我某事。 like "u have to update the content" 例如“您必须更新内容”

I know there are a lot of frameworks etc. Did anybody knows if there is a solution for my requirements? 我知道有很多框架等。有人知道我的要求是否有解决方案?

greetz 格里茨

您需要使用WebView从服务器显示已创建的内容(HTML CSS JS ...),并且需要实现推送通知以在从服务器更新内容时在应用程序中显示消息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM