Skip to content

Commit

Permalink
Merge pull request #1 from Lilytreasure/development
Browse files Browse the repository at this point in the history
add on  features
  • Loading branch information
Lilytreasure authored Aug 30, 2024
2 parents adf0b06 + 8f19eca commit 238ed0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.viewinterop.AndroidView
import androidx.core.content.ContextCompat

//Todo--allow deep linking to access other apps
//open other urls and support adaptive dark theme


@RequiresApi(Build.VERSION_CODES.O)
@Composable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import platform.WebKit.WKWebView
import platform.darwin.NSObject


//Todo--allow deep linking to access other apps
//open other urls and support adaptive dark theme
//allow file download
//location data
@OptIn(ExperimentalForeignApi::class)
@Composable
actual fun WebViewEngine(
Expand Down

0 comments on commit 238ed0b

Please sign in to comment.