Jung-Hey commented on issue #1279:
URL: https://github.com/apache/cordova-ios/issues/1279#issuecomment-1365643074

   > `config.xml` `<content>`태그를 원하는 대로 업데이트하기만 하면 됩니다...
   > 
   > 귀하의 예에서는 다음과 같습니다.
   > 
   > ```
   > <content src="world/wikitude_AR/inedex.html" />
   > ```
   > 
   > 또한 `<base>`HTML에서 태그를 제거하십시오.
   
   How can I specifically modify this code?
   I already tried a similar method but it didn't work.
   
   
       <content src="index.html" />
       <access origin="*" />
       <allow-intent href="http://*/*"; />
       <allow-intent href="https://*/*"; />
       <allow-intent href="tel:*" />
       <allow-intent href="sms:*" />
       <allow-intent href="mailto:*"; />
       <allow-intent href="geo:*" />
       
       <platform name="ios">
           <preference name="scheme" value="app" />
           <preference name="hostname" value="localhost" />
           <allow-intent href="itms:*" />
           <allow-intent href="itms-apps:*" />
           <preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
       </platform>
   </widget>
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to