onewilk
onewilk
make a class extends viewpager,then override the onInterceptTouchEvent() method... the key point is getParent().requestDisallowInterceptTouchEvent(true) to disallow parentview(pullrefreshlayout)'s touch event... sorry for my poor english...
Try this. It works for me. ./app/build.gradle ``` android { buildFeatures { compose true } composeOptions { kotlinCompilerExtensionVersion = "1.5.14" } compileOptions { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 }...
+1,请问有解决办法吗?
我直接内嵌H5网页来使用wangEditor,目前查看这部分是没问题的,但是一旦进行编辑就发现很多问题,非常影响体验
@MohitChouhan98841 Hello, I discovered an issue in FlutterRingtonePlayerPlugin.m with the playSound() function that it cannot stop the looping ringtone effectively. Here is a fixed, working version created by AI: https://github.com/onewilk/flutter_ringtone_player/blob/fix/repeat/ios/Classes/FlutterRingtonePlayerPlugin.m...