Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jan 24, 2025
1 parent efa8083 commit de78dbc
Show file tree
Hide file tree
Showing 8 changed files with 987 additions and 4 deletions.
1 change: 0 additions & 1 deletion x/examples/web-wrapper/android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-camera')
implementation project(':capacitor-splash-screen')
implementation 'androidx.core:core-ktx:+'

}

Expand Down
2 changes: 1 addition & 1 deletion x/examples/web-wrapper/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"server": {
"url": "https://www.radiozamaneh.com/"
"url": "https://localhost:3000/puppeteer.html"
},
"ios": {
"limitsNavigationsToAppBoundDomains": true
Expand Down
Loading

0 comments on commit de78dbc

Please sign in to comment.