Skip to content

Commit

Permalink
Created Events page, updated Ionic to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien-Guillon committed Aug 21, 2017
1 parent 80f9b90 commit c34c5b6
Show file tree
Hide file tree
Showing 14 changed files with 506 additions and 148 deletions.
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="test.ionic.inappbrowser" version="0.0.1" xmlns="http:https://www.w3.org/ns/widgets" xmlns:cdv="http:https://cordova.apache.org/ns/1.0">
<name>Ionic In App Browser Test</name>
<description>Ionic In App Browser Test application.</description>
<widget id="com.virtuoworks.demo.ionic.inappbrowser" version="0.0.1" xmlns="http:https://www.w3.org/ns/widgets" xmlns:cdv="http:https://cordova.apache.org/ns/1.0">
<name>Ionic In App Browser Demo</name>
<description>Ionic In App Browser Demo application.</description>
<author email="[email protected]" href="https://www.virtuoworks.com/">VirtuoWorks</author>
<content src="index.html" />
<content original-src="index.html" src="http:https://192.168.1.114:8101" />
<access origin="*" />
<allow-navigation href="http:https://ionic.local/*" />
<allow-navigation href="http:https://192.168.1.114:8100" />
Expand Down
3 changes: 2 additions & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "inappbrowser-demo",
"app_id": "",
"type": "ionic-angular"
"type": "ionic-angular",
"integrations": {}
}
Loading

0 comments on commit c34c5b6

Please sign in to comment.